[SCM] qhull packaging files branch, master, updated. 930cdc7bacf8a132169741bc7e7319049e158299

Salvatore Bonaccorso carnil at debian.org
Wed Nov 23 08:09:40 UTC 2011


The following commit has been merged in the master branch:
commit 717c0fa62805f135613ae03db8402bb60a143da7
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Wed Nov 23 08:51:45 2011 +0100

    Add fix-FTBFS-643461-format-security.patch patch
    
    Fix format-security compiler warnings.
    
    Thanks: peter green <plugwash at p10link.net> for the patch
    
    Closes: #643461

diff --git a/debian/patches/fix-FTBFS-643461-format-security.patch b/debian/patches/fix-FTBFS-643461-format-security.patch
new file mode 100644
index 0000000..34be027
--- /dev/null
+++ b/debian/patches/fix-FTBFS-643461-format-security.patch
@@ -0,0 +1,18 @@
+Description: Fix FTBFS when building with hardening flags as used by
+ dpkg 1.16.0.
+Origin: vendor
+Bug-Debian: http://bugs.debian.org/643461
+Author: peter green <plugwash at p10link.net>
+Last-Update: 2011-11-23
+
+--- a/src/io.c
++++ b/src/io.c
+@@ -2166,7 +2166,7 @@
+     qh_memfree (point, qh normal_size);
+   qh_settempfree(&points);
+   qh_settempfree(&vertices);
+-  fprintf(fp, endfmt);
++  fprintf(fp, "%s", endfmt);
+ } /* printfacet3math */
+ 
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 1b7b72a..1f97522 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 make-new-msg.patch
 QHpointer.patch
+fix-FTBFS-643461-format-security.patch

-- 
qhull packaging files



More information about the debian-science-commits mailing list