[spatialite] 02/14: Enable bindnow hardening buildflags.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Thu May 5 18:44:54 UTC 2016


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

sebastic pushed a commit to branch experimental
in repository spatialite.

commit 856ed22791ec602f46d67789cae9ca07b0a6c9cc
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Thu May 5 19:22:09 2016 +0200

    Enable bindnow hardening buildflags.
---
 debian/changelog | 1 +
 debian/rules     | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 984311d..85846f1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 spatialite (4.4.0~rc0-1~exp5) UNRELEASED; urgency=medium
 
   * Bump Standards-Version to 3.9.8, no changes.
+  * Enable bindnow hardening buildflags.
 
  -- Bas Couwenberg <sebastic at debian.org>  Thu, 05 May 2016 18:55:37 +0200
 
diff --git a/debian/rules b/debian/rules
index 0330e1a..95f9a89 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,6 +7,9 @@
 # This has to be exported to make some magic below work.
 export DH_OPTIONS
 
+# Enable hardening build flags
+export DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie
+
 FULL_VERSION := $(shell dpkg-parsechangelog | grep ^Version | cut -d' ' -f2 | cut -d- -f1)
 VERSION := $(shell echo $(FULL_VERSION) | sed -e "s/~beta[[:digit:]]\+/-BETA/")
 LC_VERSION := $(shell echo $(VERSION) | tr A-Z a-z)

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



More information about the Pkg-grass-devel mailing list