1 |
%define name smeserver-openswan |
%define name smeserver-openswan |
2 |
%define version 0.6 |
%define version 0.6 |
3 |
%define release 2 |
%define release 3 |
4 |
Summary: Plugin to enable IPSEC connections |
Summary: Plugin to enable 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-openswan-fix-masq-templates.patch |
13 |
BuildRoot: /var/tmp/%{name}-%{version} |
BuildRoot: /var/tmp/%{name}-%{version} |
14 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
15 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
21 |
Openswan is a free software implementation of the most widely supported and standarised VPN protocol based on ("IPsec") and the Internet Key Exchange ("IKE") |
Openswan is a free software implementation of the most widely supported and standarised VPN protocol based on ("IPsec") and the Internet Key Exchange ("IKE") |
22 |
|
|
23 |
%changelog |
%changelog |
24 |
|
* Tue Mar 22 2016 John Crisp <jcrisp@safeandsoundit.co.uk> 0.6-3.sme |
25 |
|
- Fix masq templates for missing db keys on install |
26 |
|
- Move pluto.log to /var/log/pluto |
27 |
|
- regenerate masq template on ipsec-update |
28 |
|
- change wiki location page |
29 |
|
- add sysctl.conf template |
30 |
|
- modify masq templates for ipsec status enabled/disabled |
31 |
|
- only load ipsec.conf rather than *.conf to avoid loading v6neighbor-hole.conf |
32 |
|
|
33 |
* Wed Mar 09 2016 JP Pialasse <tests@pialasse.com> 0.6-2.sme |
* Wed Mar 09 2016 JP Pialasse <tests@pialasse.com> 0.6-2.sme |
34 |
- first import in SME buildsys |
- first import in SME buildsys |
35 |
|
|
108 |
|
|
109 |
%prep |
%prep |
110 |
%setup |
%setup |
111 |
|
%patch1 -p1 |
112 |
|
|
113 |
%build |
%build |
114 |
perl createlinks |
perl createlinks |