--- rpms/qpsmtpd/sme8/qpsmtpd.spec 2012/05/04 15:44:20 1.31 +++ rpms/qpsmtpd/sme8/qpsmtpd.spec 2013/04/25 01:54:19 1.33 @@ -1,8 +1,8 @@ -# $Id: qpsmtpd.spec,v 1.30 2012/05/04 15:42:32 charliebrady Exp $ +# $Id: qpsmtpd.spec,v 1.32 2013/04/23 05:30:06 burnat Exp $ Name: qpsmtpd Version: 0.84 -Release: 3%{?dist} +Release: 5%{?dist} Summary: qpsmtpd + qpsmtpd-apache + qpsmtpd-async License: MIT Group: System Environment/Daemons @@ -60,6 +60,8 @@ Patch35: 0035-Fix-for-plugins-returning- Patch36: 0036-prefork-use-new-instance-instead-of-cloning.patch Patch37: 0037-Revert-Spool-body-when-transaction-body_fh-is-called.patch Patch38: 0038-Patch-FATAL-PLUGIN-ERROR-check_basicheaders.patch +Patch39: 0039-qpsmtpd-0.84-spamassassin_size_limit.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 @@ -133,6 +135,8 @@ qpsmpd-async which uses it. %patch36 -p1 %patch37 -p1 %patch38 -p1 +%patch39 -p1 +%patch40 -p1 %patch100 -p1 %patch101 -p1 @@ -232,6 +236,13 @@ fi %pre %changelog +* Thu Apr 25 2013 chris burnat 0.84.5.sme +- Fix Net::DNS update breaks qpsmtpd, codes suggested by Ian [SME: 7557] + +* Tue Apr 23 2013 chris burnat 0.84-4.sme +- qpsmtpd allows the spamassassin plugin to read the size limit + from its arguments, patch by Daniel [SME: 7541] + * Fri May 04 2012 Charlie Brady 0.84-3.sme - Set SO_KEEPALIVE option on client socket - to detect dead connections. [SME: 6924]