[SCM] libkml branch, master, updated. upstream/1.3.0_r863-45-g4a2fc89

Bas Couwenberg sebastic at xs4all.nl
Tue Oct 8 22:34:44 UTC 2013


The following commit has been merged in the master branch:
commit fc4d7f981bd8b817a43ef59c33f07414216bed99
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sun Oct 6 04:45:29 2013 +0200

    Add lintian override for no fortify functions false positive.

diff --git a/debian/changelog b/debian/changelog
index d09ab5d..00efdff 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -17,6 +17,7 @@ libkml (1.3.0~r864-1) UNRELEASED; urgency=low
   * Drop XB-Python-Version from control file.
   * Add a watch file.
   * Add patch to fix executable-not-elf-or-script for java run.sh example.
+  * Add lintian override for no fortify functions false positive.
 
  -- Bas Couwenberg <sebastic at xs4all.nl>  Sat, 05 Oct 2013 21:15:09 +0200
 
diff --git a/debian/libkml0.lintian-overrides b/debian/libkml0.lintian-overrides
new file mode 100644
index 0000000..b86e2fd
--- /dev/null
+++ b/debian/libkml0.lintian-overrides
@@ -0,0 +1,5 @@
+# -D_FORTIFY_SOURCE=2 is used during build, but hardening-check reports:
+# Fortify Source functions: no, only unprotected functions found!
+#  unprotected: memcpy
+#  unprotected: fread
+libkml0: hardening-no-fortify-functions usr/lib/libminizip.so.0.0.0

-- 
A library to manipulate KML 2.2 OGC standard files



More information about the Pkg-grass-devel mailing list