1 |
# $Id: e-smith-pop3.spec,v 1.1 2013/02/07 22:36:43 slords Exp $ |
# $Id: e-smith-pop3.spec,v 1.8 2016/01/07 17:40:33 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 6 |
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 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
19 |
BuildRequires: e-smith-devtools >= 1.13.0-04 |
BuildRequires: e-smith-devtools >= 1.13.0-04 |
20 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
22 |
Requires: runit |
Requires: runit |
23 |
Requires: qmail |
Requires: qmail |
24 |
Requires: checkpassword-pam |
Requires: checkpassword-pam |
25 |
|
Requires: stunnel |
26 |
Obsoletes: e-smith-ssl-popd |
Obsoletes: e-smith-ssl-popd |
27 |
Obsoletes: checkpassword |
Obsoletes: checkpassword |
28 |
AutoReqProv: no |
AutoReqProv: no |
29 |
|
|
30 |
%changelog |
%changelog |
31 |
* Thu Dec 4 2014 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-2 |
* Sun Jan 17 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-6.sme |
32 |
|
- Hook into a new ssl-update event [SME: 9152] |
33 |
|
|
34 |
|
* Thu Jan 7 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-5.sme |
35 |
|
- Allow setting SSL protocols from DB (and set TLSv1 back to enabled |
36 |
|
on a default install) [SME: 9175] |
37 |
|
|
38 |
|
* Wed Jan 6 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-4.sme |
39 |
|
- Disable TLSv1 [SME: 9169] |
40 |
|
|
41 |
|
* Fri Dec 19 2014 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-3.sme |
42 |
|
- Disable fips mode on stunnel [SME: 8733] |
43 |
|
|
44 |
|
* Thu Dec 4 2014 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-2.sme |
45 |
- Use stunnel instead of sslio to support TLS [SME: 8716] |
- Use stunnel instead of sslio to support TLS [SME: 8716] |
46 |
|
|
47 |
* 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 |
100 |
%prep |
%prep |
101 |
%setup |
%setup |
102 |
%patch0 -p1 |
%patch0 -p1 |
103 |
|
%patch1 -p1 |
104 |
|
%patch2 -p1 |
105 |
|
%patch3 -p1 |
106 |
|
%patch4 -p1 |
107 |
|
|
108 |
%build |
%build |
109 |
perl createlinks |
perl createlinks |