1 |
# $Id: smeserver-qpsmtpd.spec,v 1.53 2022/04/06 03:11:52 jpp Exp $ |
# $Id: smeserver-qpsmtpd.spec,v 1.55 2023/06/01 10:35:14 jcrisp Exp $ |
2 |
|
|
3 |
Summary: SME Server qpsmtpd module |
Summary: SME Server qpsmtpd module |
4 |
%define name smeserver-qpsmtpd |
%define name smeserver-qpsmtpd |
5 |
Name: %{name} |
Name: %{name} |
6 |
%define version 2.7.0 |
%define version 2.7.0 |
7 |
%define release 11 |
%define release 13 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
19 |
Patch6: smeserver-qpsmtpd-2.7.0-bz11858-softlimit.patch |
Patch6: smeserver-qpsmtpd-2.7.0-bz11858-softlimit.patch |
20 |
Patch7: smeserver-qpsmtpd-2.7.0-bz11933-pseudoemail.patch |
Patch7: smeserver-qpsmtpd-2.7.0-bz11933-pseudoemail.patch |
21 |
Patch8: smeserver-qpsmtpd-2.7.0-bz11974-DKIM-keys-lengths.patch |
Patch8: smeserver-qpsmtpd-2.7.0-bz11974-DKIM-keys-lengths.patch |
22 |
|
Patch9: smeserver-qpsmtpd-2.7.0-bz12193-migrate-cvm-unix-to-imap-auth.patch |
23 |
|
|
24 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
25 |
Requires: qpsmtpd >= 0.96-19 |
Requires: qpsmtpd >= 0.96-19 |
27 |
Requires: perl(Mail::DKIM::DkSignature) |
Requires: perl(Mail::DKIM::DkSignature) |
28 |
Requires: perl(ClamAV::Client) |
Requires: perl(ClamAV::Client) |
29 |
Requires: perl(Mail::DMARC) |
Requires: perl(Mail::DMARC) |
30 |
|
Requires: perl(Net::IMAP::Simple) >= 1.2212 |
31 |
Requires: daemontools |
Requires: daemontools |
32 |
Requires: qpsmtpd-plugins >= 0.0.1-sme04 |
Requires: qpsmtpd-plugins >= 0.0.1-sme04 |
33 |
Requires: ipsvd |
Requires: ipsvd |
34 |
Requires: e-smith-lib >= 1.16.0-08 |
Requires: e-smith-lib >= 1.16.0-08 |
35 |
Requires: e-smith-cvm-unix-local |
#Requires: e-smith-cvm-unix-local |
36 |
Requires: smeserver-clamav >= 2.7.0 |
Requires: smeserver-clamav >= 2.7.0 |
37 |
Obsoletes: e-smith-obtuse-smtpd |
Obsoletes: e-smith-obtuse-smtpd |
38 |
Obsoletes: e-smith-qmail-smtpd |
Obsoletes: e-smith-qmail-smtpd |
56 |
SME Server qpsmtpd smtpd module |
SME Server qpsmtpd smtpd module |
57 |
|
|
58 |
%changelog |
%changelog |
59 |
|
* Mon Aug 14 2023 Jean-Philippe Pialasse <tests@pialasse.com> 2.7.0-13.sme |
60 |
|
- fix imap auth needs escaping passwords [SME: 12395] |
61 |
|
now requires perl(Net::IMAP::Simple) >= 1.2212 (1.2034) |
62 |
|
do not requires e-smith-cvm-unix-local anymore |
63 |
|
|
64 |
|
* Sun Feb 05 2023 John Crisp <jcrisp@safeandsoundit.co.uk> 2.7.0-12.sme |
65 |
|
- migrate from cvm-unix auth to imap auth [SME: 12193] |
66 |
|
|
67 |
* Wed May 18 2022 John Crisp <jcrisp@safeandsoundit.co.uk> 2.7.0-11.sme |
* Wed May 18 2022 John Crisp <jcrisp@safeandsoundit.co.uk> 2.7.0-11.sme |
68 |
- Print both 255 char and full length DKIM keys [SME: 11974] |
- Print both 255 char and full length DKIM keys [SME: 11974] |
69 |
|
|
930 |
%patch6 -p1 |
%patch6 -p1 |
931 |
%patch7 -p1 |
%patch7 -p1 |
932 |
%patch8 -p1 |
%patch8 -p1 |
933 |
|
%patch9 -p1 |
934 |
|
|
935 |
|
|
936 |
%build |
%build |