This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository mapserver.
commit ce467c5805b1882227f2b8969870e2b52d81dbc7 Author: Bas Couwenberg <[email protected]> Date: Sat Nov 19 10:21:18 2016 +0100 Enable pie hardening flags. (closes: #844892) --- debian/changelog | 2 ++ debian/rules | 5 ++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 383777d..522b1b4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,7 @@ mapserver (7.0.2-2) UNRELEASED; urgency=medium + * Enable pie hardening flags. + (closes: #844892) * Drop unused overrides for hardening-no-pie. -- Bas Couwenberg <[email protected]> Wed, 26 Oct 2016 17:23:29 +0200 diff --git a/debian/rules b/debian/rules index 2e886bb..963027e 100755 --- a/debian/rules +++ b/debian/rules @@ -8,9 +8,8 @@ # This has to be exported to make some magic below work. export DH_OPTIONS -# 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/mapserver.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

