--- rpms/qpsmtpd/sme10/qpsmtpd.spec 2016/05/08 08:23:40 1.17 +++ rpms/qpsmtpd/sme10/qpsmtpd.spec 2016/05/09 21:59:36 1.18 @@ -1,8 +1,8 @@ -# $Id: qpsmtpd.spec,v 1.16 2016/05/08 08:19:33 vip-ire Exp $ +# $Id: qpsmtpd.spec,v 1.17 2016/05/08 08:23:40 vip-ire Exp $ Name: qpsmtpd Version: 0.96 -Release: 10%{?dist} +Release: 11%{?dist} Summary: qpsmtpd + qpsmtpd-apache License: MIT Group: System Environment/Daemons @@ -40,6 +40,7 @@ Patch14: qpsmtpd-0.96-dkim_no_sign_for_o Patch15: qpsmtpd-0.96-fix_dmarc_reject.patch Patch16: qpsmtpd-0.96-add_dmarc_result_notes.patch Patch17: qpsmtpd-0.96-spf_on_no_dmarc_policy.patch +Patch18: qpsmtpd-0.96-check_negative_karma_strikes.patch %description qpsmtpd is a flexible smtpd daemon written in Perl. Apart from the core @@ -79,6 +80,7 @@ that turns Apache into an SMTP server us %patch15 -p1 %patch16 -p1 %patch17 -p1 +%patch18 -p1 %build CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL INSTALLDIRS="vendor" PREFIX="%{buildroot}%{_prefix}" @@ -151,6 +153,9 @@ fi %changelog +* Mon May 9 2016 Daniel Berteaud 0.96-11.sme +- Fix karma logic by checking negative strikes [SME: 9462] + * Sun May 8 2016 Daniel Berteaud 0.96-10.sme - Remove previous patch, it was already applied [SME: 9462]