/[smeserver]/rpms/e-smith-email/sme8/e-smith-email.spec
ViewVC logotype

Diff of /rpms/e-smith-email/sme8/e-smith-email.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.33 by wellsi, Mon Mar 5 04:18:53 2012 UTC Revision 1.42 by stephdl, Fri Dec 5 17:39:04 2014 UTC
# Line 1  Line 1 
1  # $Id: e-smith-email.spec,v 1.32 2011/09/24 07:31:50 snetram Exp $  # $Id: e-smith-email.spec,v 1.41 2014/02/10 22:16:44 charliebrady Exp $
2    
3  Summary: e-smith server and gateway - email module  Summary: e-smith server and gateway - email module
4  %define name e-smith-email  %define name e-smith-email
5  Name: %{name}  Name: %{name}
6  %define version 5.2.0  %define version 5.2.0
7  %define release 17  %define release 26
8  Version: %{version}  Version: %{version}
9  Release: %{release}%{?dist}  Release: %{release}%{?dist}
10  License: GPL  License: GPL
# Line 22  Patch9: e-smith-email-5.2.0-smtp-auth.pa Line 22  Patch9: e-smith-email-5.2.0-smtp-auth.pa
22  Patch10: e-smith-email-5.2.0-prop_merge.patch  Patch10: e-smith-email-5.2.0-prop_merge.patch
23  Patch11: e-smith-email-5.2.0-smtp-auth-wording.patch  Patch11: e-smith-email-5.2.0-smtp-auth-wording.patch
24  Patch12: e-smith-email-5.2.0-add-cdata-tag.patch  Patch12: e-smith-email-5.2.0-add-cdata-tag.patch
25  Patch13: e-smith-email-5.2.0-DigestMD5.patch  Patch13: e-smith-email-5.2.0-AuthBlacklist.patch
26    Patch14: e-smith-email-5.2.0-StartTLS.patch
27    Patch15: e-smith-email-5.2.0-smtpMigrate.patch
28    Patch16: e-smith-email-5.2.0-always_enable_imap.patch
29    Patch17: e-smith-email-5.2.0-MultiDrop.patch
30    Patch18: e-smith-email-5.2.0-AuthOrder.patch
31    Patch19: e-smith-email-5.2.0-webmail-only-local-network.patch
32    Patch20: e-smith-email-5.2.0-AuthException.patch
33    Patch21: e-smith-email-5.2.0-ZIPVOSX-ZIPV3_new_signatures.patch
34  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
35  Requires: e-smith-base >= 4.15.0-39  Requires: e-smith-base >= 4.15.0-39
36  Requires: e-smith-tinydns >= 1.0.0-5  Requires: e-smith-tinydns >= 1.0.0-5
# Line 48  AutoReqProv: no Line 56  AutoReqProv: no
56  e-smith server and gateway software - email module.  e-smith server and gateway software - email module.
57    
58  %changelog  %changelog
59    * Fri Dec 5 2014 stephane de Labrusse <stephdl@de-labrusse.fr> 5.2.0-26.sme
60    - Add new zip file signatures to default mailpatterns database : ZIPVOSX & ZIPV3
61    - [SME: 8217]
62    
63    * Mon Feb 10 2014 Charlie Brady <charlie_brady@mitel.com> 5.2.0-25.sme
64    - Handle exceptions during attempted SASL auth. Add more debug tracing.
65      [SME: 8202]
66    
67    * Fri Jan 31 2014 chris burnat <devlist@burnat.com> 5.2.0-24.sme
68    - Update of allow webmail-only-local-network by Stephane de Labrusse [SME: 8165]
69    
70    * Mon Jan 13 2014 Ian Wells <esmith@wellsi.com> 5.2.0-23.sme
71    - Only present one auth method at a time, in order, to NET::SMTP,
72      by Charlie Brady [SME: 6993]
73      Second hunk in patch converts tabs to spaces, no code change.
74      
75    * Sat Jun 29 2013 Ian Wells <esmith@wellsi.com> 5.2.0-22.sme
76    - Fetchmail multidrop mode follows TCPPort setting, by Hans Riethmann [SME: 7045]
77    
78    * Fri Jun 21 2013 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-21.sme
79    - Always enable imap, listen on the loopback if disabled [SME: 7676]
80    
81    * Sat Mar 16 2013 Ian Wells <esmith@wellsi.com> 5.2.0-20.sme
82    - Avoid use of unitialised variables in smtp migrate fragments [SME: 7495]
83    
84    * Wed Dec 19 2012 Ian Wells <esmith@wellsi.com> 5.2.0-19.sme
85    - Allow smtp_auth_proxy to use port 587 with STARTTLS, by Charlie Brady [SME: 6922]
86    
87    * Mon Jul 02 2012 Ian Wells <esmith@wellsi.com> 5.2.0-18.sme
88    - Allow blacklist of SMTP AUTH methods, replaces previous patch [SME: 7017]
89    
90  * Sun Mar 04 2012 Ian Wells <esmith@wellsi.com> 5.2.0-17.sme  * Sun Mar 04 2012 Ian Wells <esmith@wellsi.com> 5.2.0-17.sme
91  - MD5 patch originally suggested by Charlie Brady [SME: 6538]  - MD5 patch to workaround buggy SMTP servers [SME: 6538]
92    
93  * Fri Sep 23 2011 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-16.sme  * Fri Sep 23 2011 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-16.sme
94  - Fix previous commit to show complete text in server-manager  [SME: 6320]  - Fix previous commit to show complete text in server-manager  [SME: 6320]
# Line 1395  e-smith server and gateway software - em Line 1434  e-smith server and gateway software - em
1434  %patch11 -p1  %patch11 -p1
1435  %patch12 -p1  %patch12 -p1
1436  %patch13 -p1  %patch13 -p1
1437    %patch14 -p1
1438    %patch15 -p1
1439    %patch16 -p1
1440    %patch17 -p1
1441    %patch18 -p1
1442    %patch19 -p1
1443    %patch20 -p1
1444    %patch21 -p1
1445    
1446  %build  %build
1447  perl createlinks  perl createlinks


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed