[Pkg-mailman-hackers] Pkg-mailman commit - rev 701 - in trunk/debian: . patches

Thijs Kinkhorst thijs at alioth.debian.org
Sun Mar 18 11:51:38 UTC 2012


Author: thijs
Date: 2012-03-18 11:51:38 +0000 (Sun, 18 Mar 2012)
New Revision: 701

Modified:
   trunk/debian/changelog
   trunk/debian/patches/series
   trunk/debian/rules
Log:
enable all hardening features


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2012-03-18 11:32:41 UTC (rev 700)
+++ trunk/debian/changelog	2012-03-18 11:51:38 UTC (rev 701)
@@ -2,6 +2,7 @@
 
   * Ensure CPPFLAGS and LDFLAGS are actually used during build,
     thanks Simon Ruderich for the patch! (closes: #663590)
+    Additionally, enable all available hardening features.
   * Checked for policy 3.9.3, add DEP3 patch headers.
 
  -- Thijs Kinkhorst <thijs at debian.org>  Sun, 18 Mar 2012 12:32:00 +0100

Modified: trunk/debian/patches/series
===================================================================
--- trunk/debian/patches/series	2012-03-18 11:32:41 UTC (rev 700)
+++ trunk/debian/patches/series	2012-03-18 11:51:38 UTC (rev 701)
@@ -1,4 +1,5 @@
 01_defaults.debian.patch
+02_use_dpkg_buildflags.patch
 07_snooze.patch
 10_wrapper_uid.patch
 16_update_debian.patch

Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules	2012-03-18 11:32:41 UTC (rev 700)
+++ trunk/debian/rules	2012-03-18 11:51:38 UTC (rev 701)
@@ -17,6 +17,7 @@
 # the '-include' is for compatibility with squeeze.
 # replace with 'include' after squeeze support is over, or
 # replace with 'include /usr/share/dpkg/default.mk' to replace vars above
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 DPKG_EXPORT_BUILDFLAGS = 1
 -include /usr/share/dpkg/buildflags.mk
 




More information about the Pkg-mailman-hackers mailing list