tags 643364 + pending
thanks

Dear maintainer,

I've prepared an NMU for coinor-cbc (versioned as 2.5.0-2.3) 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
   `-    
diff -Nru coinor-cbc-2.5.0/debian/changelog coinor-cbc-2.5.0/debian/changelog
--- coinor-cbc-2.5.0/debian/changelog	2011-06-30 13:42:55.000000000 +0200
+++ coinor-cbc-2.5.0/debian/changelog	2011-12-21 21:37:09.000000000 +0100
@@ -1,3 +1,13 @@
+coinor-cbc (2.5.0-2.3) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix "FTBFS: ../../Clp/src/CbcOrClpParam.cpp:1078:43: error: format
+    not a string literal and no format arguments: add patch
+    format-security.patch from Wolfram Sang.
+    (Closes: #643364)
+
+ -- gregor herrmann <gre...@debian.org>  Wed, 21 Dec 2011 21:36:45 +0100
+
 coinor-cbc (2.5.0-2.2) unstable; urgency=low
 
   * Non-maintainer upload.
diff -Nru coinor-cbc-2.5.0/debian/patches/format-security.patch coinor-cbc-2.5.0/debian/patches/format-security.patch
--- coinor-cbc-2.5.0/debian/patches/format-security.patch	1970-01-01 01:00:00.000000000 +0100
+++ coinor-cbc-2.5.0/debian/patches/format-security.patch	2011-12-21 19:27:08.000000000 +0100
@@ -0,0 +1,19 @@
+Description: fix FTBFS with -Werror=format-security
+Origin: vendor
+Bug-Debian: http://bugs.debian.org/643363
+Forwarded: yes, c...@list.coin-or.org
+Author: Wolfram Sang <w.s...@pengutronix.de>
+Reviewed-by: gregor herrmann <gre...@debian.org>
+Last-Update: 2011-12-21
+
+--- a/Clp/src/CbcOrClpParam.cpp
++++ b/Clp/src/CbcOrClpParam.cpp
+@@ -1075,7 +1075,7 @@
+           }
+ #else
+           if (CbcOrClpReadCommand == stdin) {
+-               fprintf(stdout, coin_prompt);
++               fputs(coin_prompt, stdout);
+                fflush(stdout);
+           }
+           where = fgets(line, 1000, CbcOrClpReadCommand);
diff -Nru coinor-cbc-2.5.0/debian/patches/series coinor-cbc-2.5.0/debian/patches/series
--- coinor-cbc-2.5.0/debian/patches/series	2011-07-01 11:01:18.000000000 +0200
+++ coinor-cbc-2.5.0/debian/patches/series	2011-12-21 21:36:08.000000000 +0100
@@ -1,3 +1,4 @@
 Makefile.diff
 CbcEventHandler.hpp.diff
 upstream_changeset_1624_coinor-cbc_fails_after_bad_ub_change.diff
+format-security.patch

Attachment: signature.asc
Description: Digital signature

Reply via email to