--- rpms/qpsmtpd/sme7/qpsmtpd.spec 2009/11/05 18:18:12 1.25 +++ rpms/qpsmtpd/sme7/qpsmtpd.spec 2013/04/26 02:34:46 1.30 @@ -1,8 +1,8 @@ -# $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 $ Name: qpsmtpd Version: 0.83 -Release: 0.6%{?dist} +Release: 0.10%{?dist} Summary: qpsmtpd + qpsmtpd-apache + qpsmtpd-async License: distributable Group: System Environment/Daemons @@ -26,10 +26,15 @@ Patch10: qpsmtpd-0.83-loginit.patch Patch11: qpsmtpd-48d1a5b9febc96d2d3c4110500759e36fb4eabb6.patch Patch12: qpsmtpd-de3fbb565f711bc27e7bfa061e83c3020710dc16.patch +Patch21: 0021-ignore-search-path-in-DNS-lookups.patch +Patch38: 0038-Patch-FATAL-PLUGIN-ERROR-check_basicheaders.patch +Patch40: 0040-qpsmtpd-forkserver_fix_Net_DNS_update_breaks_qpsmtpd.patch + Patch100: qpsmtpd-0.40-badrcptto_allowrelay.patch Patch101: qpsmtpd-0.83-peer_hooks.patch Patch102: qpsmtpd-0.83-clamd_conf.patch Patch103: qpsmtpd-0.83-clamav-headers.patch +Patch104: qpsmtpd-forkserver-keepalive.patch %description qpsmtpd is a flexible smtpd daemon written in Perl. Apart from the core @@ -63,10 +68,14 @@ qpsmpd-async which uses it. %patch10 -p1 %patch11 -p1 %patch12 -p1 +%patch21 -p1 +%patch38 -p1 +%patch40 -p1 %patch100 -p1 %patch101 -p1 %patch102 -p1 %patch103 -p1 +%patch104 -p0 %build @@ -176,18 +185,31 @@ then fi %changelog +* Thu Apr 25 2013 chris burnat 0.83-0.10.sme +- Fix Net::DNS update breaks qpsmtpd, codes suggested by Ian [SME: 7560] + +* Wed Jul 18 2012 Ian Wells 0.83-0.9.sme +- Fix fatal errors when mail has no headers [SME: 6386] + +* Sat Jun 30 2012 Ian Wells 0.83-0.8.sme +- Ignore search path in DNS lookups [SME: 5808] + +* Fri May 04 2012 Charlie Brady 0.83-0.7.sme +- Set SO_KEEPALIVE option on client socket - to detect dead + connections. [SME: 6916] + * Thu Nov 5 2009 0.83-0.6.sme - Apply qpsmtpd git changesets to implement custom SPAM subject prefix [SME: 5567] -* Tue Nov 3 2009 0.83-0.5.sme +* Tue Nov 3 2009 0.83-0.5.sme - Update pre requires so scripts don't fail on install [SME: 5557] -* Sat Oct 31 2009 0.83-0.4.sme +* Sat Oct 31 2009 0.83-0.4.sme - Rebase bad_rcptto patch to remove orig file [SME: 5549] - Change logging in tls init to prevent warnings [SME: 5550] -* Thu Oct 29 2009 0.83-0.3.sme +* Thu Oct 29 2009 0.83-0.3.sme - Only run/initialize plugins once [SME: 5533] * Mon Oct 26 2009 0.83-0.2.sme