/[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.23 by slords, Thu Oct 29 20:27:16 2009 UTC Revision 1.44 by wellsi, Mon Feb 24 03:50:08 2014 UTC
# Line 1  Line 1 
1  # $Id: smeserver-qpsmtpd.spec,v 1.22 2008/10/07 15:06:55 slords Exp $  # $Id: smeserver-qpsmtpd.spec,v 1.43 2014/01/14 05:23:36 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 2  %define release 20
8  Version: %{version}  Version: %{version}
9  Release: %{release}%{?dist}  Release: %{release}%{?dist}
10  License: GPL  License: GPL
11  Group: Networking/Daemons  Group: Networking/Daemons
12  Source: %{name}-%{version}.tar.gz  Source: %{name}-%{version}.tar.gz
13  Patch1: smeserver-qpsmtpd-2.2.0-qpsmtpd83.patch  Patch1: smeserver-qpsmtpd-2.2.0-qpsmtpd83.patch
14    Patch2: smeserver-qpsmtpd-2.2.0-spamsubject.patch
15    Patch3: smeserver-qpsmtpd-2.2.0-expand-template.patch
16    Patch4: smeserver-qpsmtpd-2.2.0-RequireResolvableFromHost-default-enabled.patch
17    Patch5: smeserver-qpsmtpd-2.2.0-tls_before_auth.patch
18    Patch6: smeserver-qpsmtpd-2.2.0-require_auth.patch
19    Patch7: smeserver-qpsmtpd-2.2.0-ciphers.patch
20    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 41  AutoReqProv: no Line 56  AutoReqProv: no
56  SME Server qpsmtpd smtpd module  SME Server qpsmtpd smtpd module
57    
58  %changelog  %changelog
59    * Sun Feb 23 2014 Ian Wells <esmith@wellsi.com> 2.2.0-20.sme
60    - Update SBL and RBL Lists [SME: 8235]
61    
62    * Mon Jan 13 2014 Ian Wells <esmith@wellsi.com> 2.2.0-19.sme
63    - Remove insecure ciphers [SME: 7916]
64    
65    * Sun Oct 13 2013 Daniel Berteaud <daniel@firewall-services.com> 2.2.0-18
66    - Remove the databytes file from qpsmtpd config [SME: 7876]
67    
68    * Wed Jun 12 2013 Daniel Berteaud <daniel@firewall-services.com> 2.2.0-17
69    - Fix size_limit initialization [SME: 7668]
70    
71    * Tue Apr 23 2013 chris burnat <devlist@burnat.com> 2.2.0-16
72    - smeserver-qpsmtpd reads MaxMessageSize prop of spamassassin and adds it
73      to the arguments of the plugin if defined, patch by Daniel [SME: 7541]
74    
75    * Wed Jul 18 2012 Ian Wells <esmith@wellsi.com> 2.2.0-15
76    - Revert the 2.2.0-14 change and fix properly in e-smith-base [SME: 7026]
77    
78    * Fri Jul 06 2012 Ian Wells <esmith@wellsi.com> 2.2.0-14
79    - tls ciphers defaults to disallow SSLv2 [SME: 7026]
80    
81    * Thu Oct 14 2010 Daniel Berteaud <daniel@firewall-services.com> 2.2.0-13
82    - Read number of log files to keep from the DB [SME: 2862]
83    
84    * Fri Oct 8 2010 Daniel Berteaud <daniel@firewall-services.com> 2.2.0-12
85    - Log all the run script to stdout [SME: 5831]
86    
87    * Mon Oct 4 2010 Shad L. Lords <slords@mail.com> 2.2.0-11.sme
88    - Allow relay from all local 127.0.0.x addresses [SME: 5575]
89    
90    * Fri Oct 1 2010 Daniel Berteaud <daniel@firewall-services.com> 2.2.0-10.sme
91    - Fix RelayRequiresAuth for local network [SME: 5575]
92    
93    * Sun Sep 25 2010 Shad L. Lords <slords@mail.com> 2.2.0-9.sme
94    - Make tls ciphers configurable [SME: 6241]
95    
96    * Sun Sep 25 2010 Shad L. Lords <slords@mail.com> 2.2.0-8.sme
97    - Require auth for all relays (local too) [SME: 5575]
98    
99    * Sat Jun 5 2010 Ian Wells <esmith@wellsi.com> 2.2.0-7.sme
100    - Add qpsmtpd template fragment for tls_before_auth [SME: 6004]
101    
102    * Sun Dec 27 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-6.sme
103    - Enable qpsmtpd RequireResolvableFromHost plugin by default, remove
104      database entry and the database default value [SME: 5617]
105    
106    * Sat Nov 7 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-5.sme
107    - Tie template fragment into event system to have it expanded [SME: 5031]
108    
109    * Fri Nov 6 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-4.sme
110    - Add qpsmtpd template fragment for custom SPAM subject prefix [SME: 5031]
111    
112    * Thu Oct 29 2009 Shad L. Lords <slords@mail.com> 2.0.0-3.sme
113    - Add hooks cleanout back in in so auth works.
114    
115  * Thu Oct 29 2009 Shad L. Lords <slords@mail.com> 2.2.0-2.sme  * Thu Oct 29 2009 Shad L. Lords <slords@mail.com> 2.2.0-2.sme
116  - Add compatibility with qpsmtpd 0.83 [SME: 5543]  - Add compatibility with qpsmtpd 0.83 [SME: 5543]
117  - Add tls to base config [SME: 1076]  - Add tls to base config [SME: 1076]
# Line 638  SME Server qpsmtpd smtpd module Line 709  SME Server qpsmtpd smtpd module
709  %prep  %prep
710  %setup  %setup
711  %patch1 -p1  %patch1 -p1
712    %patch2 -p1
713    %patch3 -p1
714    %patch4 -p1
715    %patch5 -p1
716    %patch6 -p1
717    %patch7 -p1
718    %patch8 -p1
719    %patch9 -p1
720    %patch10 -p1
721    %patch11 -p1
722    %patch12 -p1
723    %patch13 -p1
724    %patch14 -p1
725    %patch15 -p1
726    %patch16 -p1
727    
728  %build  %build
729  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