[med-svn] [swarm-cluster] 04/04: Better hardening

Andreas Tille tille at debian.org
Sat Mar 19 18:17:00 UTC 2016


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

tille pushed a commit to branch master
in repository swarm-cluster.

commit c20ea63e19bf3b8da8a79896a77733ac3df326c0
Author: Andreas Tille <tille at debian.org>
Date:   Sat Mar 19 19:10:36 2016 +0100

    Better hardening
---
 debian/changelog | 1 +
 debian/rules     | 5 +++++
 2 files changed, 6 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 52f6472..48d6f30 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ swarm-cluster (2.1.8-1) unstable; urgency=medium
 
   * New upstream version
   * Moved from SVN to Git
+  * Better hardening
 
  -- Andreas Tille <tille at debian.org>  Sat, 19 Mar 2016 19:07:43 +0100
 
diff --git a/debian/rules b/debian/rules
index 821586f..7e1e377 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,6 +2,11 @@
 
 export DH_OPTIONS
 
+# does not build with these options
+# export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+# export DEB_BUILD_MAINT_OPTIONS = hardening=+pie
+export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
+
 %:
 	dh $@ --sourcedirectory=src
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/swarm-cluster.git



More information about the debian-med-commit mailing list