[gf2x] 08/09: Add hardening flags

Julien Puydt julien.puydt at laposte.net
Sat Jul 8 11:14:12 UTC 2017


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

jpuydt-guest pushed a commit to branch master
in repository gf2x.

commit 47c196d8c6d73bdaaab1b5dcde112d4c14e879f8
Author: Julien Puydt <julien.puydt at laposte.net>
Date:   Sat Jul 8 12:51:26 2017 +0200

    Add hardening flags
---
 debian/changelog | 1 +
 debian/rules     | 1 +
 2 files changed, 2 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 3b79937..038fa03 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ gf2x (1.2-1) UNRELEASED; urgency=medium
   * Remove the memset patch, now in upstream.
   * Remove the mul test patch ; upstream has changed.
   * Remove the sse2 patch, now in upstream.
+  * Add hardening options.
 
  -- Julien Puydt <julien.puydt at laposte.net>  Sat, 08 Jul 2017 12:21:16 +0200
 
diff --git a/debian/rules b/debian/rules
index 801dc94..915924d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,7 @@
 #!/usr/bin/make -f
 
 DEB_CONFIGURE_EXTRA_FLAGS += --disable-pclmul
+export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 
 %:
 	dh $@ --with autoreconf

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/gf2x.git



More information about the debian-science-commits mailing list