tags 701299 + pending
thanks

Dear maintainer,

I've prepared an NMU for ipsec-tools (versioned as 1:0.8.0-14.1) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Regards.

-- 
 .''`.  Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
 : :' : Debian GNU/Linux user, admin, and developer  -  http://www.debian.org/
 `. `'  Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe
   `-   NP: Joan Baez: Silver Dagger
diff -Nru ipsec-tools-0.8.0/debian/changelog ipsec-tools-0.8.0/debian/changelog
--- ipsec-tools-0.8.0/debian/changelog	2012-07-15 11:17:20.000000000 +0200
+++ ipsec-tools-0.8.0/debian/changelog	2013-11-23 20:40:13.000000000 +0100
@@ -1,3 +1,13 @@
+ipsec-tools (1:0.8.0-14.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix "ftbfs with GCC-4.8":
+    add patch from Ubuntu / Matthias Klose, which dereferences argument to
+    'sizeof' in 'memset'
+    (Closes: #701299)
+
+ -- gregor herrmann <gre...@debian.org>  Sat, 23 Nov 2013 20:39:37 +0100
+
 ipsec-tools (1:0.8.0-14) unstable; urgency=low
 
   * Debconf templates and debian/control reviewed by the debian-l10n-
diff -Nru ipsec-tools-0.8.0/debian/patches/gcc-4.8.diff ipsec-tools-0.8.0/debian/patches/gcc-4.8.diff
--- ipsec-tools-0.8.0/debian/patches/gcc-4.8.diff	1970-01-01 01:00:00.000000000 +0100
+++ ipsec-tools-0.8.0/debian/patches/gcc-4.8.diff	2013-11-23 20:39:09.000000000 +0100
@@ -0,0 +1,13 @@
+Index: b/src/racoon/ipsec_doi.c
+===================================================================
+--- a/src/racoon/ipsec_doi.c
++++ b/src/racoon/ipsec_doi.c
+@@ -1183,7 +1183,7 @@
+ 			"failed to get buffer.\n");
+ 		goto bad;
+ 	}
+-	memset(pair, 0, sizeof(pair));
++	memset(pair, 0, sizeof(*pair));
+ 
+ 	bp = (caddr_t)(sab + 1);
+ 	tlen = sa->l - sizeof(*sab);
diff -Nru ipsec-tools-0.8.0/debian/patches/series ipsec-tools-0.8.0/debian/patches/series
--- ipsec-tools-0.8.0/debian/patches/series	2012-06-29 07:42:00.000000000 +0200
+++ ipsec-tools-0.8.0/debian/patches/series	2013-11-23 20:39:09.000000000 +0100
@@ -8,3 +8,4 @@
 patch-to-support-cast128-cbc-algorithm.patch
 support-iphone-os-main-mode-with-psk.patch
 configure-pass-Wl-with-R.patch
+gcc-4.8.diff

Attachment: signature.asc
Description: Digital signature

Reply via email to