[med-svn] [dcmtk] 04/05: add hardening flags

Gert Wollny gert-guest at moszumanska.debian.org
Sun Jul 3 17:05:46 UTC 2016


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

gert-guest pushed a commit to branch master
in repository dcmtk.

commit 466213770a2ad583e62f3d1eef3a64e2e31e7dc9
Author: Gert Wollny <gw.fossdev at gmail.com>
Date:   Sun Jul 3 13:44:32 2016 +0000

    add hardening flags
---
 debian/changelog | 3 ++-
 debian/rules     | 3 +++
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index c39cc59..82396c0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,10 @@
-dcmtk (3.6.1~20160216-2) unstable; urgency=medium
+dcmtk (3.6.1~20160216-2) UNRELEASED; urgency=medium
 
   * d/p/08: remove SYSTEM_PROCESSOR usage for reproducible builds 
   * d/p/09: add patch to enable compileing against openssl-1.1
     Closes: #828281
   * d/p/04: update patch to remove duplicate entries
+  * d/rules: add hardening flags 
 
  -- Gert Wollny <gw.fossdev at gmail.com>  Thu, 26 May 2016 15:47:40 +0000
 
diff --git a/debian/rules b/debian/rules
index c338049..16ae513 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,9 @@
 #!/usr/bin/make -f
 #export DH_VERBOSE=1
 
+# export DEB_BUILD_MAINT_OPTIONS = hardening=+pie
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+
 # reduce overlinking:
 export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed
 

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



More information about the debian-med-commit mailing list