1 |
# $Id: smeserver-qpsmtpd.spec,v 1.4 2013/06/14 10:25:29 vip-ire Exp $ |
# $Id: smeserver-qpsmtpd.spec,v 1.10 2015/08/06 15:51:26 vip-ire 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.4.0 |
%define version 2.4.0 |
7 |
%define release 5 |
%define release 12 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
13 |
Patch1: smeserver-qpsmtpd-2.4.0-spamassassin_size_limit.patch |
Patch1: smeserver-qpsmtpd-2.4.0-spamassassin_size_limit.patch |
14 |
Patch2: smeserver-qpsmtpd-2.4.0-initialize_size.patch |
Patch2: smeserver-qpsmtpd-2.4.0-initialize_size.patch |
15 |
Patch3: smeserver-qpsmtpd-2.4.0-ciphers-update.patch |
Patch3: smeserver-qpsmtpd-2.4.0-ciphers-update.patch |
16 |
|
Patch4: smeserver-qpsmtpd-2.4.0-RBLSBLupdate.patch |
17 |
|
Patch5: smeserver-qpsmtpd-2.4.0-remove_databytes.patch |
18 |
|
Patch6: smeserver-qpsmtpd-2.4.0-ahbl-patch |
19 |
|
Patch7: smeserver-qpsmtpd-2.4.0-allow_relayclients_wo_authentications.patch |
20 |
|
Patch8: smeserver-qpsmtpd-2.4.0-add_domain_to_bcc_user.patch |
21 |
|
Patch9: smeserver-qpsmtpd-2.4.0-ssl_proto_from_db.patch |
22 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
23 |
Requires: qpsmtpd >= 0.83 |
Requires: qpsmtpd >= 0.83 |
24 |
Requires: perl(Mail::DKIM) |
Requires: perl(Mail::DKIM) |
50 |
SME Server qpsmtpd smtpd module |
SME Server qpsmtpd smtpd module |
51 |
|
|
52 |
%changelog |
%changelog |
53 |
|
* Thu Jan 7 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-12.sme |
54 |
|
- Allow setting SSL protocols from DB [SME: 9162] |
55 |
|
|
56 |
|
* Thu Aug 6 2015 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-11.sme |
57 |
|
- Add domain part to bcc user if missing [SME: 8990] |
58 |
|
|
59 |
|
* Wed Dec 3 2014 stephane de Labrusse <stephdl@de-labrusse.fr> 2.4.0-10.sme |
60 |
|
- allow IP relayclient stored by DB [SME: 8704] |
61 |
|
- Code from Stefano ZAmboni <zamboni@mind-at-work.it> |
62 |
|
- & Charlie Brady <charlieb-contribs-bugzilla@budge.apana.org.au> |
63 |
|
|
64 |
|
* Tue Dec 2 2014 stephane de Labrusse <stephdl@de-labrusse.fr> 2.4.0-9.sme |
65 |
|
- allow IP relayclient stored by DB [SME: 8704] |
66 |
|
- Code from Stefano ZAmboni <zamboni@mind-at-work.it> |
67 |
|
|
68 |
|
* Tue May 6 2014 Ian Wells <esmith@wellsi.com> 2.4.0-8.sme |
69 |
|
- Remove dnsbl.ahbl.org RBL List [SME: 8368] |
70 |
|
|
71 |
|
* Tue Apr 15 2014 Ian Wells <esmith@wellsi.com> 2.4.0-7.sme |
72 |
|
- Remove the databytes file from qpsmtpd config [SME: 8329] |
73 |
|
|
74 |
|
* Tue Apr 15 2014 Ian Wells <esmith@wellsi.com> 2.4.0-6.sme |
75 |
|
- Update SBL and RBL Lists [SME: 8236] |
76 |
|
|
77 |
* Tue Jan 28 2014 Ian Wells <esmith@wellsi.com> 2.4.0-5.sme |
* Tue Jan 28 2014 Ian Wells <esmith@wellsi.com> 2.4.0-5.sme |
78 |
- Remove insecure ciphers [SME: 8138] |
- Remove insecure ciphers [SME: 8138] |
79 |
|
|
729 |
%patch1 -p1 |
%patch1 -p1 |
730 |
%patch2 -p1 |
%patch2 -p1 |
731 |
%patch3 -p1 |
%patch3 -p1 |
732 |
|
%patch4 -p1 |
733 |
|
%patch5 -p1 |
734 |
|
%patch6 -p1 |
735 |
|
%patch7 -p1 |
736 |
|
%patch8 -p1 |
737 |
|
%patch9 -p1 |
738 |
|
|
739 |
%build |
%build |
740 |
perl createlinks |
perl createlinks |