[pdl] 02/03: Add lintian overrides for hardening-no-fortify-functions issues.

Bas Couwenberg sebastic at debian.org
Sat Jun 18 14:09:39 UTC 2016


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

sebastic pushed a commit to branch master
in repository pdl.

commit dad7c0f85b369269bd0a7b05fc4f1dda091578f7
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sat Jun 18 15:35:59 2016 +0200

    Add lintian overrides for hardening-no-fortify-functions issues.
---
 debian/changelog                | 1 +
 debian/pdl.lintian-overrides    | 8 ++++++++
 debian/pdl.lintian-overrides.in | 8 ++++++++
 3 files changed, 17 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 6351b34..40186b3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ pdl (1:2.016-1~exp2) UNRELEASED; urgency=medium
 
   * Team upload.
   * Strip RPATH from Minuit.so & Slatec.so.
+  * Add lintian overrides for hardening-no-fortify-functions issues.
 
  -- Bas Couwenberg <sebastic at debian.org>  Sat, 18 Jun 2016 15:29:18 +0200
 
diff --git a/debian/pdl.lintian-overrides b/debian/pdl.lintian-overrides
index 313667b..1b4cac9 100644
--- a/debian/pdl.lintian-overrides
+++ b/debian/pdl.lintian-overrides
@@ -10,3 +10,11 @@ pdl: manpage-has-errors-from-man usr/share/man/man3/PDL::FFT.3pm.gz *: warning [
 pdl: image-file-in-usr-lib usr/lib/x86_64-linux-gnu/perl5/5.22/PDL/Transform/Cartography/earth_day.jpg
 pdl: image-file-in-usr-lib usr/lib/x86_64-linux-gnu/perl5/5.22/PDL/Transform/Cartography/earth_night.jpg
 
+# Build uses -D_FORTIFY_SOURCE=2, but hardening-check reports:
+#  Fortify Source functions: no, only unprotected functions found!
+pdl: hardening-no-fortify-functions */PDL/IO/GD/GD.so
+pdl: hardening-no-fortify-functions */PDL/IO/Pnm/Pnm.so
+pdl: hardening-no-fortify-functions */PDL/Image2D/Image2D.so
+pdl: hardening-no-fortify-functions */PDL/Minuit/Minuit.so
+pdl: hardening-no-fortify-functions */PDL/Slices/Slices.so
+
diff --git a/debian/pdl.lintian-overrides.in b/debian/pdl.lintian-overrides.in
index 9b51cea..d1f8147 100644
--- a/debian/pdl.lintian-overrides.in
+++ b/debian/pdl.lintian-overrides.in
@@ -10,3 +10,11 @@ pdl: manpage-has-errors-from-man usr/share/man/man3/PDL::FFT.3pm.gz *: warning [
 pdl: image-file-in-usr-lib @vendorarch@/PDL/Transform/Cartography/earth_day.jpg
 pdl: image-file-in-usr-lib @vendorarch@/PDL/Transform/Cartography/earth_night.jpg
 
+# Build uses -D_FORTIFY_SOURCE=2, but hardening-check reports:
+#  Fortify Source functions: no, only unprotected functions found!
+pdl: hardening-no-fortify-functions */PDL/IO/GD/GD.so
+pdl: hardening-no-fortify-functions */PDL/IO/Pnm/Pnm.so
+pdl: hardening-no-fortify-functions */PDL/Image2D/Image2D.so
+pdl: hardening-no-fortify-functions */PDL/Minuit/Minuit.so
+pdl: hardening-no-fortify-functions */PDL/Slices/Slices.so
+

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/pdl.git



More information about the Pkg-perl-cvs-commits mailing list