[SCM] qgis branch, master, updated. upstream/2.0.1-13436-g7969474

Bas Couwenberg sebastic at xs4all.nl
Fri Sep 27 22:02:18 UTC 2013


The following commit has been merged in the master branch:
commit 99ed3071ffcf763d21472c8b01d1f0ac7566494b
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Fri Sep 27 14:46:00 2013 +0200

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

diff --git a/debian/changelog b/debian/changelog
index 9fbdeb9..5c4f387 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,6 +16,7 @@ qgis (2.0.1-1) UNRELEASED; urgency=low
   * Use pkgkde-gensymbols & pkgkde-symbolshelper to handle C++ symbols.
   * Split libqgis libraries into separate packages.
   * Remove automatically generated files on clean.
+  * Add lintian overrides for no-fortify-functions false positive.
 
  -- Bas Couwenberg <sebastic at xs4all.nl>  Fri, 27 Sep 2013 02:05:32 +0200
 
diff --git a/debian/libqgisgrass2.0.1.lintian-overrides b/debian/libqgisgrass2.0.1.lintian-overrides
new file mode 100644
index 0000000..5f6c0b4
--- /dev/null
+++ b/debian/libqgisgrass2.0.1.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: memset
+#         unprotected: strcpy
+libqgisgrass2.0.1: hardening-no-fortify-functions usr/lib/libqgisgrass.so.2.0.1
diff --git a/debian/python-qgis.lintian-overrides b/debian/python-qgis.lintian-overrides
new file mode 100644
index 0000000..e9d0eb4
--- /dev/null
+++ b/debian/python-qgis.lintian-overrides
@@ -0,0 +1,12 @@
+# Build uses -D_FORTIFY_SOURCE=2, but hardening-check reports:
+#  Fortify Source functions: no, only unprotected functions found!
+#         unprotected: memcpy
+#         unprotected: strcpy
+python-qgis: hardening-no-fortify-functions usr/lib/python2.7/dist-packages/pyspatialite/_spatialite.so
+
+# Build uses -D_FORTIFY_SOURCE=2, but hardening-check reports:
+#  Fortify Source functions: no, only unprotected functions found!
+#         unprotected: memcpy
+#         unprotected: strcpy
+#         unprotected: memmove
+python-qgis: hardening-no-fortify-functions usr/lib/python2.7/dist-packages/qgis/core.so
diff --git a/debian/qgis.lintian-overrides b/debian/qgis.lintian-overrides
new file mode 100644
index 0000000..72759f0
--- /dev/null
+++ b/debian/qgis.lintian-overrides
@@ -0,0 +1,4 @@
+# Build uses -D_FORTIFY_SOURCE=2, but hardening-check reports:
+#  Fortify Source functions: no, only unprotected functions found!
+#         unprotected: fgets
+qgis: hardening-no-fortify-functions usr/lib/qgis/qgis_help

-- 
The Quantum GIS in Debian project



More information about the Pkg-grass-devel mailing list