tags 643417 + pending
thanks

Dear maintainer,

I've prepared an NMU for libccscript3 (versioned as 1.1.7-1.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: Supertramp: C'est What?
diff -u libccscript3-1.1.7/debian/changelog libccscript3-1.1.7/debian/changelog
--- libccscript3-1.1.7/debian/changelog
+++ libccscript3-1.1.7/debian/changelog
@@ -1,3 +1,13 @@
+libccscript3 (1.1.7-1.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix "FTBFS: compiler.cpp:1147:38: error: format not a string literal and
+    no format arguments [-Werror=format-security]":
+    add patch error_format_security.patch, thanks to Ilya Barygin.
+    (Closes: #643417)
+
+ -- gregor herrmann <gre...@debian.org>  Sun, 20 Nov 2011 13:30:14 +0100
+
 libccscript3 (1.1.7-1.1) unstable; urgency=low
 
   * Non-maintainer upload.
only in patch2:
unchanged:
--- libccscript3-1.1.7.orig/debian/patches/error_format_security.patch
+++ libccscript3-1.1.7/debian/patches/error_format_security.patch
@@ -0,0 +1,22 @@
+--- libccscript3-1.1.7.orig/src/compiler.cpp
++++ libccscript3-1.1.7/src/compiler.cpp
+@@ -1144,7 +1144,7 @@
+ 				continue;
+ 
+ 			if(!strchr(token, ':')) {
+-				snprintf(temp, sizeof(temp), name);
++				snprintf(temp, sizeof(temp), "%s", name);
+ 				cp = strchr(temp, ':');
+ 				if(cp)
+ 					*cp = 0;
+--- libccscript3-1.1.7.orig/modules/property.cpp
++++ libccscript3-1.1.7/modules/property.cpp
+@@ -381,7 +381,7 @@
+ 			goto unlock;
+ 
+ 		sym->type = symORIGINAL;
+-		snprintf(sym->data, sym->size + 1, ep);
++		snprintf(sym->data, sym->size + 1, "%s", ep);
+ unlock:
+ 		release();
+ 		Thread::yield();

Attachment: signature.asc
Description: Digital signature

Reply via email to