[Pkg-julia-devel] [SCM] utf8proc/master: Enable all hardening flags

ginggs at users.alioth.debian.org ginggs at users.alioth.debian.org
Fri Jul 7 15:52:34 UTC 2017


The following commit has been merged in the master branch:
commit 87108f78c327eadd66a128dd5a6c1ce85062404b
Author: Graham Inggs <ginggs at debian.org>
Date:   Fri Jul 7 17:36:10 2017 +0200

    Enable all hardening flags

diff --git a/debian/changelog b/debian/changelog
index 560fc0b..2574374 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ utf8proc (2.1.0-1) UNRELEASED; urgency=medium
   * Regenerate utf8proc_data.c from unicode-data 10 
   * Update debian/libutf8proc2.symbols
   * Switch to debhelper 10
+  * Enable all hardening flags
 
  -- Graham Inggs <ginggs at debian.org>  Fri, 07 Jul 2017 17:18:34 +0200
 
diff --git a/debian/rules b/debian/rules
index 5ecf933..c2fcede 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
 %:
 	dh $@

-- 
utf8proc packaging



More information about the Pkg-julia-devel mailing list