--- rpms/qpsmtpd/sme8/qpsmtpd.spec 2008/04/09 13:51:55 1.14 +++ rpms/qpsmtpd/sme8/qpsmtpd.spec 2008/08/11 20:32:47 1.15 @@ -1,8 +1,8 @@ -# $Id$ +# $Id: qpsmtpd.spec,v 1.14 2008/04/09 13:51:55 slords Exp $ Name: qpsmtpd Version: 0.40 -Release: 1.9%{?dist} +Release: 1.10%{?dist} %define orig_version 0.40 Summary: qpsmtpd License: distributable @@ -38,6 +38,7 @@ Patch106: qpsmtpd-0.40-clamav-headers.pa 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 %description qpsmtpd is a flexible smtpd daemon written in Perl. Apart from the core @@ -88,6 +89,7 @@ qpsmpd-async which uses it. %patch107 -p1 %patch108 -p1 %patch109 -p1 +%patch110 -p1 %build CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL INSTALLSITELIB=/usr/lib/perl5/site_perl @@ -264,6 +266,10 @@ find $RPM_BUILD_ROOT/usr -type f -path ' /usr/share/qpsmtpd/plugins/async/require_resolvable_fromhost %changelog +* 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]