[netcdf] 01/03: Enable PIE hardening buildflags. (closes: #859430)

Bas Couwenberg sebastic at debian.org
Tue Apr 4 07:07:54 UTC 2017


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

sebastic pushed a commit to branch master
in repository netcdf.

commit 7f37e0c87431ecf438b6ae8ca9765c886cae9c0c
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Tue Apr 4 08:09:18 2017 +0200

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

diff --git a/debian/changelog b/debian/changelog
index 23970dc..0b17018 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+netcdf (1:4.4.1.1-2) UNRELEASED; urgency=medium
+
+  * Enable PIE hardening buildflags.
+    (closes: #859430)
+
+ -- Bas Couwenberg <sebastic at debian.org>  Tue, 04 Apr 2017 08:08:43 +0200
+
 netcdf (1:4.4.1.1-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/debian/rules b/debian/rules
index 640063d..5a847b3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,9 +2,8 @@
 
 #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
 
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 

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



More information about the Pkg-grass-devel mailing list