1 |
# $Id: smeserver-qpsmtpd.spec,v 1.53 2022/04/06 03:11:52 jpp Exp $ |
# $Id: smeserver-qpsmtpd.spec,v 1.54 2022/05/18 13:17:32 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 12 |
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 |
55 |
SME Server qpsmtpd smtpd module |
SME Server qpsmtpd smtpd module |
56 |
|
|
57 |
%changelog |
%changelog |
58 |
|
* Sun Feb 05 2023 John Crisp <jcrisp@safeandsoundit.co.uk> 2.7.0-12.sme |
59 |
|
- migrate from cvm-unix auth to imap auth [SME: 12193] |
60 |
|
|
61 |
* 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 |
62 |
- Print both 255 char and full length DKIM keys [SME: 11974] |
- Print both 255 char and full length DKIM keys [SME: 11974] |
63 |
|
|
924 |
%patch6 -p1 |
%patch6 -p1 |
925 |
%patch7 -p1 |
%patch7 -p1 |
926 |
%patch8 -p1 |
%patch8 -p1 |
927 |
|
%patch9 -p1 |
928 |
|
|
929 |
|
|
930 |
%build |
%build |