1 |
%define name smeserver-libreswan-xl2tpd |
%define name smeserver-libreswan-xl2tpd |
2 |
%define version 0.5 |
%define version 0.5 |
3 |
%define release 5 |
%define release 6 |
4 |
Summary: Plugin to enable LT2P/IPSEC connections |
Summary: Plugin to enable LT2P/IPSEC connections |
5 |
Name: %{name} |
Name: %{name} |
6 |
Version: %{version} |
Version: %{version} |
12 |
Patch1: smeserver-libreswan-xl2tpd-private-access.patch |
Patch1: smeserver-libreswan-xl2tpd-private-access.patch |
13 |
Patch2: smeserver-libreswan-xl2tpd-update-variables.patch |
Patch2: smeserver-libreswan-xl2tpd-update-variables.patch |
14 |
Patch3: smeserver-libreswan-xl2tpd-cleanup-obsoletes.patch |
Patch3: smeserver-libreswan-xl2tpd-cleanup-obsoletes.patch |
15 |
|
Patch4: smeserver-libreswan-xl2tpd-update-status-default |
16 |
|
|
17 |
BuildRoot: /var/tmp/%{name}-%{version} |
BuildRoot: /var/tmp/%{name}-%{version} |
18 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
19 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
20 |
Requires: e-smith-release >= 9.2 |
Requires: e-smith-release >= 9.2 |
21 |
Requires: libreswan >= 3.23 |
Requires: libreswan >= 3.29 |
22 |
Requires: smeserver-libreswan >= 0.5 |
Requires: smeserver-libreswan >= 0.5 |
23 |
Requires: xl2tpd >= 1.3.8 |
Requires: xl2tpd >= 1.3.8 |
24 |
AutoReqProv: no |
AutoReqProv: no |
27 |
xl2tpd is an implementation of the Layer 2 Tunnelling Protocol (RFC 2661). L2TP allows you to tunnel PPP over UDP |
xl2tpd is an implementation of the Layer 2 Tunnelling Protocol (RFC 2661). L2TP allows you to tunnel PPP over UDP |
28 |
|
|
29 |
%changelog |
%changelog |
30 |
|
* Tue Sep 03 2019 John Crisp <jcrisp@safeandsoundit.co.uk> 0.5-6 |
31 |
|
- Add ipsec connection status key (disabled as default) |
32 |
|
- Update Libreswan depends |
33 |
|
- Add ikev2 permit to allow ike v1 |
34 |
|
|
35 |
* Thu Jun 21 2018 John Crisp <jcrisp@safeandsoundit.co.uk> 0.5-5 |
* Thu Jun 21 2018 John Crisp <jcrisp@safeandsoundit.co.uk> 0.5-5 |
36 |
- Fix obsolete forecencaps |
- Fix obsolete forecencaps |
37 |
- Update required Libreswan version |
- Update required Libreswan version |
113 |
%patch1 -p1 |
%patch1 -p1 |
114 |
%patch2 -p1 |
%patch2 -p1 |
115 |
%patch3 -p1 |
%patch3 -p1 |
116 |
|
%patch4 -p1 |
117 |
|
|
118 |
|
|
119 |
%build |
%build |