--- rpms/qpsmtpd/sme10/qpsmtpd.spec 2021/11/15 17:04:33 1.29 +++ rpms/qpsmtpd/sme10/qpsmtpd.spec 2023/12/18 17:38:05 1.32 @@ -1,8 +1,8 @@ -# $Id: qpsmtpd.spec,v 1.28 2018/03/11 05:43:50 jpp Exp $ +# $Id: qpsmtpd.spec,v 1.31 2023/12/18 17:32:12 jpp Exp $ Name: qpsmtpd Version: 0.96 -Release: 20%{?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 @@ -51,6 +52,7 @@ Patch24: qpsmtpd-0.96-bz10112-whitelist. 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 @@ -100,6 +102,7 @@ that turns Apache into an SMTP server us %patch25 -p1 %patch26 -p1 %patch27 -p1 +%patch28 -p1 %build CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL INSTALLDIRS="vendor" PREFIX="%{buildroot}%{_prefix}" @@ -172,17 +175,24 @@ 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-Philipe Pialasse 0.96-19.sme +* 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-Philipe Pialasse 0.96-18.sme +* 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-Philipe Pialasse 0.96-17.sme +* 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