[libreswan/el6] - Updated to 3.11 (many fixes, including startup fixes) - Resolves: rhbz#1144941 libreswan 3.10 upgr

Paul Wouters pwouters at fedoraproject.org
Fri Oct 24 01:43:13 UTC 2014


commit e18ad4837cb1b0eec25e3e91cf523f871f84d64a
Author: Paul Wouters <pwouters at redhat.com>
Date:   Thu Oct 23 21:42:19 2014 -0400

    - Updated to 3.11 (many fixes, including startup fixes)
    - Resolves: rhbz#1144941 libreswan 3.10 upgrade breaks old ipsec.secrets configs
    - Resolves: rhbz#1147072 ikev1 aggr mode connection fails after libreswan upgrade

 .gitignore     |    1 +
 libreswan.spec |   14 ++++++--------
 sources        |    2 +-
 3 files changed, 8 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 615bb86..6f653cc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@
 /libreswan-3.8.tar.gz
 /libreswan-3.9.tar.gz
 /libreswan-3.10.tar.gz
+/libreswan-3.11.tar.gz
diff --git a/libreswan.spec b/libreswan.spec
index be0a387..1809d89 100644
--- a/libreswan.spec
+++ b/libreswan.spec
@@ -14,7 +14,7 @@
 
 Name: libreswan
 Summary: IPsec implementation with IKEv1 and IKEv2 keying protocols
-Version: 3.10
+Version: 3.11
 Release: %{?prever:0.}1%{?prever:.%{prever}}%{?dist}
 License: GPLv2
 Url: https://www.libreswan.org/
@@ -27,10 +27,6 @@ Requires(post): /sbin/chkconfig
 Requires(preun): /sbin/chkconfig
 Requires(preun): /sbin/service
 
-Patch1: libreswan-3.10-snprintf.patch
-Patch2: libreswan-3.10-coverity.patch
-Patch3: libreswan-3.10-autoroute.patch
-
 Conflicts: openswan
 
 BuildRequires: pkgconfig net-tools
@@ -79,9 +75,6 @@ Libreswan is based on Openswan-2.6.38 which in turn is based on FreeS/WAN-2.04
 
 %prep
 %setup -q -n libreswan-%{version}%{?prever}
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
 
 %build
 %if %{buildefence}
@@ -206,6 +199,11 @@ if [ ! -f %{_sysconfdir}/ipsec.d/cert8.db ] ; then
 fi
 
 %changelog
+* Wed Oct 22 2014 Paul Wouters <pwouters at redhat.com> - 3.11-1
+- Updated to 3.11 (many fixes, including startup fixes)
+- Resolves: rhbz#1144941 libreswan 3.10 upgrade breaks old ipsec.secrets configs
+- Resolves: rhbz#1147072 ikev1 aggr mode connection fails after libreswan upgrade
+
 * Tue Sep 09 2014 Paul Wouters <pwouters at redhat.com> - 3.10-1
 - Updated to 3.10, major bugfix release, new xauth status options
 - Fix some coverity issues, auto=route on bootup and snprintf on 32bit machines
diff --git a/sources b/sources
index 66f7080..93d4425 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-23e24f4fd6b4d50a187458b5b4a9d8db  libreswan-3.10.tar.gz
+d8ffd012eb6933ff0f069334a85f81e1  libreswan-3.11.tar.gz


More information about the scm-commits mailing list