[libheimdal-kadm5-perl] 23/27: Enable bindnow hardening flags

Russ Allbery eagle at eyrie.org
Mon Dec 18 05:02:29 UTC 2017


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

rra pushed a commit to branch master
in repository libheimdal-kadm5-perl.

commit dd03ca299d8d4f812937ac9e64bc46402ab1a399
Author: Russ Allbery <eagle at eyrie.org>
Date:   Mon Dec 18 04:23:08 2017

    Enable bindnow hardening flags
---
 debian/changelog | 1 +
 debian/rules     | 4 ++++
 2 files changed, 5 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index b21013f..1b1603f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ libheimdal-kadm5-perl (0.08-5) UNRELEASED; urgency=medium
   * Build with current Heimdal.  (Closes: #837628)
   * Guard against a NULL mod_name in getModName and return undef.  Thanks,
     Sergio Gelato.  (Closes: #670517)
+  * Enable bindnow hardening flags.
   * Fix spelling error in manual page caught by Lintian.
   * Convert to a proper 3.0 (quilt) package with managed patches.
   * Contribute the package to the Debian Perl Group.
diff --git a/debian/rules b/debian/rules
index cbe925d..677c8d5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,3 +1,7 @@
 #!/usr/bin/make -f
+
+# Enable some hardening flags.
+export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
+
 %:
 	dh $@

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libheimdal-kadm5-perl.git



More information about the Pkg-perl-cvs-commits mailing list