1 |
%define name smeserver-libreswan-xl2tpd |
%define name smeserver-libreswan-xl2tpd |
2 |
%define version 0.5 |
%define version 0.5 |
3 |
%define release 2 |
%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} |
11 |
Source: %{name}-%{version}.tar.gz |
Source: %{name}-%{version}.tar.gz |
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 |
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.16 |
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 |
* Wed Nov 29 2017 John Crisp <jcrisp@safeandsoundit.co.uk> 0.5-2 |
* 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 |
36 |
|
- Fix obsolete forecencaps |
37 |
|
- Update required Libreswan version |
38 |
|
|
39 |
|
* Thu Nov 30 2017 John Crisp <jcrisp@safeandsoundit.co.uk> 0.5-4 |
40 |
|
- template cleanup pending - not yet committed to CVS but in git |
41 |
|
|
42 |
|
* Wed Nov 29 2017 John Crisp <jcrisp@safeandsoundit.co.uk> 0.5-3 |
43 |
- remove unneeded default right subnet setting to clear error |
- remove unneeded default right subnet setting to clear error |
44 |
- added variables for leftsourceip and leftsubnet if required |
- added variables for leftsourceip and leftsubnet if required |
45 |
|
|
112 |
%setup |
%setup |
113 |
%patch1 -p1 |
%patch1 -p1 |
114 |
%patch2 -p1 |
%patch2 -p1 |
115 |
|
%patch3 -p1 |
116 |
|
%patch4 -p1 |
117 |
|
|
118 |
|
|
119 |
%build |
%build |
120 |
perl createlinks |
perl createlinks |