rpms/ipsec-tools/F-8 ipsec-tools-0.7-newcookie-alen.patch, NONE, 1.1 ipsec-tools.spec, 1.47, 1.48

Steve Conklin (sconklin) fedora-extras-commits at redhat.com
Mon Feb 25 15:42:46 UTC 2008


Author: sconklin

Update of /cvs/pkgs/rpms/ipsec-tools/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31893

Modified Files:
	ipsec-tools.spec 
Added Files:
	ipsec-tools-0.7-newcookie-alen.patch 
Log Message:
Upstream patch for ipv6 cookie alen


ipsec-tools-0.7-newcookie-alen.patch:

--- NEW FILE ipsec-tools-0.7-newcookie-alen.patch ---
--- ipsec-tools-0.7/src/racoon/isakmp.c.spc	2008-02-25 08:16:44.000000000 -0600
+++ ipsec-tools-0.7/src/racoon/isakmp.c	2008-02-25 08:17:17.000000000 -0600
@@ -2628,7 +2628,7 @@
 		break;
 #ifdef INET6
 	case AF_INET6:
-		alen = sizeof(struct in_addr);
+		alen = sizeof(struct in6_addr);
 		sa1 = (caddr_t)&((struct sockaddr_in6 *)remote)->sin6_addr;
 		sa2 = (caddr_t)&((struct sockaddr_in6 *)local)->sin6_addr;
 		break;


Index: ipsec-tools.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ipsec-tools/F-8/ipsec-tools.spec,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ipsec-tools.spec	19 Dec 2007 16:57:46 -0000	1.47
+++ ipsec-tools.spec	25 Feb 2008 15:42:11 -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
@@ -17,8 +17,9 @@
 # the following three patches were also submitted upstream:
 Patch5: ipsec-tools-0.7-iface.patch
 Patch6: ipsec-tools-0.7-dupsplit.patch
-# and this one
+# and these
 Patch7: ipsec-tools-0.7-contextsize.patch
+Patch8: ipsec-tools-0.7-newcookie-alen.patch
  
 BuildRequires: openssl-devel, krb5-devel, bison, flex, automake, libtool
 BuildRequires: libselinux-devel >= 1.30.28-2
@@ -120,6 +121,9 @@
 %config(noreplace) /etc/racoon/racoon.conf
 
 %changelog
+* Mon Feb 25 2008 Steve Conklin <sconklin at redhat.com> - 0.7-6
+- Added upstream patch for ipv6 cookie alen
+
 * Wed Dec 19 2007 Steve Conklin <sconklin at redhat.com> - 0.7-5
 - sourced krb5-devel.sh for path to krb5-config
 




More information about the fedora-extras-commits mailing list