This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository gdal.
commit 13117e790925dedfb88dd6467a2ae3e8a97b9e8e Author: Bas Couwenberg <[email protected]> Date: Sun Apr 2 22:43:15 2017 +0200 Enable PIE hardening flags. (closes: #859368) --- debian/changelog | 7 +++++++ debian/rules | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index fb4e6f5..ddb778d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +gdal (2.1.2+dfsg-4) UNRELEASED; urgency=medium + + * Enable PIE hardening flags. + (closes: #859368) + + -- Bas Couwenberg <[email protected]> Sun, 02 Apr 2017 22:41:40 +0200 + gdal (2.1.2+dfsg-3) unstable; urgency=medium * Add upstream patch to fix _gdal_array ImportError with Python 3. diff --git a/debian/rules b/debian/rules index d7dabe5..16a8a8b 100755 --- a/debian/rules +++ b/debian/rules @@ -9,7 +9,7 @@ #export DH_VERBOSE=1 # Enable hardening build flags -export DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie +export DEB_BUILD_MAINT_OPTIONS=hardening=+all UPSTREAM_VERSION = $(shell dpkg-parsechangelog | sed -ne 's/^Version: \(.*\)-.*/\1/p' | sed -e 's/\+.*//; s/^[0-9]://') -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/gdal.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

