--- rpms/qpsmtpd/sme9/qpsmtpd.spec 2016/06/15 20:22:07 1.28 +++ rpms/qpsmtpd/sme9/qpsmtpd.spec 2016/07/05 20:32:39 1.29 @@ -1,8 +1,8 @@ -# $Id: qpsmtpd.spec,v 1.27 2016/05/28 08:41:36 vip-ire Exp $ +# $Id: qpsmtpd.spec,v 1.28 2016/06/15 20:22:07 vip-ire Exp $ Name: qpsmtpd Version: 0.96 -Release: 6%{?dist} +Release: 7%{?dist} Summary: qpsmtpd + qpsmtpd-apache License: MIT Group: System Environment/Daemons @@ -43,6 +43,7 @@ Patch18: qpsmtpd-0.96-check_negative_kar 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 +Patch22: qpsmtpd-0.96-eval_dkim_policies.patch %description qpsmtpd is a flexible smtpd daemon written in Perl. Apart from the core @@ -86,6 +87,7 @@ that turns Apache into an SMTP server us %patch19 -p1 %patch20 -p1 %patch21 -p1 +%patch22 -p1 %build CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL INSTALLDIRS="vendor" PREFIX="%{buildroot}%{_prefix}" @@ -168,6 +170,10 @@ then fi %changelog +* Tue Jul 5 2016 Daniel Berteaud 0.96-7.sme +- Use eval to fetch dkim policies, prevent fatal errors in case of DNS + timeout [SME: 9504] + * Wed Jun 15 2016 Daniel Berteaud 0.96-6.sme - Remove karma rcpt handling (buggy and doesn't make a lot of sense) [SME: 9502]