From 79c8d3ef7a938f86472e549ef64e1fb820dc80c4 Mon Sep 17 00:00:00 2001 From: Alberto Gonzalez Iniesta Date: Fri, 23 Mar 2012 10:42:38 +0100 Subject: export DEB_BUILD_MAINT_OPTIONS = hardening=+all --- debian/changelog | 6 ++++++ debian/rules | 1 + 2 files changed, 7 insertions(+) diff --git a/debian/changelog b/debian/changelog index 6f0cacc..e799888 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +openvpn (2.2.1-8) unstable; urgency=low + + * Enable "PIE" and "BINDOW" hardening flags. + + -- Alberto Gonzalez Iniesta Fri, 23 Mar 2012 10:40:39 +0100 + openvpn (2.2.1-7) unstable; urgency=low * Add dpkg-buildflags call on plugins built too. diff --git a/debian/rules b/debian/rules index ef1c3fd..20201b2 100755 --- a/debian/rules +++ b/debian/rules @@ -8,6 +8,7 @@ ROUTE_PATH := /sbin/route endif #export DH_VERBOSE=1 +export DEB_BUILD_MAINT_OPTIONS = hardening=+all %: dh $@ -- cgit v1.2.3