--- rpms/qpsmtpd/sme10/qpsmtpd.spec 2016/06/15 20:19:12 1.21 +++ rpms/qpsmtpd/sme10/qpsmtpd.spec 2021/11/16 23:13:14 1.30 @@ -1,8 +1,8 @@ -# $Id: qpsmtpd.spec,v 1.20 2016/05/28 08:36:24 vip-ire Exp $ +# $Id: qpsmtpd.spec,v 1.29 2021/11/15 17:04:33 jpp Exp $ Name: qpsmtpd Version: 0.96 -Release: 14%{?dist} +Release: 21%{?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 @@ -44,6 +45,12 @@ 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 +Patch23: qpsmtpd-0.96-uribl_validate_domains.patch +Patch24: qpsmtpd-0.96-bz10112-whitelist.patch +Patch25: qpsmtpd-0.96-SME10139-Message-Id.patch +Patch26: qpsmtpd-0.96-bz10290-spamassassin-fetchmail.patch +Patch27: qpsmtpd-0.96-bz10387-load_plugins-on-start.patch %description qpsmtpd is a flexible smtpd daemon written in Perl. Apart from the core @@ -87,6 +94,12 @@ that turns Apache into an SMTP server us %patch19 -p1 %patch20 -p1 %patch21 -p1 +%patch22 -p1 +%patch23 -p1 +%patch24 -p1 +%patch25 -p1 +%patch26 -p1 +%patch27 -p1 %build CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL INSTALLDIRS="vendor" PREFIX="%{buildroot}%{_prefix}" @@ -159,6 +172,29 @@ fi %changelog +* Tue Nov 16 2021 Jean-Philippe Pialasse 0.96-21.sme +- fix fetchmail patch to check local_ip [SME: 11763] + +* Mon Nov 15 2021 Jean-Philippe Pialasse 0.96-20.sme +- fix configuration not honoured on initial start [SME: 10387] + commented out load_plugins see https://github.com/smtpd/qpsmtpd/issues/288. + +* Sun Mar 11 2018 Jean-Philippe Pialasse 0.96-19.sme +- add support to force spamcheck on specific IP for fetchmail [SME: 10290] + +* Tue Mar 07 2017 Jean-Philippe Pialasse 0.96-18.sme +- Removed Message-Id validation, as it rejects MS account validation email [SME: 10139] + +* Mon Feb 27 2017 Jean-Philippe Pialasse 0.96-17.sme +- fix whitelist plugin to support helo with naughty rejecting at mail stage [SME: 10112] + +* 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] + * Wed Jun 15 2016 Daniel Berteaud 0.96-14.sme - Remove karma rcpt handling (buggy and doesn't make a lot of sense) [SME: 9462]