summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlberto Gonzalez Iniesta <agi@inittab.org>2012-03-23 10:42:38 +0100
committerAlberto Gonzalez Iniesta <agi@inittab.org>2012-03-23 10:42:38 +0100
commit79c8d3ef7a938f86472e549ef64e1fb820dc80c4 (patch)
treeeecd46a67a811b25393fa5b9258073f241cef26f
parent7ed10ecabe38072cbfbbff01564af7c229ba0b83 (diff)
export DEB_BUILD_MAINT_OPTIONS = hardening=+alldebian/2.2.1-8
-rw-r--r--debian/changelog6
-rwxr-xr-xdebian/rules1
2 files changed, 7 insertions, 0 deletions
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 <agi@inittab.org> 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 $@