[libcrypt-openssl-pkcs12-perl] 02/04: Enable hardening

Christopher Hoskin christopher.hoskin at gmail.com
Sun Nov 6 20:49:42 UTC 2016


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

grinorcole-guest pushed a commit to branch master
in repository libcrypt-openssl-pkcs12-perl.

commit 413547ca3f960c778defed602f88f51c9e6032de
Author: Christopher Hoskin <christopher.hoskin at gmail.com>
Date:   Sun Nov 6 20:35:12 2016 +0000

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

diff --git a/debian/changelog b/debian/changelog
index 759cee6..1d7fb99 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 libcrypt-openssl-pkcs12-perl (0.7-2) UNRELEASED; urgency=medium
 
   * Fix "FTBFS with openssl 1.1.0" - patch for new API (Closes: #828386)
+  * Enable hardening
 
  -- Christopher Hoskin <christopher.hoskin at gmail.com>  Sun, 06 Nov 2016 20:32:29 +0000
 
diff --git a/debian/rules b/debian/rules
index 6720104..dd88fd8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,7 @@
 #!/usr/bin/make -f
 
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+
 %:
 	dh $@
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcrypt-openssl-pkcs12-perl.git



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