[darkplaces] 01/03: Enable PIE and bindnow hardening
Simon McVittie
smcv at debian.org
Fri Sep 9 09:26:27 UTC 2016
This is an automated email from the git hooks/post-receive script.
smcv pushed a commit to branch master
in repository darkplaces.
commit f371aa938300113e9f7f184caec6cbe163f9a180
Author: Simon McVittie <smcv at debian.org>
Date: Fri Sep 9 10:11:35 2016 +0100
Enable PIE and bindnow hardening
---
debian/changelog | 1 +
debian/rules | 1 +
2 files changed, 2 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 6960ef8..ac6a78f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ darkplaces (0~20140513+svn12208-3) UNRELEASED; urgency=medium
* Switch Vcs-Git to https (see #810378)
* Standards-Version: 3.9.7 (no changes needed)
* Normalize packaging via wrap-and-sort -abst
+ * Enable PIE and bindnow hardening
-- Simon McVittie <smcv at debian.org> Fri, 22 Jan 2016 10:57:55 +0000
diff --git a/debian/rules b/debian/rules
index 8beb4d0..b7149dc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,6 +23,7 @@ DEB_CPPFLAGS_MAINT_APPEND = \
-DNO_BUILD_TIMESTAMPS \
$(NULL)
+export DEB_BUILD_MAINT_OPTIONS = hardening=+pie,+bindnow
include /usr/share/dpkg/default.mk
ifeq (,$(filter noopt,$(DEB_BUILD_OPTIONS)))
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/darkplaces.git
More information about the Pkg-games-commits
mailing list