[grass] 01/03: Enable PIE hardening flags. (closes: #859372)

Bas Couwenberg sebastic at debian.org
Sun Apr 2 23:08:44 UTC 2017


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

sebastic pushed a commit to branch master
in repository grass.

commit f7d83e8407e477aa77177b5744ece30fed7327d0
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sun Apr 2 23:37:45 2017 +0200

    Enable PIE hardening flags. (closes: #859372)
---
 debian/changelog | 7 +++++++
 debian/rules     | 5 ++---
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c8be637..9319890 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+grass (7.2.0-2) UNRELEASED; urgency=medium
+
+  * Enable PIE hardening flags.
+    (closes: #859372)
+
+ -- Bas Couwenberg <sebastic at debian.org>  Sun, 02 Apr 2017 23:36:37 +0200
+
 grass (7.2.0-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/debian/rules b/debian/rules
index c0377cc..97120f0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,9 +3,8 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-# Enable hardening build flags, except:
-#  pie: causes build failure
-export DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie
+# Enable hardening build flags
+export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 
 VERSION=$(shell echo `head -2 $(CURDIR)/include/VERSION` | sed -e 's/ //')
 ABI=$(shell echo `head -3 $(CURDIR)/include/VERSION` | sed -e 's/ //g' -e 's/RC/-/')

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



More information about the Pkg-grass-devel mailing list