/[smeserver]/rpms/smeserver-qpsmtpd/sme8/smeserver-qpsmtpd.spec
ViewVC logotype

Diff of /rpms/smeserver-qpsmtpd/sme8/smeserver-qpsmtpd.spec

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

Revision 1.33 by vip-ire, Fri Oct 1 13:32:47 2010 UTC Revision 1.45 by wellsi, Tue Feb 25 04:08:22 2014 UTC
# Line 1  Line 1 
1  # $Id: smeserver-qpsmtpd.spec,v 1.32 2010/09/26 17:27:14 slords Exp $  # $Id: smeserver-qpsmtpd.spec,v 1.44 2014/02/24 03:50:08 wellsi Exp $
2    
3  Summary: SME Server qpsmtpd module  Summary: SME Server qpsmtpd module
4  %define name smeserver-qpsmtpd  %define name smeserver-qpsmtpd
5  Name: %{name}  Name: %{name}
6  %define version 2.2.0  %define version 2.2.0
7  %define release 10  %define release 21
8  Version: %{version}  Version: %{version}
9  Release: %{release}%{?dist}  Release: %{release}%{?dist}
10  License: GPL  License: GPL
# Line 18  Patch5: smeserver-qpsmtpd-2.2.0-tls_befo Line 18  Patch5: smeserver-qpsmtpd-2.2.0-tls_befo
18  Patch6: smeserver-qpsmtpd-2.2.0-require_auth.patch  Patch6: smeserver-qpsmtpd-2.2.0-require_auth.patch
19  Patch7: smeserver-qpsmtpd-2.2.0-ciphers.patch  Patch7: smeserver-qpsmtpd-2.2.0-ciphers.patch
20  Patch8: smeserver-qpsmtpd-2.2.0-fix_relay_auth_for_local_net.patch  Patch8: smeserver-qpsmtpd-2.2.0-fix_relay_auth_for_local_net.patch
21    Patch9: smeserver-qpsmtpd-2.2.0-allow_fetchmail.patch
22    Patch10: smeserver-qpsmtpd-2.2.0-log_to_stdout.patch
23    Patch11: smeserver-qpsmtpd-2.2.0-configure_num_of_log_file_to_keep.patch
24    Patch12: smeserver-qpsmtpd-2.2.0-spamassassin_size_limit.patch
25    Patch13: smeserver-qpsmtpd-2.2.0-initialize_size.patch
26    Patch14: smeserver-qpsmtpd-2.2.0-remove_databytes.patch
27    Patch15: smeserver-qpsmtpd-2.2.0-ciphers-update.patch
28    Patch16: smeserver-qpsmtpd-2.2.0-RBLSBLupdate.patch
29  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
30  Requires: qpsmtpd >= 0.83  Requires: qpsmtpd >= 0.83
31  Requires: perl(Mail::DKIM)  Requires: perl(Mail::DKIM)
# Line 48  AutoReqProv: no Line 56  AutoReqProv: no
56  SME Server qpsmtpd smtpd module  SME Server qpsmtpd smtpd module
57    
58  %changelog  %changelog
59    * Mon Feb 24 2014 Ian Wells <esmith@wellsi.com> 2.2.0-21.sme
60    - Improve ability to update SBL and RBL Lists [SME: 8235]
61    - Migrate fragments for zen.spamhaus.org and ordb removed.
62    
63    * Sun Feb 23 2014 Ian Wells <esmith@wellsi.com> 2.2.0-20.sme
64    - Update SBL and RBL Lists [SME: 8235]
65    
66    * Mon Jan 13 2014 Ian Wells <esmith@wellsi.com> 2.2.0-19.sme
67    - Remove insecure ciphers [SME: 7916]
68    
69    * Sun Oct 13 2013 Daniel Berteaud <daniel@firewall-services.com> 2.2.0-18
70    - Remove the databytes file from qpsmtpd config [SME: 7876]
71    
72    * Wed Jun 12 2013 Daniel Berteaud <daniel@firewall-services.com> 2.2.0-17
73    - Fix size_limit initialization [SME: 7668]
74    
75    * Tue Apr 23 2013 chris burnat <devlist@burnat.com> 2.2.0-16
76    - smeserver-qpsmtpd reads MaxMessageSize prop of spamassassin and adds it
77      to the arguments of the plugin if defined, patch by Daniel [SME: 7541]
78    
79    * Wed Jul 18 2012 Ian Wells <esmith@wellsi.com> 2.2.0-15
80    - Revert the 2.2.0-14 change and fix properly in e-smith-base [SME: 7026]
81    
82    * Fri Jul 06 2012 Ian Wells <esmith@wellsi.com> 2.2.0-14
83    - tls ciphers defaults to disallow SSLv2 [SME: 7026]
84    
85    * Thu Oct 14 2010 Daniel Berteaud <daniel@firewall-services.com> 2.2.0-13
86    - Read number of log files to keep from the DB [SME: 2862]
87    
88    * Fri Oct 8 2010 Daniel Berteaud <daniel@firewall-services.com> 2.2.0-12
89    - Log all the run script to stdout [SME: 5831]
90    
91    * Mon Oct 4 2010 Shad L. Lords <slords@mail.com> 2.2.0-11.sme
92    - Allow relay from all local 127.0.0.x addresses [SME: 5575]
93    
94  * Fri Oct 1 2010 Daniel Berteaud <daniel@firewall-services.com> 2.2.0-10.sme  * Fri Oct 1 2010 Daniel Berteaud <daniel@firewall-services.com> 2.2.0-10.sme
95  - Fix RelayRequiresAuth for local network [SME: 5575]  - Fix RelayRequiresAuth for local network [SME: 5575]
96    
97  * Sun Sep 25 2010 Shad L. Lords <slords@mail.com> 2.2.0-9.sme  * Sun Sep 25 2010 Shad L. Lords <slords@mail.com> 2.2.0-9.sme
98  - Make tls ciphers configurable [SME: 6141]  - Make tls ciphers configurable [SME: 6241]
99    
100  * Sun Sep 25 2010 Shad L. Lords <slords@mail.com> 2.2.0-8.sme  * Sun Sep 25 2010 Shad L. Lords <slords@mail.com> 2.2.0-8.sme
101  - Require auth for all relays (local too) [SME: 5575]  - Require auth for all relays (local too) [SME: 5575]
# Line 677  SME Server qpsmtpd smtpd module Line 720  SME Server qpsmtpd smtpd module
720  %patch6 -p1  %patch6 -p1
721  %patch7 -p1  %patch7 -p1
722  %patch8 -p1  %patch8 -p1
723    %patch9 -p1
724    %patch10 -p1
725    %patch11 -p1
726    %patch12 -p1
727    %patch13 -p1
728    %patch14 -p1
729    %patch15 -p1
730    %patch16 -p1
731    
732  %build  %build
733  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