pwouters pushed to ipsec-tools (f22). "* Tue May 26 2015 Paul Wouters <pwouters at redhat.com> - 0.8.2-1 (..more)"

notifications at fedoraproject.org notifications at fedoraproject.org
Tue May 26 17:27:14 UTC 2015


From 75e8fbe5bb43dd8fd6c4949a2f6366c6705f750b Mon Sep 17 00:00:00 2001
From: Paul Wouters <pwouters at redhat.com>
Date: Tue, 26 May 2015 12:22:14 -0400
Subject: * Tue May 26 2015 Paul Wouters <pwouters at redhat.com> - 0.8.2-1 -
 Upgraded to 0.8.2 - Resolves rhbz#1154906 fix port 4500 vs 500 isakmp
 initiator issue - Resolves rhbz#1223420 CVE-2015-4047 NULL pointer
 dereference in racoon/gssapi.c


diff --git a/.gitignore b/.gitignore
index 674c8df..2d0af59 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 ipsec-tools-0.7.3.tar.bz2
 /ipsec-tools-0.8.0.tar.bz2
 /ipsec-tools-0.8.1.tar.bz2
+/ipsec-tools-0.8.2.tar.bz2
diff --git a/ipsec-tools.spec b/ipsec-tools.spec
index d59b74d..8b6c1e3 100644
--- a/ipsec-tools.spec
+++ b/ipsec-tools.spec
@@ -2,8 +2,8 @@
 %global _hardened_build 1
 
 Name: ipsec-tools
-Version: 0.8.1
-Release: 6%{?dist}
+Version: 0.8.2
+Release: 1%{?dist}
 Summary: Tools for configuring and using IPSEC
 License: BSD
 Group: System Environment/Base
@@ -34,6 +34,8 @@ Patch18: ipsec-tools-0.7.3-gssapi-mech.patch
 Patch19: ipsec-tools-0.7.3-build.patch
 # Silence strict aliasing warnings
 Patch20: ipsec-tools-0.8.0-aliasing.patch
+# CVE-2015-4047
+Patch21: ipsec-tools-0.8.2-CVE-2015-4047.patch
 
 BuildRequires: openssl-devel, krb5-devel, bison, flex, flex-static
 BuildRequires: automake, libtool
@@ -71,6 +73,7 @@ The main tools of this package are:
 %patch18 -p1 -b .gssapi-mech
 %patch19 -p1 -b .build
 %patch20 -p1 -b .aliasing
+%patch21 -p1 -b .cve_2015_4047
 
 ./bootstrap
 
@@ -155,6 +158,11 @@ rm -rf $RPM_BUILD_ROOT
 %{_sysconfdir}/sysconfig/network-scripts/ifdown-ipsec
 
 %changelog
+* Tue May 26 2015 Paul Wouters <pwouters at redhat.com> - 0.8.2-1
+- Upgraded to 0.8.2
+- Resolves rhbz#1154906 fix port 4500 vs 500 isakmp initiator issue
+- Resolves rhbz#1223420 CVE-2015-4047 NULL pointer dereference in racoon/gssapi.c
+
 * Fri Jan 09 2015 Paul Wouters <pwouters at redhat.com> - 0.8.1-6
 - Resolves: rhbz#1029503 missing depdendency on psmisc (fixup systemd scripts)
 
diff --git a/sources b/sources
index 140a5be..3d1cbae 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d38b39f291ba2962387c3232e7335dd8  ipsec-tools-0.8.1.tar.bz2
+d53ec14a0a3ece64e09e5e34b3350b41  ipsec-tools-0.8.2.tar.bz2
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/ipsec-tools.git/commit/?h=f22&id=75e8fbe5bb43dd8fd6c4949a2f6366c6705f750b


More information about the scm-commits mailing list