1 |
%define name smeserver-libreswan-xl2tpd |
%define name smeserver-libreswan-xl2tpd |
2 |
%define version 0.5 |
%define version 0.5 |
3 |
%define release 1 |
%define release 5 |
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} |
9 |
URL: http://libreswan.org/ |
URL: http://libreswan.org/ |
10 |
Group: SMEserver/addon |
Group: SMEserver/addon |
11 |
Source: %{name}-%{version}.tar.gz |
Source: %{name}-%{version}.tar.gz |
12 |
|
Patch1: smeserver-libreswan-xl2tpd-private-access.patch |
13 |
|
Patch2: smeserver-libreswan-xl2tpd-update-variables.patch |
14 |
|
Patch3: smeserver-libreswan-xl2tpd-cleanup-obsoletes.patch |
15 |
|
|
16 |
BuildRoot: /var/tmp/%{name}-%{version} |
BuildRoot: /var/tmp/%{name}-%{version} |
17 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
18 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
19 |
Requires: e-smith-release >= 9.2 |
Requires: e-smith-release >= 9.2 |
20 |
Requires: libreswan >= 3.16 |
Requires: libreswan >= 3.23 |
21 |
Requires: smeserver-libreswan >= 0.5 |
Requires: smeserver-libreswan >= 0.5 |
22 |
Requires: xl2tpd >= 1.3.8 |
Requires: xl2tpd >= 1.3.8 |
23 |
AutoReqProv: no |
AutoReqProv: no |
26 |
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 |
27 |
|
|
28 |
%changelog |
%changelog |
29 |
|
* Thu Jun 21 2018 John Crisp <jcrisp@safeandsoundit.co.uk> 0.5-5 |
30 |
|
- Fix obsolete forecencaps |
31 |
|
- Update required Libreswan version |
32 |
|
|
33 |
|
* Thu Nov 30 2017 John Crisp <jcrisp@safeandsoundit.co.uk> 0.5-4 |
34 |
|
- template cleanup pending - not yet committed to CVS but in git |
35 |
|
|
36 |
|
* Wed Nov 29 2017 John Crisp <jcrisp@safeandsoundit.co.uk> 0.5-3 |
37 |
|
- remove unneeded default right subnet setting to clear error |
38 |
|
- added variables for leftsourceip and leftsubnet if required |
39 |
|
|
40 |
|
* Wed Nov 29 2017 John Crisp <jcrisp@safeandsoundit.co.uk> 0.5-2 |
41 |
|
- add xl2tpd access private as default |
42 |
|
|
43 |
* Fri Nov 24 2017 John Crisp <jcrisp@safeandsoundit.co.uk> 0.5-1 |
* Fri Nov 24 2017 John Crisp <jcrisp@safeandsoundit.co.uk> 0.5-1 |
44 |
- First import to contribs |
- First import to contribs |
45 |
|
|
104 |
|
|
105 |
%prep |
%prep |
106 |
%setup |
%setup |
107 |
|
%patch1 -p1 |
108 |
|
%patch2 -p1 |
109 |
|
%patch3 -p1 |
110 |
|
|
111 |
|
|
112 |
%build |
%build |
113 |
perl createlinks |
perl createlinks |