Your message dated Fri, 12 Sep 2014 18:48:33 +0000
with message-id <[email protected]>
and subject line Bug#761127: fixed in heirloom-mailx 12.5-3
has caused the Debian Bug report #761127,
regarding Please enable hardened build flags
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
761127: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=761127
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: heirloom-mailx
Version: 12.5-2
Severity: important
Tags: patch
User: [email protected]
Usertags: goal-hardening

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256


Please enable hardened build flags with dpkg-buildflags (patch
attached). dpkg-buildflags handle "noopt" from DEB_BUILD_OPTIONS.

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJUEMOOAAoJEJmGUYuaqqClvOsP/Rzz/fXy1M8CfhBNT/zMwr43
Vc1F5mBtvxbDZhKtkq0G7CGkmuYysqeVIN7CcK62rBn+nRNTglDsbj3HUfW09dxL
Itf1uX6/KMowBecRt0BcjgVdCtIjt+lAqGbWsQXddJ4t3DEyLZzD11/gFyeLihZy
53zRjZ/5xn8vUPPAOMrS8QIuzxmH6xYRjRvwqWcZDfwstdPGCqrIPBhRGZ3sxEjF
SkiiFreA/KUQptDB4PwZaOp22c2OfsqPpKmODJ5OHT/Yi5HiBqzG+IbP989ql3P0
fT35w4wgOPdnMsL3HVeGPJ1fB0tKKo9RqMNzoW0ePw1rfqoGDvMdyUrzuFUTHj2d
+XDZhG5iLeqvew1r9kyp70skkpR6lz5zELQFkd2jmNEhG4cMC3VhDO1tjWXc/jZ5
9BL/w69ctMLTtj9vRvNv2Iv9I+8MmAUjWIIFRsrSM55r3hipsKr3Tn3sT0jF6pFQ
g6VGgueugxE5ZYhcm5FKx5wE4go3I1PA82LfMDX5Sle+mWN84Ri/5AHCCVUzyZdd
E1EvD681dThZ9WSye6Ba5tEFIDA/5emlvf7W9nj8Y1Wv7xCcB2iCIIHUT4VFALuv
u7CzTyswOjWWAFLbM8WZZ+75YRKPg6I4Kw7TGud7mQnzkjN7yhjOqZestC4XsSs0
F/DzETpQGwvHcV8JrxXF
=uy6g
-----END PGP SIGNATURE-----
diff -Nru heirloom-mailx-12.5/debian/changelog heirloom-mailx-12.5/debian/changelog
--- heirloom-mailx-12.5/debian/changelog	2012-04-14 20:25:21.000000000 +0200
+++ heirloom-mailx-12.5/debian/changelog	2014-09-10 23:25:46.000000000 +0200
@@ -1,3 +1,10 @@
+heirloom-mailx (12.5-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Use dpkg-buildflags and pass *FLAGS to Makefile
+
+ -- Guillaume Delacour <[email protected]>  Wed, 10 Sep 2014 23:16:59 +0200
+
 heirloom-mailx (12.5-2) unstable; urgency=low
 
   * now Provides: mail-reader (Closes: #663384), imap-client
diff -Nru heirloom-mailx-12.5/debian/rules heirloom-mailx-12.5/debian/rules
--- heirloom-mailx-12.5/debian/rules	2012-04-14 20:21:44.000000000 +0200
+++ heirloom-mailx-12.5/debian/rules	2014-09-10 23:24:08.000000000 +0200
@@ -5,13 +5,10 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-CFLAGS=-Wall -g
-
-ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
-	CFLAGS+=-O0
-else
-	CFLAGS+=-O2
-endif
+CPPFLAGS=$(shell dpkg-buildflags --get CPPFLAGS)
+CFLAGS=$(shell dpkg-buildflags --get CFLAGS)
+CFLAGS+=-Wall
+LDFLAGS=$(shell dpkg-buildflags --get LDFLAGS)
 
 build: build-arch build-indep
 build-arch: build-stamp
@@ -22,7 +19,8 @@
 	$(MAKE) \
 		PREFIX=/usr \
 		CFLAGS="$(CFLAGS)" \
-		CPPFLAGS=-D_GNU_SOURCE \
+		CPPFLAGS="$(CPPFLAGS) -D_GNU_SOURCE" \
+		LDFLAGS="$(LDFLAGS)" \
 		UCBINSTALL=/usr/bin/install \
 		IPv6=-DHAVE_IPv6_FUNCS \
 		STRIP=true

--- End Message ---
--- Begin Message ---
Source: heirloom-mailx
Source-Version: 12.5-3

We believe that the bug you reported is fixed in the latest version of
heirloom-mailx, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Hilko Bengen <[email protected]> (supplier of updated heirloom-mailx package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Fri, 12 Sep 2014 20:31:33 +0200
Source: heirloom-mailx
Binary: heirloom-mailx
Architecture: source amd64
Version: 12.5-3
Distribution: unstable
Urgency: low
Maintainer: Hilko Bengen <[email protected]>
Changed-By: Hilko Bengen <[email protected]>
Description:
 heirloom-mailx - feature-rich BSD mail(1)
Closes: 761127
Changes:
 heirloom-mailx (12.5-3) unstable; urgency=low
 .
   * Modernized the package
     - Debhelper 9, this sets hardening CFLAGS, LDFLAGS (Closes: #761127)
     - Bumped Standards-Version
Checksums-Sha1:
 048fd375df0c86b6ad36b3f9fb86c23a50808d65 1143 heirloom-mailx_12.5-3.dsc
 ad8a4489f41220f7400fba6f2df43c1f1e86089f 6372 
heirloom-mailx_12.5-3.debian.tar.xz
 82a3fe40ddd038842cf5833fb007cb1c5cadb988 251340 heirloom-mailx_12.5-3_amd64.deb
Checksums-Sha256:
 13f85133246166b74cc539b5806c567185360aedf3f220cecd95381cc556a582 1143 
heirloom-mailx_12.5-3.dsc
 faa21b971f1ee4f98b79804647d2af080fa77248668e72ad1cd24c6d8516fad5 6372 
heirloom-mailx_12.5-3.debian.tar.xz
 237a7cd557e38726c3c7a6d36ff8744f0dea6160d02b88717687f0ffbfc7a70c 251340 
heirloom-mailx_12.5-3_amd64.deb
Files:
 117eb6f792a1da5a63aae4f548cfa24a 251340 mail optional 
heirloom-mailx_12.5-3_amd64.deb
 ade13fd7f2059bd7254413bce879a3d5 1143 mail optional heirloom-mailx_12.5-3.dsc
 cf45e477936518be0d91e259cc5b3086 6372 mail optional 
heirloom-mailx_12.5-3.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iEYEARECAAYFAlQTPOEACgkQUCgnLz/SlGiKlwCghc1QhEQTDTDdmlSykcC/1VER
iHAAoLlR9dAMdPjlNTD8Ga8oTn4GzL5o
=HOhK
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to