1 |
# $Id: e-smith-pop3.spec,v 1.1 2013/02/07 22:36:43 slords Exp $ |
# $Id: e-smith-pop3.spec,v 1.10 2017/05/04 10:32:04 vip-ire Exp $ |
2 |
|
|
3 |
Summary: startup scripts for pop3 package |
Summary: startup scripts for pop3 package |
4 |
%define name e-smith-pop3 |
%define name e-smith-pop3 |
5 |
Name: %{name} |
Name: %{name} |
6 |
%define version 2.4.0 |
%define version 2.4.0 |
7 |
%define release 2 |
%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 |
Patch0: e-smith-pop3-2.4.0-sslio2stunnel.patch |
Patch0: e-smith-pop3-2.4.0-sslio2stunnel.patch |
14 |
|
Patch1: e-smith-pop3-2.4.0-disable_fips_for_stunnel.patch |
15 |
|
Patch2: e-smith-pop3-2.4.0-disable_tlsv1.patch |
16 |
|
Patch3: e-smith-pop3-2.4.0-ssl_proto_from_db.patch |
17 |
|
Patch4: e-smith-pop3-2.4.0-ssl_update.patch |
18 |
|
Patch5: e-smith-pop3-2.6.0-pop3_process_limit.patch |
19 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
20 |
BuildRequires: e-smith-devtools >= 1.13.0-04 |
BuildRequires: e-smith-devtools >= 1.13.0-04 |
21 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
23 |
Requires: runit |
Requires: runit |
24 |
Requires: qmail |
Requires: qmail |
25 |
Requires: checkpassword-pam |
Requires: checkpassword-pam |
26 |
|
Requires: stunnel |
27 |
Obsoletes: e-smith-ssl-popd |
Obsoletes: e-smith-ssl-popd |
28 |
Obsoletes: checkpassword |
Obsoletes: checkpassword |
29 |
AutoReqProv: no |
AutoReqProv: no |
30 |
|
|
31 |
%changelog |
%changelog |
32 |
* Thu Dec 4 2014 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-2 |
* Tue Mar 27 2018 Jean-Philipe Pialasse <tests@pialasse.com> 2.4.0-8.sme |
33 |
|
- fix undefined fqdn for pop3 [SME: 10257] |
34 |
|
|
35 |
|
* Thu May 4 2017 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-7.sme |
36 |
|
- Backport from sme10: honor ConcurrencyLimit and ConcurrencyLimitPerIP |
37 |
|
for pop3 and pop3s [SME: 10257] |
38 |
|
|
39 |
|
* Sun Jan 17 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-6.sme |
40 |
|
- Hook into a new ssl-update event [SME: 9152] |
41 |
|
|
42 |
|
* Thu Jan 7 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-5.sme |
43 |
|
- Allow setting SSL protocols from DB (and set TLSv1 back to enabled |
44 |
|
on a default install) [SME: 9175] |
45 |
|
|
46 |
|
* Wed Jan 6 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-4.sme |
47 |
|
- Disable TLSv1 [SME: 9169] |
48 |
|
|
49 |
|
* Fri Dec 19 2014 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-3.sme |
50 |
|
- Disable fips mode on stunnel [SME: 8733] |
51 |
|
|
52 |
|
* Thu Dec 4 2014 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-2.sme |
53 |
- Use stunnel instead of sslio to support TLS [SME: 8716] |
- Use stunnel instead of sslio to support TLS [SME: 8716] |
54 |
|
|
55 |
* Thu Feb 7 2013 Shad L. Lords <slords@mail.com> 2.4.0-1.sme |
* Thu Feb 7 2013 Shad L. Lords <slords@mail.com> 2.4.0-1.sme |
108 |
%prep |
%prep |
109 |
%setup |
%setup |
110 |
%patch0 -p1 |
%patch0 -p1 |
111 |
|
%patch1 -p1 |
112 |
|
%patch2 -p1 |
113 |
|
%patch3 -p1 |
114 |
|
%patch4 -p1 |
115 |
|
%patch5 -p1 |
116 |
|
|
117 |
%build |
%build |
118 |
perl createlinks |
perl createlinks |