--- rpms/qpsmtpd/sme10/qpsmtpd.spec 2016/05/06 09:11:35 1.15 +++ rpms/qpsmtpd/sme10/qpsmtpd.spec 2016/06/15 20:19:12 1.21 @@ -1,8 +1,8 @@ -# $Id: qpsmtpd.spec,v 1.14 2016/05/06 09:10:35 vip-ire Exp $ +# $Id: qpsmtpd.spec,v 1.20 2016/05/28 08:36:24 vip-ire Exp $ Name: qpsmtpd Version: 0.96 -Release: 8%{?dist} +Release: 14%{?dist} Summary: qpsmtpd + qpsmtpd-apache License: MIT Group: System Environment/Daemons @@ -40,6 +40,10 @@ 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 +Patch19: qpsmtpd-0.96-addr_defined_before_use.patch +Patch20: qpsmtpd-0.96-check_rua_is_defined.patch +Patch21: qpsmtpd-0.96-remove_karma_rcpt_handler.patch %description qpsmtpd is a flexible smtpd daemon written in Perl. Apart from the core @@ -79,6 +83,10 @@ that turns Apache into an SMTP server us %patch15 -p1 %patch16 -p1 %patch17 -p1 +%patch18 -p1 +%patch19 -p1 +%patch20 -p1 +%patch21 -p1 %build CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL INSTALLDIRS="vendor" PREFIX="%{buildroot}%{_prefix}" @@ -151,6 +159,26 @@ fi %changelog +* Wed Jun 15 2016 Daniel Berteaud 0.96-14.sme +- Remove karma rcpt handling (buggy and doesn't make a lot of sense) + [SME: 9462] + +* Sat May 28 2016 Daniel Berteaud 0.96-13.sme +- Check rua is defined before trying to parse it to prevent an error + if a domain has a DMARC entry published with no rua [SME: 9206] + +* Mon May 16 2016 Daniel Berteaud 0.96-12.sme +- Fix error when RCPT TO is not valid [SME: 9460] + +* 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] + +* Sun May 8 2016 Daniel Berteaud 0.96-9.sme +- Backport a fix for karma_tool so it can find its database [SME: 9462] + * Fri May 6 2016 Daniel Berteaud 0.96-8.sme - Support dkim signing with symlinks [SME: 9496] - Fix DMARC rejects not working [SME: 9202]