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

Diff of /rpms/qpsmtpd/sme7/qpsmtpd.spec

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

Revision 1.25 by snetram, Thu Nov 5 18:18:12 2009 UTC Revision 1.30 by burnat, Fri Apr 26 02:34:46 2013 UTC
# Line 1  Line 1 
1  # $Id: qpsmtpd.spec,v 1.24 2009/11/04 17:01:12 charliebrady Exp $  # $Id: qpsmtpd.spec,v 1.29 2012/07/19 04:22:58 wellsi Exp $
2    
3  Name: qpsmtpd  Name: qpsmtpd
4  Version: 0.83  Version: 0.83
5  Release: 0.6%{?dist}  Release:  0.10%{?dist}
6  Summary: qpsmtpd + qpsmtpd-apache + qpsmtpd-async  Summary: qpsmtpd + qpsmtpd-apache + qpsmtpd-async
7  License: distributable  License: distributable
8  Group: System Environment/Daemons  Group: System Environment/Daemons
# Line 26  Patch10: qpsmtpd-0.83-loginit.patch Line 26  Patch10: qpsmtpd-0.83-loginit.patch
26  Patch11: qpsmtpd-48d1a5b9febc96d2d3c4110500759e36fb4eabb6.patch  Patch11: qpsmtpd-48d1a5b9febc96d2d3c4110500759e36fb4eabb6.patch
27  Patch12: qpsmtpd-de3fbb565f711bc27e7bfa061e83c3020710dc16.patch  Patch12: qpsmtpd-de3fbb565f711bc27e7bfa061e83c3020710dc16.patch
28    
29    Patch21: 0021-ignore-search-path-in-DNS-lookups.patch
30    Patch38: 0038-Patch-FATAL-PLUGIN-ERROR-check_basicheaders.patch
31    Patch40: 0040-qpsmtpd-forkserver_fix_Net_DNS_update_breaks_qpsmtpd.patch
32    
33  Patch100: qpsmtpd-0.40-badrcptto_allowrelay.patch  Patch100: qpsmtpd-0.40-badrcptto_allowrelay.patch
34  Patch101: qpsmtpd-0.83-peer_hooks.patch  Patch101: qpsmtpd-0.83-peer_hooks.patch
35  Patch102: qpsmtpd-0.83-clamd_conf.patch  Patch102: qpsmtpd-0.83-clamd_conf.patch
36  Patch103: qpsmtpd-0.83-clamav-headers.patch  Patch103: qpsmtpd-0.83-clamav-headers.patch
37    Patch104: qpsmtpd-forkserver-keepalive.patch
38    
39  %description  %description
40  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 63  qpsmpd-async which uses it. Line 68  qpsmpd-async which uses it.
68  %patch10 -p1  %patch10 -p1
69  %patch11 -p1  %patch11 -p1
70  %patch12 -p1  %patch12 -p1
71    %patch21 -p1
72    %patch38 -p1
73    %patch40 -p1
74  %patch100 -p1  %patch100 -p1
75  %patch101 -p1  %patch101 -p1
76  %patch102 -p1  %patch102 -p1
77  %patch103 -p1  %patch103 -p1
78    %patch104 -p0
79    
80    
81  %build  %build
# Line 176  then Line 185  then
185  fi  fi
186    
187  %changelog  %changelog
188    * Thu Apr 25 2013 chris burnat <devlist@burnat.com> 0.83-0.10.sme
189    - Fix Net::DNS update breaks qpsmtpd, codes suggested by Ian [SME: 7560]
190    
191    * Wed Jul 18 2012 Ian Wells <esmith@wellsi.com> 0.83-0.9.sme
192    - Fix fatal errors when mail has no headers [SME: 6386]
193    
194    * Sat Jun 30 2012 Ian Wells <esmith@wellsi.com> 0.83-0.8.sme
195    - Ignore search path in DNS lookups [SME: 5808]
196    
197    * Fri May 04 2012 Charlie Brady <charlie_brady@mitel.com> 0.83-0.7.sme
198    - Set SO_KEEPALIVE option on client socket - to detect dead
199      connections. [SME: 6916]
200    
201  * Thu Nov 5 2009 <smeserver-contribs@snetram.nl> 0.83-0.6.sme  * Thu Nov 5 2009 <smeserver-contribs@snetram.nl> 0.83-0.6.sme
202  - Apply qpsmtpd git changesets to implement custom SPAM  - Apply qpsmtpd git changesets to implement custom SPAM
203    subject prefix [SME: 5567]    subject prefix [SME: 5567]
204    
205  * Tue Nov 3 2009 <slords@lordsfam.net> 0.83-0.5.sme  * Tue Nov 3 2009 <slords@mail.com> 0.83-0.5.sme
206  - Update pre requires so scripts don't fail on install [SME: 5557]  - Update pre requires so scripts don't fail on install [SME: 5557]
207    
208  * Sat Oct 31 2009 <slords@lordsfam.net> 0.83-0.4.sme  * Sat Oct 31 2009 <slords@mail.com> 0.83-0.4.sme
209  - Rebase bad_rcptto patch to remove orig file [SME: 5549]  - Rebase bad_rcptto patch to remove orig file [SME: 5549]
210  - Change logging in tls init to prevent warnings [SME: 5550]  - Change logging in tls init to prevent warnings [SME: 5550]
211    
212  * Thu Oct 29 2009 <slords@lordsfam.net> 0.83-0.3.sme  * Thu Oct 29 2009 <slords@mail.com> 0.83-0.3.sme
213  - Only run/initialize plugins once [SME: 5533]  - Only run/initialize plugins once [SME: 5533]
214    
215  * Mon Oct 26 2009 <filippo.carletti@gmail.com> 0.83-0.2.sme  * Mon Oct 26 2009 <filippo.carletti@gmail.com> 0.83-0.2.sme


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