[cpp-log4shib] 11/20: Enable all hardening features
Scott Cantor
cantor.2 at osu.edu
Tue Oct 19 16:14:08 UTC 2021
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to annotated tag debian/1.0.9-1
in repository cpp-log4shib.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-log4shib.git;a=commit;h=47cb42822b3576a50d96e297e70234a48553a587
commit 47cb42822b3576a50d96e297e70234a48553a587
Author: Ferenc Wágner <wferi at niif.hu>
AuthorDate: Thu Jan 14 15:13:40 2016 +0100
Enable all hardening features
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 9e9f0b2..91ad1b9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@ VERSION := $(shell dpkg-parsechangelog | grep ^Version: | cut -d' ' -f2 \
| cut -d- -f1)
# Enable compiler hardening flags.
-export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow,+pie
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
# Force linking with -lpthread, working around a bug in libtool that drops
# the linkage because it uses -nostdlib. See #468555. Add --as-needed to
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list