1 |
# $Id: smeserver-qpsmtpd.spec,v 1.2 2013/04/10 19:29:02 vip-ire Exp $ |
# $Id: smeserver-qpsmtpd.spec,v 1.6 2014/04/15 14:55:58 wellsi 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 3 |
%define release 8 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
11 |
Group: Networking/Daemons |
Group: Networking/Daemons |
12 |
Source: %{name}-%{version}.tar.xz |
Source: %{name}-%{version}.tar.xz |
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 |
15 |
|
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 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
20 |
Requires: qpsmtpd >= 0.83 |
Requires: qpsmtpd >= 0.83 |
21 |
Requires: perl(Mail::DKIM) |
Requires: perl(Mail::DKIM) |
47 |
SME Server qpsmtpd smtpd module |
SME Server qpsmtpd smtpd module |
48 |
|
|
49 |
%changelog |
%changelog |
50 |
|
* Tue May 6 2014 Ian Wells <esmith@wellsi.com> 2.4.0-8.sme |
51 |
|
- Remove dnsbl.ahbl.org RBL List [SME: 8368] |
52 |
|
|
53 |
|
* Tue Apr 15 2014 Ian Wells <esmith@wellsi.com> 2.4.0-7.sme |
54 |
|
- Remove the databytes file from qpsmtpd config [SME: 8329] |
55 |
|
|
56 |
|
* Tue Apr 15 2014 Ian Wells <esmith@wellsi.com> 2.4.0-6.sme |
57 |
|
- Update SBL and RBL Lists [SME: 8236] |
58 |
|
|
59 |
|
* Tue Jan 28 2014 Ian Wells <esmith@wellsi.com> 2.4.0-5.sme |
60 |
|
- Remove insecure ciphers [SME: 8138] |
61 |
|
|
62 |
|
* Fri Jun 14 2013 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-4 |
63 |
|
- Fix size_limit initialization [SME: 7671] |
64 |
|
|
65 |
* Wed Apr 24 2013 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-3 |
* Wed Apr 24 2013 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-3 |
66 |
- reads MaxMessageSize prop of spamassassin and adds it |
- reads MaxMessageSize prop of spamassassin and adds it |
67 |
to the arguments of the plugin if defined [SME: 7559] |
to the arguments of the plugin if defined [SME: 7559] |
709 |
%prep |
%prep |
710 |
%setup |
%setup |
711 |
%patch1 -p1 |
%patch1 -p1 |
712 |
|
%patch2 -p1 |
713 |
|
%patch3 -p1 |
714 |
|
%patch4 -p1 |
715 |
|
%patch5 -p1 |
716 |
|
%patch6 -p1 |
717 |
|
|
718 |
%build |
%build |
719 |
perl createlinks |
perl createlinks |