tags 565064 + pending
thanks

Dear maintainer,

I've prepared an NMU for xshisen (versioned as 1:1.51-3.2) 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: Nguyên Lê: Mangustao
diff -Nru xshisen-1.51/debian/changelog xshisen-1.51/debian/changelog
--- xshisen-1.51/debian/changelog	2010-05-09 00:26:37.000000000 +0200
+++ xshisen-1.51/debian/changelog	2011-11-24 21:41:22.000000000 +0100
@@ -1,3 +1,12 @@
+xshisen (1:1.51-3.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix "ftbfs with gcc-4.5 and gcc-4.6": new patch 40_format_security.patch:
+    Fix format string use. Based on Daniel T Chen's patch in the BTS.
+    (Closes: #565064)
+
+ -- gregor herrmann <gre...@debian.org>  Thu, 24 Nov 2011 21:40:40 +0100
+
 xshisen (1:1.51-3.1) unstable; urgency=low
 
   * Non-maintainer upload.
diff -Nru xshisen-1.51/debian/patches/40_format_security.patch xshisen-1.51/debian/patches/40_format_security.patch
--- xshisen-1.51/debian/patches/40_format_security.patch	1970-01-01 01:00:00.000000000 +0100
+++ xshisen-1.51/debian/patches/40_format_security.patch	2011-11-24 21:40:36.000000000 +0100
@@ -0,0 +1,19 @@
+Description: Fix format string use
+Origin: vendor
+Bug-Debian: http://bugs.debian.org/565064
+Forwarded: no
+Author: Daniel T Chen <seven.st...@gmail.com>,
+ gregor herrmann <gre...@debian.org>
+Last-Update: 2011-11-24
+
+--- a/score.C
++++ b/score.C
+@@ -337,7 +337,7 @@
+     }
+     // Always read the latest high score
+     readfile();
+-    sprintf(format, res_strings[0]);
++    sprintf(format, "%s", res_strings[0]);
+     prev_time = -1;
+     for(int i=0; i<SCORENUM; i++) {
+         this_time = rec[i].hour * 3600 + rec[i].min * 60 + rec[i].sec;

Attachment: signature.asc
Description: Digital signature

Reply via email to