1 |
# $Id: e-smith-pop3.spec,v 1.8 2016/01/07 17:40:33 vip-ire Exp $ |
# $Id: e-smith-pop3.spec,v 1.9 2016/01/17 20:29:20 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 6 |
%define release 7 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
15 |
Patch2: e-smith-pop3-2.4.0-disable_tlsv1.patch |
Patch2: e-smith-pop3-2.4.0-disable_tlsv1.patch |
16 |
Patch3: e-smith-pop3-2.4.0-ssl_proto_from_db.patch |
Patch3: e-smith-pop3-2.4.0-ssl_proto_from_db.patch |
17 |
Patch4: e-smith-pop3-2.4.0-ssl_update.patch |
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 |
29 |
AutoReqProv: no |
AutoReqProv: no |
30 |
|
|
31 |
%changelog |
%changelog |
32 |
|
* Thu May 4 2017 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-7.sme |
33 |
|
- Backport from sme10: honor ConcurrencyLimit and ConcurrencyLimitPerIP |
34 |
|
for pop3 and pop3s [SME: 10257] |
35 |
|
|
36 |
* Sun Jan 17 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-6.sme |
* Sun Jan 17 2016 Daniel Berteaud <daniel@firewall-services.com> 2.4.0-6.sme |
37 |
- Hook into a new ssl-update event [SME: 9152] |
- Hook into a new ssl-update event [SME: 9152] |
38 |
|
|
109 |
%patch2 -p1 |
%patch2 -p1 |
110 |
%patch3 -p1 |
%patch3 -p1 |
111 |
%patch4 -p1 |
%patch4 -p1 |
112 |
|
%patch5 -p1 |
113 |
|
|
114 |
%build |
%build |
115 |
perl createlinks |
perl createlinks |