[libreswan] * Thu Jul 10 2014 Paul Wouters <pwouters at redhat.com> - 3.9-1 - Updated to 3.9. IKEv2 enhancements, E

Paul Wouters pwouters at fedoraproject.org
Thu Jul 10 15:12:44 UTC 2014


commit 2f0670d0aca01cf5de36d7439ab29a2a237b7c2e
Author: Paul Wouters <pwouters at redhat.com>
Date:   Thu Jul 10 11:12:45 2014 -0400

    * Thu Jul 10 2014 Paul Wouters <pwouters at redhat.com> - 3.9-1
    - Updated to 3.9. IKEv2 enhancements, ESP/IKE algo enhancements
    - Mark libreswan-fips.conf as config file

 .gitignore     |    1 +
 libreswan.spec |   10 +++++++---
 sources        |    2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c60ad58..d81514a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /libreswan-3.6.tar.gz
 /libreswan-3.7.tar.gz
 /libreswan-3.8.tar.gz
+/libreswan-3.9.tar.gz
diff --git a/libreswan.spec b/libreswan.spec
index 826862b..69bbe33 100644
--- a/libreswan.spec
+++ b/libreswan.spec
@@ -16,8 +16,8 @@
 
 Name: libreswan
 Summary: IPsec implementation with IKEv1 and IKEv2 keying protocols
-Version: 3.8
-Release: %{?prever:0.}1%{?prever:.%{prever}}%{?dist}.1
+Version: 3.9
+Release: %{?prever:0.}1%{?prever:.%{prever}}%{?dist}
 License: GPLv2
 Url: https://www.libreswan.org/
 Source: https://download.libreswan.org/%{name}-%{version}%{?prever}.tar.gz
@@ -179,7 +179,7 @@ rm -fr %{buildroot}%{_sysconfdir}/rc.d/rc*
 %{_libdir}/fipscheck/*.hmac
 # We own the directory so we don't have to require prelink
 %attr(0755,root,root) %dir %{_sysconfdir}/prelink.conf.d/
-%{_sysconfdir}/prelink.conf.d/libreswan-fips.conf
+%config(noreplace) %{_sysconfdir}/prelink.conf.d/libreswan-fips.conf
 %endif
 
 %preun
@@ -200,6 +200,10 @@ if [ ! -f %{_sysconfdir}/ipsec.d/cert8.db ] ; then
 fi
 
 %changelog
+* Thu Jul 10 2014 Paul Wouters <pwouters at redhat.com> - 3.9-1
+- Updated to 3.9. IKEv2 enhancements, ESP/IKE algo enhancements
+- Mark libreswan-fips.conf as config file
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.8-1.1
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index 0cd068e..827475e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3c9912eebb98184594cc0f5dd15477f7  libreswan-3.8.tar.gz
+cdf4f762db3bc85d6811b382e2f76f5b  libreswan-3.9.tar.gz


More information about the scm-commits mailing list