--- rpms/qpsmtpd/sme9/qpsmtpd.spec 2016/05/08 08:15:44 1.24 +++ rpms/qpsmtpd/sme9/qpsmtpd.spec 2017/03/07 16:03:52 1.32 @@ -1,8 +1,8 @@ -# $Id: qpsmtpd.spec,v 1.23 2016/05/08 08:15:16 vip-ire Exp $ +# $Id: qpsmtpd.spec,v 1.31 2017/02/27 22:07:06 unnilennium Exp $ Name: qpsmtpd Version: 0.96 -Release: 2%{?dist} +Release: 9%{?dist} Summary: qpsmtpd + qpsmtpd-apache License: MIT Group: System Environment/Daemons @@ -12,6 +12,7 @@ BuildRequires: perl >= 0:5.00503 BuildRequires: perl(ExtUtils::MakeMaker) BuildArch: noarch Requires: perl(Mail::Header), perl(Net::DNS) perl(Net::IP) +Requires: perl(Data::Validate::Domain) Requires(pre): coreutils, shadow-utils, perl Source0: %{name}-%{version}.tar.gz @@ -39,6 +40,13 @@ Patch14: qpsmtpd-0.96-fix_dmarc_reject.p 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 +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 +Patch24: qpsmtpd-0.96-bz10111-whitelist.patch %description qpsmtpd is a flexible smtpd daemon written in Perl. Apart from the core @@ -78,6 +86,13 @@ that turns Apache into an SMTP server us %patch15 -p1 %patch16 -p1 %patch17 -p1 +%patch18 -p1 +%patch19 -p1 +%patch20 -p1 +%patch21 -p1 +%patch22 -p1 +%patch23 -p1 +%patch24 -p1 %build CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL INSTALLDIRS="vendor" PREFIX="%{buildroot}%{_prefix}" @@ -160,6 +175,30 @@ then fi %changelog +* Mon Feb 27 2017 Jean-Philipe Pialasse 0.96-9.sme +- fix whitelist plugin to support helo with naughty rejecting at mail stage [SME: 10111] + +* Tue Jul 12 2016 Daniel Berteaud 0.96-8.sme +- Validate domains found in uribl with Data::Validate::Domain [SME: 9499] + +* 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] + +* 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]