--- rpms/qpsmtpd/sme10/qpsmtpd.spec 2016/07/05 20:33:56 1.23 +++ rpms/qpsmtpd/sme10/qpsmtpd.spec 2016/07/11 20:47:43 1.24 @@ -1,8 +1,8 @@ -# $Id: qpsmtpd.spec,v 1.22 2016/07/05 20:22:39 vip-ire Exp $ +# $Id: qpsmtpd.spec,v 1.23 2016/07/05 20:33:56 vip-ire Exp $ Name: qpsmtpd Version: 0.96 -Release: 15%{?dist} +Release: 16%{?dist} Summary: qpsmtpd + qpsmtpd-apache License: MIT Group: System Environment/Daemons @@ -13,6 +13,7 @@ BuildRequires: perl(ExtUtils::MakeMaker) BuildArch: noarch Requires: perl(Mail::Header), perl(Net::DNS) perl(Net::IP) Requires: perl(IO::Socket::SSL) >= 1.70 +Requires: perl(Data::Validate::Domain) Requires(pre): coreutils, shadow-utils, perl Source0: %{name}-%{version}.tar.gz @@ -45,6 +46,7 @@ Patch19: qpsmtpd-0.96-addr_defined_befor 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 +Patch23: qpsmtpd-0.96-uribl_validate_domains.patch %description qpsmtpd is a flexible smtpd daemon written in Perl. Apart from the core @@ -89,6 +91,7 @@ that turns Apache into an SMTP server us %patch20 -p1 %patch21 -p1 %patch22 -p1 +%patch23 -p1 %build CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL INSTALLDIRS="vendor" PREFIX="%{buildroot}%{_prefix}" @@ -161,6 +164,9 @@ fi %changelog +* Mon Jul 11 2016 Daniel Berteaud 0.96-16.sme +- Validate domains found in uribl with Data::Validate::Domain [SME: 9467] + * Tue Jul 5 2016 Daniel Berteaud 0.96-15.sme - Use eval to fetch dkim policies, prevent fatal errors in case of DNS timeout [SME: 9480]