1 |
%define name smeserver-libreswan |
%define name smeserver-libreswan |
2 |
%define version 0.5 |
%define version 0.5 |
3 |
%define release 15 |
%define release 16 |
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-libreswan-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 |
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") |
22 |
|
|
23 |
%changelog |
%changelog |
24 |
|
* Thu Mar 10 2016 John Crisp <jcrisp@safeandsoundit.co.uk> 0.5-16.sme |
25 |
|
- Fix masq templates for missing db entries on install |
26 |
|
|
27 |
* Wed Mar 09 2016 JP Pialasse <tests@pialasse.com> 0.5-15.sme |
* Wed Mar 09 2016 JP Pialasse <tests@pialasse.com> 0.5-15.sme |
28 |
- first import in SME buildsys |
- first import in SME buildsys |
29 |
|
|
117 |
|
|
118 |
%prep |
%prep |
119 |
%setup |
%setup |
120 |
|
%patch1 -p1 |
121 |
|
|
122 |
%build |
%build |
123 |
perl createlinks |
perl createlinks |