/[smeserver]/rpms/qpsmtpd/sme9/qpsmtpd.spec
ViewVC logotype

Diff of /rpms/qpsmtpd/sme9/qpsmtpd.spec

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

Revision 1.1 by slords, Sat Feb 2 00:59:45 2013 UTC Revision 1.9 by vip-ire, Mon Dec 22 20:51:49 2014 UTC
# Line 1  Line 1 
1  # $Id: qpsmtpd.spec,v 1.31 2012/05/04 15:44:20 charliebrady Exp $  # $Id: qpsmtpd.spec,v 1.8 2014/03/13 16:27:35 vip-ire Exp $
2    
3  Name: qpsmtpd  Name: qpsmtpd
4  Version: 0.84  Version: 0.84
5  Release: 4%{?dist}  Release: 10%{?dist}
6  Summary: qpsmtpd + qpsmtpd-apache + qpsmtpd-async  Summary: qpsmtpd + qpsmtpd-apache + qpsmtpd-async
7  License: MIT  License: MIT
8  Group: System Environment/Daemons  Group: System Environment/Daemons
# Line 61  Patch35: 0035-Fix-for-plugins-returning- Line 61  Patch35: 0035-Fix-for-plugins-returning-
61  Patch36: 0036-prefork-use-new-instance-instead-of-cloning.patch  Patch36: 0036-prefork-use-new-instance-instead-of-cloning.patch
62  Patch37: 0037-Revert-Spool-body-when-transaction-body_fh-is-called.patch  Patch37: 0037-Revert-Spool-body-when-transaction-body_fh-is-called.patch
63  Patch38: 0038-Patch-FATAL-PLUGIN-ERROR-check_basicheaders.patch  Patch38: 0038-Patch-FATAL-PLUGIN-ERROR-check_basicheaders.patch
64    Patch39: 0039-qpsmtpd-0.84-spamassassin_size_limit.patch
65    Patch40: 0040-qpsmtpd-forkserver_fix_Net_DNS_update_breaks_qpsmtpd.patch
66    
67  Patch100: qpsmtpd-0.40-badrcptto_allowrelay.patch  Patch100: qpsmtpd-0.40-badrcptto_allowrelay.patch
68  Patch101: qpsmtpd-0.83-peer_hooks.patch  Patch101: qpsmtpd-0.83-peer_hooks.patch
69  Patch102: qpsmtpd-0.83-loginit.patch  Patch102: qpsmtpd-0.83-loginit.patch
70  Patch103: qpsmtpd-forkserver-keepalive.patch  Patch103: qpsmtpd-forkserver-keepalive.patch
71    Patch104: qpsmtpd-0.84-accept-empty-email.patch
72    Patch105: qpsmtpd-0.84-fix_eq_operator.patch
73    Patch106: qpsmtpd-0.84-remove_denysoft_on_spf_softfail.patch
74    Patch107: qpsmtpd-0.84-force_tlsv1.patch
75    
76  %description  %description
77  qpsmtpd is a flexible smtpd daemon written in Perl. Apart from the core  qpsmtpd is a flexible smtpd daemon written in Perl. Apart from the core
# Line 134  qpsmpd-async which uses it. Line 140  qpsmpd-async which uses it.
140  %patch36 -p1  %patch36 -p1
141  %patch37 -p1  %patch37 -p1
142  %patch38 -p1  %patch38 -p1
143    %patch39 -p1
144    %patch40 -p1
145    
146  %patch100 -p1  %patch100 -p1
147  %patch101 -p1  %patch101 -p1
148  %patch102 -p1  %patch102 -p1
149  %patch103 -p0  %patch103 -p0
150    %patch104 -p1
151    %patch105 -p1
152    %patch106 -p1
153    %patch107 -p1
154    
155  %build  %build
156  CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL INSTALLDIRS="vendor" PREFIX="%{buildroot}%{_prefix}"  CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL INSTALLDIRS="vendor" PREFIX="%{buildroot}%{_prefix}"
# Line 223  fi Line 235  fi
235  %pre  %pre
236    
237  %changelog  %changelog
238    * Mon Dec 22 2014 Daniel Berteaud <daniel@firewall-services.com> 0.84-10.sme
239    - Force usage of TLSv1 [SME: 8726]
240    
241    * Thu Mar 13 2014 Daniel Berteaud <daniel@firewall-services.com> 0.84-9.sme
242    - Remove DENYSOFT on SPF softfail [SME: 8273]
243    
244    * Mon Dec 9 2013 Daniel Berteaud <daniel@firewall-services.com> 0.84-8.sme
245    - Fix handling of messages with no body and no trailing \n after headers (eq was
246      used in attempted assignment). [SME: 8051, see SME: 7754]
247    
248    * Fri Jul 5 2013 Ian Wells <esmith@wellsi.com> 0.84-7.sme
249    - Accept messages with no body and no trailing \n after headers [SME: 7754]
250    
251    * Thu Apr 25 2013 chris burnat <devlist@burnat.com> 0.84-6.sme
252    - Fix Net::DNS update breaks qpsmtpd, codes suggested by Ian [SME: 7561]
253    
254    * Wed Apr 24 2013 Daniel Berteaud <daniel@firewall-services.com> 0.84-5.sme
255    - allows the spamassassin plugin to read the size limit from its
256      arguments [SME: 7559]
257    
258  * Fri Feb 1 2013 Shad L. Lords <slords@mail.com> 0.84-4.sme  * Fri Feb 1 2013 Shad L. Lords <slords@mail.com> 0.84-4.sme
259  - Update spec so building on rhel6 works [SME: 7263]  - Update spec so building on rhel6 works [SME: 7263]
260    
# Line 239  fi Line 271  fi
271  * Wed Apr 14 2010 <slords@mail.com> 0.84-0.1.sme  * Wed Apr 14 2010 <slords@mail.com> 0.84-0.1.sme
272  - Update to 0.84  - Update to 0.84
273  - add sme specific patches  - add sme specific patches
274    - Perl module rpms moved to /usr/share/perl5/vendor_perl [SME: 7223]
275    
276  * Wed Mar 3 2010 <filippo.carletti@gmail.com> 0.83-0.7.sme  * Wed Mar 3 2010 <filippo.carletti@gmail.com> 0.83-0.7.sme
277  - Remove spool and log dir from package (in smeserver-qpsmtpd)  - Remove spool and log dir from package (in smeserver-qpsmtpd)


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