[swt-gtk] 08/13: Improved the hardening of the native libraries

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Thu Oct 19 22:58:14 UTC 2017


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

ebourg-guest pushed a commit to branch master-4.3
in repository swt-gtk.

commit f322adb713ec7a67141b199fad2f1ecb6e402263
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Thu Oct 19 23:28:26 2017 +0200

    Improved the hardening of the native libraries
---
 debian/changelog | 1 +
 debian/rules     | 1 +
 2 files changed, 2 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 968da8c..3ad6332 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ swt4-gtk (4.6.1-1) UNRELEASED; urgency=medium
   * New upstream release
     - Refreshed the patches
     - Adapted the build to the upstream source layout
+  * Improved the hardening of the native libraries
   * Switch to debhelper level 10
   * Modified debian/watch to use the git mode
   * Standards-Version updated to 4.1.1
diff --git a/debian/rules b/debian/rules
index 6e8ec56..7067214 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,7 @@
 #!/usr/bin/make -f
 
 export DEB_CFLAGS_MAINT_APPEND=-fPIC
+DEB_BUILD_MAINT_OPTIONS=hardening=+all
 include /usr/share/dpkg/buildflags.mk
 CFLAGS+=$(CPPFLAGS)
 export DEB_LDFLAGS  := $(LDFLAGS)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/swt-gtk.git



More information about the pkg-java-commits mailing list