--- rpms/qpsmtpd/sme10/qpsmtpd.spec 2016/07/11 20:47:43 1.24 +++ rpms/qpsmtpd/sme10/qpsmtpd.spec 2023/12/18 17:38:05 1.32 @@ -1,8 +1,8 @@ -# $Id: qpsmtpd.spec,v 1.23 2016/07/05 20:33:56 vip-ire Exp $ +# $Id: qpsmtpd.spec,v 1.31 2023/12/18 17:32:12 jpp Exp $ Name: qpsmtpd Version: 0.96 -Release: 16%{?dist} +Release: 22%{?dist} Summary: qpsmtpd + qpsmtpd-apache License: MIT Group: System Environment/Daemons @@ -10,6 +10,7 @@ URL: http://smtpd.develooper.com/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: perl >= 0:5.00503 BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(ExtUtils::Manifest) BuildArch: noarch Requires: perl(Mail::Header), perl(Net::DNS) perl(Net::IP) Requires: perl(IO::Socket::SSL) >= 1.70 @@ -47,6 +48,11 @@ Patch20: qpsmtpd-0.96-check_rua_is_defin 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 +Patch28: qpsmtpd-0.96-bz12450-auth_imap-perport.patch %description qpsmtpd is a flexible smtpd daemon written in Perl. Apart from the core @@ -92,6 +98,11 @@ that turns Apache into an SMTP server us %patch21 -p1 %patch22 -p1 %patch23 -p1 +%patch24 -p1 +%patch25 -p1 +%patch26 -p1 +%patch27 -p1 +%patch28 -p1 %build CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL INSTALLDIRS="vendor" PREFIX="%{buildroot}%{_prefix}" @@ -164,6 +175,26 @@ fi %changelog +* Mon Dec 18 2023 Jean-Philippe Pialasse 0.96-22.sme +- transpose auth_cvm behaviour to auth_imap [SME: 12450] + ability to enable for ssmtp and not smtp + +* 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]