tags 643359 + pending
thanks

Dear maintainer,

I've prepared an NMU for blktool (versioned as 4-6.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 ID: 0x8649AA06
 : :' :  Debian GNU/Linux user, admin, & developer - http://www.debian.org/
 `. `'   Member of VIBE!AT & SPI, fellow of Free Software Foundation Europe
   `-    NP: King Of Pain
diff -u blktool-4/debian/changelog blktool-4/debian/changelog
--- blktool-4/debian/changelog
+++ blktool-4/debian/changelog
@@ -1,3 +1,13 @@
+blktool (4-6.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix "FTBFS: util.c:31:3: error: format not a string literal and no
+    format arguments [-Werror=format-security]": add patch
+    0002-fix-string-error.patch from Eric Alexander which adds a format
+    arugment (closes: #643359).
+
+ -- gregor herrmann <gre...@debian.org>  Mon, 14 Nov 2011 17:55:54 +0100
+
 blktool (4-6) unstable; urgency=low
 
   * Bump Standards to 3.8.4
diff -u blktool-4/debian/patches/series blktool-4/debian/patches/series
--- blktool-4/debian/patches/series
+++ blktool-4/debian/patches/series
@@ -1,0 +2 @@
+0002-fix-string-error.patch
only in patch2:
unchanged:
--- blktool-4.orig/debian/patches/0002-fix-string-error.patch
+++ blktool-4/debian/patches/0002-fix-string-error.patch
@@ -0,0 +1,13 @@
+Index: blktool-4/util.c
+===================================================================
+--- blktool-4.orig/util.c	2004-08-15 22:02:07.000000000 -0400
++++ blktool-4/util.c	2011-11-11 09:39:07.337415376 -0500
+@@ -28,7 +28,7 @@
+ 	if (perr)
+ 		perror(msg);
+ 	else
+-		fprintf(stderr, msg);
++		fprintf(stderr, "%s", msg);
+ 	if (blkdev >= 0)
+ 		close(blkdev);
+ 	exit(1);

Attachment: signature.asc
Description: Digital signature

Reply via email to