1 |
# $Id: smeserver-qpsmtpd.spec,v 1.39 2012/07/19 05:57:12 wellsi Exp $ |
# $Id: smeserver-qpsmtpd.spec,v 1.4 2013/06/14 10:25:29 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 1 |
%define release 5 |
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 |
14 |
|
Patch2: smeserver-qpsmtpd-2.4.0-initialize_size.patch |
15 |
|
Patch3: smeserver-qpsmtpd-2.4.0-ciphers-update.patch |
16 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
17 |
Requires: qpsmtpd >= 0.83 |
Requires: qpsmtpd >= 0.83 |
18 |
Requires: perl(Mail::DKIM) |
Requires: perl(Mail::DKIM) |
21 |
Requires: qpsmtpd-plugins >= 0.0.1-sme04 |
Requires: qpsmtpd-plugins >= 0.0.1-sme04 |
22 |
Requires: ipsvd |
Requires: ipsvd |
23 |
Requires: e-smith-lib >= 1.16.0-08 |
Requires: e-smith-lib >= 1.16.0-08 |
24 |
|
Requires: e-smith-cvm-unix-local |
25 |
Obsoletes: e-smith-obtuse-smtpd |
Obsoletes: e-smith-obtuse-smtpd |
26 |
Obsoletes: e-smith-qmail-smtpd |
Obsoletes: e-smith-qmail-smtpd |
27 |
Obsoletes: e-smith-mailfront |
Obsoletes: e-smith-mailfront |
44 |
SME Server qpsmtpd smtpd module |
SME Server qpsmtpd smtpd module |
45 |
|
|
46 |
%changelog |
%changelog |
47 |
|
* Tue Jan 28 2014 Ian Wells <esmith@wellsi.com> 2.4.0-5.sme |
48 |
|
- Remove insecure ciphers [SME: 8138] |
49 |
|
|
50 |
|
* Fri Jun 14 2013 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-4 |
51 |
|
- Fix size_limit initialization [SME: 7671] |
52 |
|
|
53 |
|
* Wed Apr 24 2013 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-3 |
54 |
|
- reads MaxMessageSize prop of spamassassin and adds it |
55 |
|
to the arguments of the plugin if defined [SME: 7559] |
56 |
|
|
57 |
|
* Wed Apr 10 2013 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-2 |
58 |
|
- Requires e-smith-cvm-unix-local [SME: 7509] |
59 |
|
|
60 |
* Thu Feb 7 2013 Shad L. Lords <slords@mail.com> 2.4.0-1 |
* Thu Feb 7 2013 Shad L. Lords <slords@mail.com> 2.4.0-1 |
61 |
- Roll new stream for sme9 |
- Roll new stream for sme9 |
62 |
|
|
696 |
|
|
697 |
%prep |
%prep |
698 |
%setup |
%setup |
699 |
|
%patch1 -p1 |
700 |
|
%patch2 -p1 |
701 |
|
%patch3 -p1 |
702 |
|
|
703 |
%build |
%build |
704 |
perl createlinks |
perl createlinks |