[Python-modules-commits] [python-nacl] 01/02: Activate hardening options.

Tristan Seligmann mithrandi at moszumanska.debian.org
Thu Jun 30 00:01:02 UTC 2016


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

mithrandi pushed a commit to branch master
in repository python-nacl.

commit 490771ce0280e22e4ff236229f0704944740cdc9
Author: Tristan Seligmann <mithrandi at debian.org>
Date:   Thu Jun 30 01:51:27 2016 +0200

    Activate hardening options.
---
 debian/changelog | 7 ++++---
 debian/rules     | 2 ++
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f894980..01e0a97 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,12 @@
 python-nacl (1.0.1-2) UNRELEASED; urgency=medium
 
+  [ Ondřej Nový ]
+  * Fixed VCS URL (https)
+
   [ Tristan Seligmann ]
   * Build-Depend on cffi >= 1.0.0, since this is needed since pynacl
     1.0.0.
-
-  [ Ondřej Nový ]
-  * Fixed VCS URL (https)
+  * Activate hardening options.
 
  -- Tristan Seligmann <mithrandi at debian.org>  Mon, 25 Jan 2016 20:25:52 +0200
 
diff --git a/debian/rules b/debian/rules
index 2df19cc..93919dc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,6 +8,8 @@ export PYBUILD_TEST_ARGS={dir}/tests/
 
 export PYTHONDONTWRITEBYTECODE=1
 
+export DEB_BUILD_MAINT_OPTIONS=hardening=+bindnow
+
 # Make sure PyNaCl uses the system libsodium instead of trying to use the
 # vendored copy
 export SODIUM_INSTALL=system

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-nacl.git



More information about the Python-modules-commits mailing list