[libauthen-sasl-cyrus-perl] 02/05: Enable bindnow hardening flags

Russ Allbery rra at stanford.edu
Wed Mar 5 21:49:52 UTC 2014


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

rra pushed a commit to branch master
in repository libauthen-sasl-cyrus-perl.

commit ff73b12a818cf814c5fe9bb592595f593ba5ef58
Author: Russ Allbery <eagle at eyrie.org>
Date:   Wed Mar 5 13:31:33 2014 -0800

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

diff --git a/debian/changelog b/debian/changelog
index 142abe3..45ac8f0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ libauthen-sasl-cyrus-perl (0.13-server-9) UNRELEASED; urgency=low
   * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
 
   [ Russ Allbery]
+  * Enable bindnow hardening flags.
   * Update Homepage to point to the author's CPAN directory, since the
     author's home page appears to have gone away.  (This package is of a
     fork of the default CPAN version that adds server support, so the
diff --git a/debian/rules b/debian/rules
index 8934c77..703b34d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,8 @@
 #!/usr/bin/make -f
 
+# Enable compiler hardening flags.
+export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
+
 # Set the user environment variable required by the test suite.
 export USER=testuser
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libauthen-sasl-cyrus-perl.git



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