[pdal] 12/14: Add lintian overrides for hardening-no-fortify-functions false positives.

Bas Couwenberg sebastic at debian.org
Sat Aug 27 13:10:03 UTC 2016


This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository pdal.

commit b7a8b12eebaa2d25c78f41fabd2f49c836a4daee
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sat Aug 27 13:44:59 2016 +0200

    Add lintian overrides for hardening-no-fortify-functions false positives.
---
 debian/changelog                                     | 1 +
 debian/libpdal-plugin-greyhound.lintian-overrides    | 4 ++++
 debian/libpdal-plugin-pgpointcloud.lintian-overrides | 4 ++++
 debian/pdal.lintian-overrides                        | 4 ++++
 4 files changed, 13 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 0d002e0..d358e71 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,7 @@ pdal (1.3.0~rc1-1) UNRELEASED; urgency=medium
   * Use libjs-mathjax instead of online copy.
   * Add missing sources for sphinx rtd_theme.
   * Add patch to fix spelling errors.
+  * Add lintian overrides for hardening-no-fortify-functions false positives.
 
  -- Bas Couwenberg <sebastic at debian.org>  Sat, 27 Aug 2016 10:20:18 +0200
 
diff --git a/debian/libpdal-plugin-greyhound.lintian-overrides b/debian/libpdal-plugin-greyhound.lintian-overrides
index 28d09c1..1c10666 100644
--- a/debian/libpdal-plugin-greyhound.lintian-overrides
+++ b/debian/libpdal-plugin-greyhound.lintian-overrides
@@ -3,3 +3,7 @@ libpdal-plugin-greyhound: package-name-doesnt-match-sonames *
 libpdal-plugin-greyhound: no-symbols-control-file *
 libpdal-plugin-greyhound: non-dev-pkg-with-shlib-symlink *
 
+# Build uses -D_FORTIFY_SOURCE=2, but hardening-check reports:
+#  Fortify Source functions: no, only unprotected functions found!
+libpdal-plugin-greyhound: hardening-no-fortify-functions *
+
diff --git a/debian/libpdal-plugin-pgpointcloud.lintian-overrides b/debian/libpdal-plugin-pgpointcloud.lintian-overrides
index 5c1823e..ab9ff01 100644
--- a/debian/libpdal-plugin-pgpointcloud.lintian-overrides
+++ b/debian/libpdal-plugin-pgpointcloud.lintian-overrides
@@ -3,3 +3,7 @@ libpdal-plugin-pgpointcloud: package-name-doesnt-match-sonames *
 libpdal-plugin-pgpointcloud: no-symbols-control-file *
 libpdal-plugin-pgpointcloud: non-dev-pkg-with-shlib-symlink *
 
+# Build uses -D_FORTIFY_SOURCE=2, but hardening-check reports:
+#  Fortify Source functions: no, only unprotected functions found!
+libpdal-plugin-pgpointcloud: hardening-no-fortify-functions *
+
diff --git a/debian/pdal.lintian-overrides b/debian/pdal.lintian-overrides
index f5539fd..5cd47e3 100644
--- a/debian/pdal.lintian-overrides
+++ b/debian/pdal.lintian-overrides
@@ -1,3 +1,7 @@
 # PIE breaks the build
 pdal: hardening-no-pie usr/bin/pdal
 
+# Build uses -D_FORTIFY_SOURCE=2, but hardening-check reports:
+#  Fortify Source functions: no, only unprotected functions found!
+pdal: hardening-no-fortify-functions *
+

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pdal.git



More information about the Pkg-grass-devel mailing list