rpms/ipsec-tools/devel ipsec-tools.spec,1.47,1.48

Steve Conklin (sconklin) fedora-extras-commits at redhat.com
Tue Dec 18 22:34:06 UTC 2007


Author: sconklin

Update of /cvs/pkgs/rpms/ipsec-tools/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6570

Modified Files:
	ipsec-tools.spec 
Log Message:
Added patch for context size, BZ#413331



Index: ipsec-tools.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ipsec-tools/devel/ipsec-tools.spec,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ipsec-tools.spec	7 Dec 2007 15:01:55 -0000	1.47
+++ ipsec-tools.spec	18 Dec 2007 22:33:30 -0000	1.48
@@ -1,6 +1,6 @@
 Name: ipsec-tools
 Version: 0.7
-Release: 5%{?dist}
+Release: 6%{?dist}
 Summary: Tools for configuring and using IPSEC
 License: BSD
 Group: System Environment/Base
@@ -14,10 +14,11 @@
 Patch2: isakmp.c.diff
 Patch3: ipsec-tools-0.7-acquires.patch
 Patch4: ipsec-tools-0.7-loopback.patch
-# the following three patches were also submitted upstream:
+# the following patches were also submitted upstream:
 Patch5: ipsec-tools-0.7-iface.patch
 Patch6: ipsec-tools-0.7-dupsplit.patch
- 
+Patch7: ipsec-tools-0.7-contextsize.patch
+
 BuildRequires: openssl-devel, krb5-devel, bison, flex, automake, libtool
 BuildRequires: libselinux-devel >= 1.30.28-2
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -40,6 +41,7 @@
 %patch4 -p1 -b .loopback
 %patch5 -p1 -b .iface
 %patch6 -p1 -b .dupsplit
+%patch7 -p1 -b .ctxsize
 
 ./bootstrap
 
@@ -116,6 +118,10 @@
 %config(noreplace) /etc/racoon/racoon.conf
 
 %changelog
+* Tue Dec 18 2007 Steve Conklin <sconklin at redhat.com> - 0.7-6
+- Added a patch for context size change
+- Resolves #413331 racoon dies with buffer overflow in MCS/MLS loopback
+
 * Fri Dec  7 2007 Steve Conklin <sconklin at redhat.com> - 0.7-5
 - Bump for retagging
 




More information about the fedora-extras-commits mailing list