--- rpms/smeserver-libreswan/contribs9/smeserver-libreswan.spec 2016/03/22 17:28:08 1.5 +++ rpms/smeserver-libreswan/contribs9/smeserver-libreswan.spec 2016/04/24 10:38:31 1.8 @@ -1,6 +1,6 @@ %define name smeserver-libreswan %define version 0.5 -%define release 17 +%define release 20 Summary: Plugin to enable IPSEC connections Name: %{name} Version: %{version} @@ -11,6 +11,9 @@ Group: SMEserver/addon Source: %{name}-%{version}.tar.gz Patch1: smeserver-libreswan-fix-masq-templates.patch Patch2: smeserver-libreswan-move-logfile.patch +Patch3: smeserver-libreswan-add-debug-key.patch +Patch4: smeserver-libreswan-fix-rsa-id.patch +Patch5: smeserver-libreswan-fix-createlinks.patch BuildRoot: /var/tmp/%{name}-%{version} BuildArchitectures: noarch BuildRequires: e-smith-devtools @@ -22,6 +25,17 @@ AutoReqProv: no Libreswan is a free software implementation of the most widely supported and standardised VPN protocol based on ("IPsec") and the Internet Key Exchange ("IKE") %changelog +* Sat Apr 23 2016 John Crisp 0.5-20.sme +- Fix typo in createlinks for sysctl.conf + +* Mon Apr 04 2016 John Crisp 0.5-19.sme +- Fix ID in ipsec.secrets if ID is set + +* Thu Mar 24 2016 John Crisp 0.5-18.sme +- Add debug db key to /etc/ipsec.conf +- Remove setting public/private keys as they won't affect unless templates are re-expanded +- Set xfrm_larval_drop drop correctly + * Tue Mar 22 2016 John Crisp 0.5-17.sme - Move pluto.log to /var/log/pluto - bump libreswan requires version to 3.16 @@ -129,6 +143,9 @@ Libreswan is a free software implementat %setup %patch1 -p1 %patch2 -p1 +%patch3 -p1 +%patch4 -p1 +%patch5 -p1 %build perl createlinks @@ -151,6 +168,7 @@ rm -rf %{name}-%{version} %pre %preun %post + /sbin/e-smith/expand-template /etc/rc.d/init.d/masq /sbin/e-smith/expand-template /etc/inittab /sbin/init q