--- rpms/qpsmtpd/sme7/qpsmtpd.spec 2007/10/17 13:50:23 1.12 +++ rpms/qpsmtpd/sme7/qpsmtpd.spec 2009/03/28 08:05:48 1.17 @@ -1,6 +1,8 @@ +# $Id: qpsmtpd.spec,v 1.16 2008/08/11 20:43:35 charliebrady Exp $ + Name: qpsmtpd Version: 0.40 -Release: 1.7%{?dist} +Release: 1.11%{?dist} %define orig_version 0.40 Summary: qpsmtpd License: distributable @@ -34,7 +36,11 @@ Patch104: qpsmtpd-0.40-clamd_conf.patch Patch105: qpsmtpd-0.40-denysoft.patch Patch106: qpsmtpd-0.40-clamav-headers.patch Patch107: qpsmtpd-0.40-rhsbl_disconnect.patch - +Patch108: qpsmtpd-0.40-badrcpttoPlugin.patch +Patch109: qpsmtpd-0.40-spamassassin.patch +Patch110: qpsmtpd-0.40-resolvable_fromhost.patch +Patch111: qpsmtpd-0.40-fixClamscanParameterChange.patch + %description qpsmtpd is a flexible smtpd daemon written in Perl. Apart from the core SMTP features, all functionality is implemented in small "extension @@ -82,6 +88,10 @@ qpsmpd-async which uses it. %patch105 -p1 %patch106 -p1 %patch107 -p1 +%patch108 -p1 +%patch109 -p1 +%patch110 -p1 +%patch111 -p1 %build CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL INSTALLSITELIB=/usr/lib/perl5/site_perl @@ -258,6 +268,19 @@ find $RPM_BUILD_ROOT/usr -type f -path ' /usr/share/qpsmtpd/plugins/async/require_resolvable_fromhost %changelog +* Sat Mar 28 2009 Jonathan Martens 0.40-1.11.sme +- Adapt to Clamscan parameter change, fixing a log noice issue [SME: 5108] + +* Mon Aug 11 2008 Charlie Brady 0.40-1.10.sme +- Fix resolvable_fromhost bug where one or more MX records points + to unreachable hosts. [SME: 4403] + +* Mon Jan 7 2008 Stephen Noble 0.40-1.9.sme +- fix uninitialized value in spamassassin plugin [SME: 3340] + +* Mon Jan 7 2008 Stephen Noble 0.40-1.8.sme +- change to badrcptto plugin [SME: 3476] + * Tue Oct 16 2007 Charlie Brady 0.40-1.7.sme - Add support for disconnect option in rhsbl plugin [SME: 3390]