--- rpms/qpsmtpd/sme9/qpsmtpd.spec 2016/05/08 08:15:44 1.24 +++ rpms/qpsmtpd/sme9/qpsmtpd.spec 2016/05/16 09:57:47 1.26 @@ -1,8 +1,8 @@ -# $Id: qpsmtpd.spec,v 1.23 2016/05/08 08:15:16 vip-ire Exp $ +# $Id: qpsmtpd.spec,v 1.25 2016/05/09 22:03:41 vip-ire Exp $ Name: qpsmtpd Version: 0.96 -Release: 2%{?dist} +Release: 4%{?dist} Summary: qpsmtpd + qpsmtpd-apache License: MIT Group: System Environment/Daemons @@ -39,6 +39,8 @@ Patch14: qpsmtpd-0.96-fix_dmarc_reject.p Patch15: qpsmtpd-0.96-add_dmarc_result_notes.patch Patch16: qpsmtpd-0.96-spf_on_no_dmarc_policy.patch Patch17: qpsmtpd-0.96-find_karma_db_dir.patch +Patch18: qpsmtpd-0.96-check_negative_karma_strikes.patch +Patch19: qpsmtpd-0.96-addr_defined_before_use.patch %description qpsmtpd is a flexible smtpd daemon written in Perl. Apart from the core @@ -78,6 +80,8 @@ that turns Apache into an SMTP server us %patch15 -p1 %patch16 -p1 %patch17 -p1 +%patch18 -p1 +%patch19 -p1 %build CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL INSTALLDIRS="vendor" PREFIX="%{buildroot}%{_prefix}" @@ -160,6 +164,12 @@ then fi %changelog +* Mon May 16 2016 Daniel Berteaud 0.96-4.sme +- Fix error when RCPT TO is not valid [SME: 8861] + +* Mon May 9 2016 Daniel Berteaud 0.96-3.sme +- Fix karma logic by checking negative strikes [SME: 9502] + * Sun May 8 2016 Daniel Berteaud 0.96-2.sme - Backport a fix for karma_tool so it can find its database [SME: 9502]