--- rpms/qpsmtpd/sme9/qpsmtpd.spec 2016/05/06 19:58:08 1.22 +++ rpms/qpsmtpd/sme9/qpsmtpd.spec 2016/05/28 08:41:36 1.27 @@ -1,8 +1,8 @@ -# $Id: qpsmtpd.spec,v 1.12 2015/02/15 16:25:57 vip-ire Exp $ +# $Id: qpsmtpd.spec,v 1.26 2016/05/16 09:57:47 vip-ire Exp $ Name: qpsmtpd Version: 0.96 -Release: 1%{?dist} +Release: 5%{?dist} Summary: qpsmtpd + qpsmtpd-apache License: MIT Group: System Environment/Daemons @@ -38,6 +38,10 @@ Patch13: qpsmtpd-0.96-dkim_no_sign_for_o Patch14: qpsmtpd-0.96-fix_dmarc_reject.patch 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 +Patch20: qpsmtpd-0.96-check_rua_is_defined.patch %description qpsmtpd is a flexible smtpd daemon written in Perl. Apart from the core @@ -76,6 +80,10 @@ that turns Apache into an SMTP server us %patch14 -p1 %patch15 -p1 %patch16 -p1 +%patch17 -p1 +%patch18 -p1 +%patch19 -p1 +%patch20 -p1 %build CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL INSTALLDIRS="vendor" PREFIX="%{buildroot}%{_prefix}" @@ -158,6 +166,19 @@ then fi %changelog +* Sat May 28 2016 Daniel Berteaud 0.96-5.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: 9507] + +* 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] + * Fri May 6 2016 Daniel Berteaud 0.96-1.sme - Update to 0.96 (with some backports from GIT head) [SME: 8861]