[SCM] pyspatialite branch, master, updated. debian/3.0.1-2-10-ge88cf1b

Bas Couwenberg sebastic at xs4all.nl
Mon Sep 30 23:01:40 UTC 2013


The following commit has been merged in the master branch:
commit ee04ebe2f3c77ed974154917da796f1d6b21787a
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Tue Oct 1 00:45:52 2013 +0200

    Add lintian override for no-fortify-functions false positive.

diff --git a/debian/changelog b/debian/changelog
index fced65d..aefd5ef 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ pyspatialite (3.0.1-3) UNRELEASED; urgency=low
   * Update copyright file.
   * Bump dephelper compatibility to 9.
   * Bump Standards-Version to 3.9.4, no changes.
+  * Add lintian override for no-fortify-functions false positive.
 
  -- David Paleino <dapal at debian.org>  Sun, 02 Dec 2012 09:13:43 +0100
 
diff --git a/debian/python-pyspatialite.lintian-overrides b/debian/python-pyspatialite.lintian-overrides
new file mode 100644
index 0000000..de493b9
--- /dev/null
+++ b/debian/python-pyspatialite.lintian-overrides
@@ -0,0 +1,5 @@
+# Build uses -D_FORTIFY_SOURCE=2, but hardening-check reports:
+#  Fortify Source functions: no, only unprotected functions found!
+#         unprotected: strcpy
+#         unprotected: memcpy
+python-pyspatialite: hardening-no-fortify-functions usr/lib/python2.7/dist-packages/pyspatialite/_spatialite.so

-- 
Python interface to Spatialite



More information about the Pkg-grass-devel mailing list