--- rpms/smeserver-libreswan/contribs10/smeserver-libreswan.spec 2021/03/01 18:46:10 1.2 +++ rpms/smeserver-libreswan/contribs10/smeserver-libreswan.spec 2023/05/24 15:41:54 1.3 @@ -1,6 +1,6 @@ %define name smeserver-libreswan %define version 0.5 -%define release 35 +%define release 36 Summary: Plugin to enable IPSEC connections Name: %{name} Version: %{version} @@ -28,6 +28,7 @@ Patch16: smeserver-libreswan-fix-xl2tpd- Patch17: smeserver-libreswan-createlinks.patch Patch18: smeserver-libreswan-modify-leftrightsubnet.patch Patch19: smeserver-libreswan-0.5-Update-for-systemd.patch +Patch20: smeserver-libreswan-update-createlinks-update-reauth.patch BuildRoot: /var/tmp/%{name}-%{version} BuildArchitectures: noarch @@ -40,6 +41,12 @@ 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 +* Wed May 24 2023 John Crisp 0.5-36.sme +- Change ipsec.conf log setting +- Create /var/log/pluto/pluto.log +- Add reauth 'yes' as an added option +- Update createlinks + * Mon Mar 01 2021 Brian Read 0.5-35.sme - Initial Import in SME10 tree [SME: 11405] - Update for systemd @@ -48,7 +55,7 @@ Libreswan is a free software implementat - auto insert leftsourceip and subnet from internal interface - Force right to have a value -* Tue Feb 14 2020 John Crisp 0.5-33.sme +* Fri Feb 14 2020 John Crisp 0.5-33.sme - update keyingtries - update virtual-private @@ -238,6 +245,7 @@ Libreswan is a free software implementat %patch17 -p1 %patch18 -p1 %patch19 -p1 +%patch20 -p1 %build perl createlinks @@ -262,13 +270,17 @@ rm -rf %{name}-%{version} %post /sbin/e-smith/expand-template /etc/rc.d/init.d/masq -/sbin/e-smith/expand-template /etc/inittab -/sbin/init q +#/sbin/e-smith/expand-template /etc/inittab +#/sbin/init q +if [[ ! -d /var/log/pluto ]] +then + mkdir /var/log/pluto +fi echo "see https://wiki.contribs.org/Libreswan" %postun /sbin/e-smith/expand-template /etc/rc.d/init.d/masq -/sbin/e-smith/expand-template /etc/inittab -/sbin/init q +#/sbin/e-smith/expand-template /etc/inittab +#/sbin/init q