1 |
%define name smeserver-libreswan |
%define name smeserver-libreswan |
2 |
%define version 0.5 |
%define version 0.5 |
3 |
%define release 27 |
%define release 28 |
4 |
Summary: Plugin to enable IPSEC connections |
Summary: Plugin to enable IPSEC connections |
5 |
Name: %{name} |
Name: %{name} |
6 |
Version: %{version} |
Version: %{version} |
20 |
Patch9: smeserver-libreswan-modify-identifiers1.patch |
Patch9: smeserver-libreswan-modify-identifiers1.patch |
21 |
Patch10: smeserver-libreswan-forceencaps-l2tpd.patch |
Patch10: smeserver-libreswan-forceencaps-l2tpd.patch |
22 |
Patch11: smeserver-libreswan-variable-network-interfaces.patch |
Patch11: smeserver-libreswan-variable-network-interfaces.patch |
23 |
|
Patch12: smeserver-libreswan-remove-obsoletes.patch |
24 |
|
|
25 |
BuildRoot: /var/tmp/%{name}-%{version} |
BuildRoot: /var/tmp/%{name}-%{version} |
26 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
27 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
28 |
Requires: e-smith-release >= 9.0 |
Requires: e-smith-release >= 9.2 |
29 |
Requires: libreswan >= 3.16 |
Requires: libreswan >= 3.23 |
30 |
AutoReqProv: no |
AutoReqProv: no |
31 |
|
|
32 |
%description |
%description |
33 |
Libreswan is a free software implementation of the most widely supported and standardised VPN protocol based on ("IPsec") and the Internet Key Exchange ("IKE") |
Libreswan is a free software implementation of the most widely supported and standardised VPN protocol based on ("IPsec") and the Internet Key Exchange ("IKE") |
34 |
|
|
35 |
%changelog |
%changelog |
36 |
|
* Thu Jun 21 2018 John Crisp <jcrisp@safeandsoundit.co.uk> 0.5-28.sme |
37 |
|
- Bump required Libreswan to 3.23 |
38 |
|
- Chamge forceencaps to encapsulation |
39 |
|
- Remove obsolete nat_traversal |
40 |
|
- Modify ipsec.conf for no rightsubnet in xl2tpd |
41 |
|
|
42 |
* Tue Sep 19 2017 John Crisp <jcrisp@safeandsoundit.co.uk> 0.5-27.sme |
* Tue Sep 19 2017 John Crisp <jcrisp@safeandsoundit.co.uk> 0.5-27.sme |
43 |
- Allow variable network interface names - Stefano Zamboni |
- Allow variable network interface names - Stefano Zamboni |
44 |
|
|
197 |
%patch9 -p1 |
%patch9 -p1 |
198 |
%patch10 -p1 |
%patch10 -p1 |
199 |
%patch11 -p1 |
%patch11 -p1 |
200 |
|
%patch12 -p1 |
201 |
|
|
202 |
%build |
%build |
203 |
perl createlinks |
perl createlinks |