1 |
# $Id: smeserver-qpsmtpd.spec,v 1.56 2023/08/14 16:20:52 jpp Exp $ |
# $Id: smeserver-qpsmtpd.spec,v 1.57 2023/08/16 02:19:17 jpp 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 14 |
%define release 15 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
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 |
Patch9: smeserver-qpsmtpd-2.7.0-bz12193-migrate-cvm-unix-to-imap-auth.patch |
23 |
|
Patch10: smeserver-qpsmtpd-2.7.0-bz12449-select-smtp-ssmtp-auth.patch |
24 |
|
|
25 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
26 |
Requires: qpsmtpd >= 0.96-19 |
Requires: qpsmtpd >= 0.96-22 |
27 |
Requires: perl(Mail::DKIM) |
Requires: perl(Mail::DKIM) |
28 |
Requires: perl(Mail::DKIM::DkSignature) |
Requires: perl(Mail::DKIM::DkSignature) |
29 |
Requires: perl(ClamAV::Client) |
Requires: perl(ClamAV::Client) |
57 |
SME Server qpsmtpd smtpd module |
SME Server qpsmtpd smtpd module |
58 |
|
|
59 |
%changelog |
%changelog |
60 |
|
* Mon Dec 18 2023 Jean-Philippe Pialasse <tests@pialasse.com> 2.7.0-15.sme |
61 |
|
- revert ability to enable selectively auth on smtp/ssmtp [SME: 12449] |
62 |
|
|
63 |
* Tue Aug 15 2023 Jean-Philippe Pialasse <tests@pialasse.com> 2.7.0-14.sme |
* Tue Aug 15 2023 Jean-Philippe Pialasse <tests@pialasse.com> 2.7.0-14.sme |
64 |
- fix unable to auth with imap if set to localhost access [SME: 12398] |
- fix unable to auth with imap if set to localhost access [SME: 12398] |
65 |
|
|
938 |
%patch7 -p1 |
%patch7 -p1 |
939 |
%patch8 -p1 |
%patch8 -p1 |
940 |
%patch9 -p1 |
%patch9 -p1 |
941 |
|
%patch10 -p1 |
942 |
|
|
943 |
%build |
%build |
944 |
perl createlinks |
perl createlinks |