[Pkg-cups-devel] r841 - in cupsys/trunk: . debian

Martin Pitt mpitt at alioth.debian.org
Tue Sep 2 09:44:28 UTC 2008


Author: mpitt
Date: Tue Sep  2 09:44:28 2008
New Revision: 841

Log:
debian/rules: Enable PIE and other compiler flags security enhancements
with DEB_BUILD_HARDENING=1. Add hardening-wrapper build dependency. Thanks
to Kees Cook!

Modified:
   cupsys/trunk/   (props changed)
   cupsys/trunk/debian/changelog
   cupsys/trunk/debian/control
   cupsys/trunk/debian/rules

Modified: cupsys/trunk/debian/changelog
==============================================================================
--- cupsys/trunk/debian/changelog	(original)
+++ cupsys/trunk/debian/changelog	Tue Sep  2 09:44:28 2008
@@ -40,8 +40,11 @@
     references, update status in 00list.
   * Drop obsolete include_krb5_h_in_job_h.dpatch, package builds fine in
     current unstable.
+  * debian/rules: Enable PIE and other compiler flags security enhancements
+    with DEB_BUILD_HARDENING=1. Add hardening-wrapper build dependency. Thanks
+    to Kees Cook!
 
- -- Martin Pitt <mpitt at debian.org>  Tue, 02 Sep 2008 10:35:33 +0200
+ -- Martin Pitt <mpitt at debian.org>  Tue, 02 Sep 2008 10:44:32 +0200
 
 cups (1.3.8-5) experimental; urgency=low
 

Modified: cupsys/trunk/debian/control
==============================================================================
--- cupsys/trunk/debian/control	(original)
+++ cupsys/trunk/debian/control	Tue Sep  2 09:44:28 2008
@@ -9,7 +9,7 @@
  dpatch (>= 1.11), libdbus-1-dev, libkrb5-dev | heimdal-dev,
  libavahi-compat-libdnssd-dev, libpoppler-dev, poppler-utils | xpdf-utils,
  lsb-release, po4a (>= 0.31), autotools-dev, autoconf, automake, libtool,
- libijs-dev
+ libijs-dev, hardening-wrapper
 Uploaders: Kenshi Muto <kmuto at debian.org>, 
  Martin Pitt <mpitt at debian.org>, Roger Leigh <rleigh at debian.org>, 
  Martin-Éric Racine <q-funk at iki.fi>, Masayuki Hatta (mhatta) <mhatta at debian.org>,

Modified: cupsys/trunk/debian/rules
==============================================================================
--- cupsys/trunk/debian/rules	(original)
+++ cupsys/trunk/debian/rules	Tue Sep  2 09:44:28 2008
@@ -9,8 +9,7 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-# This has to be exported to make some magic below work.
-#export DH_OPTIONS
+export DEB_BUILD_HARDENING=1
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk



More information about the Pkg-cups-devel mailing list