[Glibc-bsd-commits] r3713 - trunk/istgt/debian

Arno Töll atoell-guest at alioth.debian.org
Fri Sep 23 21:42:10 UTC 2011


Author: atoell-guest
Date: 2011-09-23 21:42:10 +0000 (Fri, 23 Sep 2011)
New Revision: 3713

Modified:
   trunk/istgt/debian/changelog
   trunk/istgt/debian/rules
Log:
Make istgt ready to dpkg 1.16.1 and its hardening flags

Modified: trunk/istgt/debian/changelog
===================================================================
--- trunk/istgt/debian/changelog	2011-09-23 19:10:57 UTC (rev 3712)
+++ trunk/istgt/debian/changelog	2011-09-23 21:42:10 UTC (rev 3713)
@@ -1,8 +1,11 @@
 istgt (0.4~20110907-2) UNRELEASED; urgency=low
 
   * NOT RELEASED YET
+  * Adapt to dpkg 1.16.1 API changes regarding build flags. This enables
+    hardening build flags. This means, istgt is now being built with
+    -fstack-protector and other security related build flags.
 
- -- Arno Töll <debian at toell.net>  Wed, 14 Sep 2011 22:42:22 +0200
+ -- Arno Töll <debian at toell.net>  Fri, 23 Sep 2011 23:30:39 +0200
 
 istgt (0.4~20110907-1) unstable; urgency=low
 

Modified: trunk/istgt/debian/rules
===================================================================
--- trunk/istgt/debian/rules	2011-09-23 19:10:57 UTC (rev 3712)
+++ trunk/istgt/debian/rules	2011-09-23 21:42:10 UTC (rev 3713)
@@ -10,8 +10,10 @@
 override_dh_auto_configure:
 	dh_auto_configure -- --with-configdir=/etc/istgt \
 		--with-logfacility=daemon \
-		--localstatedir=/var/run/istgt
+		--localstatedir=/var/run/istgt \
+		$(shell dpkg-buildflags --export=configure)
 
+
 override_dh_install:
 	dh_install
 	rm -f debian/istgt/etc/rc.d/istgt




More information about the Glibc-bsd-commits mailing list