[spatialite] 03/07: Enable PIE hardening buildflags.

Bas Couwenberg sebastic at debian.org
Mon Jun 26 17:31:51 UTC 2017


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

sebastic pushed a commit to branch experimental
in repository spatialite.

commit 657b1a95bbe03b4b35c3c066058fb0bf33d8594d
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Mon Jun 26 15:32:14 2017 +0200

    Enable PIE hardening buildflags.
---
 debian/changelog | 1 +
 debian/rules     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 40e0d3c..da4757c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ spatialite (4.4.0~rc1-1~exp2) UNRELEASED; urgency=medium
 
   * Bump Standards-Version to 4.0.0, no changes.
   * Add autopkgtest to test installability.
+  * Enable PIE hardening buildflags.
 
  -- Bas Couwenberg <sebastic at debian.org>  Mon, 26 Jun 2017 15:31:19 +0200
 
diff --git a/debian/rules b/debian/rules
index b46b711..7631c93 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@
 export DH_OPTIONS
 
 # Enable hardening build flags
-export DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie
+export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 
 FULL_VERSION := $(shell dpkg-parsechangelog | grep ^Version | cut -d' ' -f2 | cut -d- -f1)
 VERSION := $(shell echo $(FULL_VERSION) | sed -e "s/~beta[[:digit:]]\+/-BETA/")

-- 
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