From f72e93caf580bfe6158e43edf9f1505ff986d714 Mon Sep 17 00:00:00 2001 From: Paul Wouters Date: Fri, 29 Jul 2016 13:39:47 +0200 Subject: [PATCH] - Remove support for /etc/sysconfig/pluto (use native systemd instead) --- libreswan.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libreswan.spec b/libreswan.spec index 428e29b..b64339d 100644 --- a/libreswan.spec +++ b/libreswan.spec @@ -18,7 +18,7 @@ Name: libreswan Summary: IPsec implementation with IKEv1 and IKEv2 keying protocols Version: 3.18 -Release: %{?prever:0.}6%{?prever:.%{prever}}%{?dist} +Release: %{?prever:0.}1%{?prever:.%{prever}}%{?dist} License: GPLv2 Url: https://libreswan.org/ Source0: https://download.libreswan.org/%{?prever:development/}%{name}-%{version}%{?prever}.tar.gz @@ -200,7 +200,6 @@ OBJ.linux.*/programs/pluto/cavp -v1psk ikev1_psk.fax | \ %doc CHANGES COPYING CREDITS README* LICENSE %doc docs/*.* docs/examples %attr(0644,root,root) %config(noreplace) %{_sysconfdir}/ipsec.conf -%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/sysconfig/pluto %attr(0600,root,root) %config(noreplace) %{_sysconfdir}/ipsec.secrets %attr(0700,root,root) %dir %{_sysconfdir}/ipsec.d %attr(0644,root,root) %config(noreplace) %{_sysconfdir}/ipsec.d/v6neighbor-hole.conf @@ -224,6 +223,7 @@ OBJ.linux.*/programs/pluto/cavp -v1psk ikev1_psk.fax | \ %changelog * Fri Jul 29 2016 Paul Wouters - 3.18-1 - Updated to 3.18 for CVE-2016-5391 rhbz#1361164 and VTI support +- Remove support for /etc/sysconfig/pluto (use native systemd instead) * Thu May 05 2016 Paul Wouters - 3.17-2 - Resolves: rhbz#1324956 prelink is gone, /etc/prelink.conf.d/* is no longer used