--- rpms/e-smith-email/sme8/e-smith-email.spec 2010/05/04 20:01:08 1.23 +++ rpms/e-smith-email/sme8/e-smith-email.spec 2015/02/06 07:25:08 1.44 @@ -1,10 +1,10 @@ -# $Id: e-smith-email.spec,v 1.22 2010/05/04 19:53:58 snetram Exp $ +# $Id: e-smith-email.spec,v 1.43 2015/02/05 17:20:20 stephdl Exp $ Summary: e-smith server and gateway - email module %define name e-smith-email Name: %{name} %define version 5.2.0 -%define release 8 +%define release 28 Version: %{version} Release: %{release}%{?dist} License: GPL @@ -16,6 +16,21 @@ Patch3: e-smith-email-5.2.0-HeloHost.pat Patch4: e-smith-email-5.2.0-blocksmtp.patch Patch5: e-smith-email-5.2.0-HeloHost.patch2 Patch6: e-smith-email-5.2.0-zero-to-disabled.patch +Patch7: e-smith-email-5.2.0-transparent.patch +Patch8: e-smith-email-5.2.0-force_relay.patch +Patch9: e-smith-email-5.2.0-smtp-auth.patch +Patch10: e-smith-email-5.2.0-prop_merge.patch +Patch11: e-smith-email-5.2.0-smtp-auth-wording.patch +Patch12: e-smith-email-5.2.0-add-cdata-tag.patch +Patch13: e-smith-email-5.2.0-AuthBlacklist.patch +Patch14: e-smith-email-5.2.0-StartTLS.patch +Patch15: e-smith-email-5.2.0-smtpMigrate.patch +Patch16: e-smith-email-5.2.0-always_enable_imap.patch +Patch17: e-smith-email-5.2.0-MultiDrop.patch +Patch18: e-smith-email-5.2.0-AuthOrder.patch +Patch19: e-smith-email-5.2.0-webmail-only-local-network.patch +Patch20: e-smith-email-5.2.0-AuthException.patch +Patch21: e-smith-email-5.2.0-ZIPVOSX-ZIPV3_new_signatures.patch BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot Requires: e-smith-base >= 4.15.0-39 Requires: e-smith-tinydns >= 1.0.0-5 @@ -41,6 +56,72 @@ AutoReqProv: no e-smith server and gateway software - email module. %changelog +* Fri Feb 6 2015 stephane de Labrusse 5.2.0-28.sme +- remove the patch e-smith-email-5.2.0-UEsDBBQDAAAIA-new-signature.patch +- [SME: 8835] + +* Thu Feb 5 2015 stephane de Labrusse 5.2.0-27.sme +- Add new zip file signatures to default mailpatterns database : UEsDBBQDAAAIA +- [SME: 8835] + +* Fri Dec 5 2014 stephane de Labrusse 5.2.0-26.sme +- Add new zip file signatures to default mailpatterns database : ZIPVOSX & ZIPV3 +- [SME: 8717] + +* Mon Feb 10 2014 Charlie Brady 5.2.0-25.sme +- Handle exceptions during attempted SASL auth. Add more debug tracing. + [SME: 8202] + +* Fri Jan 31 2014 chris burnat 5.2.0-24.sme +- Update of allow webmail-only-local-network by Stephane de Labrusse [SME: 8165] + +* Mon Jan 13 2014 Ian Wells 5.2.0-23.sme +- Only present one auth method at a time, in order, to NET::SMTP, + by Charlie Brady [SME: 6993] + Second hunk in patch converts tabs to spaces, no code change. + +* Sat Jun 29 2013 Ian Wells 5.2.0-22.sme +- Fetchmail multidrop mode follows TCPPort setting, by Hans Riethmann [SME: 7045] + +* Fri Jun 21 2013 Daniel Berteaud 5.2.0-21.sme +- Always enable imap, listen on the loopback if disabled [SME: 7676] + +* Sat Mar 16 2013 Ian Wells 5.2.0-20.sme +- Avoid use of unitialised variables in smtp migrate fragments [SME: 7495] + +* Wed Dec 19 2012 Ian Wells 5.2.0-19.sme +- Allow smtp_auth_proxy to use port 587 with STARTTLS, by Charlie Brady [SME: 6922] + +* Mon Jul 02 2012 Ian Wells 5.2.0-18.sme +- Allow blacklist of SMTP AUTH methods, replaces previous patch [SME: 7017] + +* Sun Mar 04 2012 Ian Wells 5.2.0-17.sme +- MD5 patch to workaround buggy SMTP servers [SME: 6538] + +* Fri Sep 23 2011 Jonathan Martens 5.2.0-16.sme +- Fix previous commit to show complete text in server-manager [SME: 6320] + +* Fri Sep 23 2011 Jonathan Martens 5.2.0-15.sme +- Fix SMTP auth wording in server-manager [SME: 6320] + +* Sat Nov 20 2010 Ian Wells 5.2.0-14.sme +- SME 8.0 Changelog Cleanup [SME: 6368] + +* Sun Oct 31 2010 Shad L. Lords 5.2.0-13.sme +- Fix property merge when local pseudonym is set [SME: 6370] + +* Sun Oct 31 2010 Shad L. Lords 5.2.0-12.sme +- Add smtp auth into web interface, not just when enabled [SME: 6318] + +* Mon Oct 4 2010 Shad L. Lords 5.2.0-11.sme +- Enable auth for smtp traffic and migrate if necessary [SME: 5575] + +* Sun Sep 25 2010 Shad L. Lords 5.2.0-10.sme +- Change enabled to transparent for mail proxy [SME: 5574] + +* Tue May 8 2010 Jonathan Martens 5.2.0-9.sme +- Fix migrate fragment [SME: 5922] + * Tue May 4 2010 Jonathan Martens 5.2.0-8.sme - Fix errors in previous commit [SME: 5922] @@ -1354,6 +1435,21 @@ e-smith server and gateway software - em %patch4 -p1 %patch5 -p1 %patch6 -p1 +%patch7 -p1 +%patch8 -p1 +%patch9 -p1 +%patch10 -p1 +%patch11 -p1 +%patch12 -p1 +%patch13 -p1 +%patch14 -p1 +%patch15 -p1 +%patch16 -p1 +%patch17 -p1 +%patch18 -p1 +%patch19 -p1 +%patch20 -p1 +%patch21 -p1 %build perl createlinks