On Mon, Aug 11, 2014 at 11:01:32AM +0200, Romain Francoise wrote:
> severity serious
> quit
> 
> dpkg 1.17.11 now emits -fstack-protector-strong by default, which makes
> the package FTBFS because of this bug. Raising severity.

I have just done an NMU to fix this RC bug. Please find the patch
attached.

-- 
Aurelien Jarno                          GPG: 4096R/1DDD8C9B
aurel...@aurel32.net                 http://www.aurel32.net
diff -Nru hardening-wrapper-2.5/debian/changelog hardening-wrapper-2.5+nmu1/debian/changelog
--- hardening-wrapper-2.5/debian/changelog	2013-12-17 19:14:59.000000000 +0100
+++ hardening-wrapper-2.5+nmu1/debian/changelog	2014-08-21 13:54:44.000000000 +0200
@@ -1,3 +1,12 @@
+hardening-wrapper (2.5+nmu1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Disable standard hardening flags for test suite, to avoid conflicting
+    with hardening-wrapper's own flags which are being tested. Thanks to
+    Romain Francoise for the patch (Closes: 752717).
+
+ -- Aurelien Jarno <aure...@debian.org>  Thu, 21 Aug 2014 13:50:24 +0200
+
 hardening-wrapper (2.5) unstable; urgency=low
 
   * hardened-ld: detect symlink loops, like done for hardened-cc already
diff -Nru hardening-wrapper-2.5/debian/rules hardening-wrapper-2.5+nmu1/debian/rules
--- hardening-wrapper-2.5/debian/rules	2012-03-31 22:46:15.000000000 +0200
+++ hardening-wrapper-2.5+nmu1/debian/rules	2014-08-21 13:48:21.000000000 +0200
@@ -1,3 +1,6 @@
 #!/usr/bin/make -f
+
+export DEB_BUILD_MAINT_OPTIONS=hardening=-all
+
 %:
 	dh $@

Reply via email to