diff options
-rw-r--r-- | debian/changelog | 6 | ||||
-rwxr-xr-x | debian/rules | 1 |
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 $@ |