--- rpms/qpsmtpd/sme8/qpsmtpd.spec 2007/07/01 14:28:47 1.10 +++ rpms/qpsmtpd/sme8/qpsmtpd.spec 2008/01/07 19:18:13 1.13 @@ -1,6 +1,6 @@ Name: qpsmtpd Version: 0.40 -Release: 1.6%{?dist} +Release: 1.9%{?dist} %define orig_version 0.40 Summary: qpsmtpd License: distributable @@ -33,7 +33,10 @@ Patch103: qpsmtpd-0.40-peer_hooks.patch 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 + %description qpsmtpd is a flexible smtpd daemon written in Perl. Apart from the core SMTP features, all functionality is implemented in small "extension @@ -80,6 +83,9 @@ qpsmpd-async which uses it. %patch104 -p1 %patch105 -p1 %patch106 -p1 +%patch107 -p1 +%patch108 -p1 +%patch109 -p1 %build CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL INSTALLSITELIB=/usr/lib/perl5/site_perl @@ -256,6 +262,15 @@ find $RPM_BUILD_ROOT/usr -type f -path ' /usr/share/qpsmtpd/plugins/async/require_resolvable_fromhost %changelog +* 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] + * Sat Jun 30 2007 Shad L. Lords 0.40-1.6.sme - Move clamav headers to top to not mess up message signing.