--- rpms/qpsmtpd/sme10/qpsmtpd.spec 2016/05/16 09:54:16 1.19 +++ rpms/qpsmtpd/sme10/qpsmtpd.spec 2016/05/28 08:36:24 1.20 @@ -1,8 +1,8 @@ -# $Id: qpsmtpd.spec,v 1.18 2016/05/09 21:59:36 vip-ire Exp $ +# $Id: qpsmtpd.spec,v 1.19 2016/05/16 09:54:16 vip-ire Exp $ Name: qpsmtpd Version: 0.96 -Release: 12%{?dist} +Release: 13%{?dist} Summary: qpsmtpd + qpsmtpd-apache License: MIT Group: System Environment/Daemons @@ -42,6 +42,7 @@ Patch16: qpsmtpd-0.96-add_dmarc_result_n 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 %description qpsmtpd is a flexible smtpd daemon written in Perl. Apart from the core @@ -83,6 +84,7 @@ that turns Apache into an SMTP server us %patch17 -p1 %patch18 -p1 %patch19 -p1 +%patch20 -p1 %build CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL INSTALLDIRS="vendor" PREFIX="%{buildroot}%{_prefix}" @@ -155,6 +157,10 @@ fi %changelog +* 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]