Your message dated Fri, 13 Jan 2012 19:18:20 +0000
with message-id <[email protected]>
and subject line Bug#654908: fixed in wget 1.13.4-2
has caused the Debian Bug report #654908,
regarding Please enabled 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.)
--
654908: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=654908
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: wget
Version: 1.13.4-1
Severity: important
Tags: patch
Please enabled hardened build flags through dpkg-buildflags.
Patch attached.
Cheers,
Moritz
diff -aur wget-1.13.4.orig/debian/rules wget-1.13.4/debian/rules
--- wget-1.13.4.orig/debian/rules 2011-08-12 14:36:44.000000000 +0200
+++ wget-1.13.4/debian/rules 2012-01-06 19:52:39.000000000 +0100
@@ -15,11 +15,16 @@
confflags= --build $(DEB_BUILD_GNU_TYPE)
endif
+CFLAGS = `dpkg-buildflags --get CFLAGS`
+CFLAGS += -DNO_SSLv2 -D_FILE_OFFSET_BITS=64 -g -Wall
+LDFLAGS = `dpkg-buildflags --get LDFLAGS`
+CPPFLAGS = `dpkg-buildflags --get CPPFLAGS`
+
config.status:
dh_testdir
cp /usr/share/misc/config.guess /usr/share/misc/config.sub .
# Add here commands to configure the package.
- CFLAGS="$$CFLAGS -DNO_SSLv2 -D_FILE_OFFSET_BITS=64 -O2 -g -Wall" ./configure \
+ CFLAGS="$(CFLAGS)" CPPFLAGS="$(CPPFLAGS)" LDFLAGS="$(LDFLAGS)" ./configure \
--prefix=/usr \
--mandir=\$${prefix}/share/man \
--infodir=\$${prefix}/share/info \
Nur in wget-1.13.4/debian: rules~.
--- End Message ---
--- Begin Message ---
Source: wget
Source-Version: 1.13.4-2
We believe that the bug you reported is fixed in the latest version of
wget, which is due to be installed in the Debian FTP archive:
wget_1.13.4-2.debian.tar.gz
to main/w/wget/wget_1.13.4-2.debian.tar.gz
wget_1.13.4-2.dsc
to main/w/wget/wget_1.13.4-2.dsc
wget_1.13.4-2_amd64.deb
to main/w/wget/wget_1.13.4-2_amd64.deb
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.
Noël Köthe <[email protected]> (supplier of updated wget 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, 13 Jan 2012 16:31:57 +0100
Source: wget
Binary: wget
Architecture: source amd64
Version: 1.13.4-2
Distribution: unstable
Urgency: low
Maintainer: Noël Köthe <[email protected]>
Changed-By: Noël Köthe <[email protected]>
Description:
wget - retrieves files from the web
Closes: 654908
Changes:
wget (1.13.4-2) unstable; urgency=low
.
* added hardened build flag. thx Moritz for the patch
closes: Bug#654908
Checksums-Sha1:
66518850384e48d62457ec98ba9ced7da15cc2ae 1103 wget_1.13.4-2.dsc
618653068f5621287073d9fe4a400169052f1f38 21119 wget_1.13.4-2.debian.tar.gz
5b760df269335ab86d31ca010a59ac474a56caa8 760510 wget_1.13.4-2_amd64.deb
Checksums-Sha256:
e10d720700e325f92ad33a4a33e1787a16030b8934ba9e72980a727f26bf4b2f 1103
wget_1.13.4-2.dsc
9641db452ef28bf1ca6e05d6d1fae06562b0038d0d3cac933df4e045a999dcbc 21119
wget_1.13.4-2.debian.tar.gz
441aa6d796a40653ac37f9901d0c18f29d5cede3ad0d519f8c95c22f71c2cae4 760510
wget_1.13.4-2_amd64.deb
Files:
f7204e081c09f3735e853785847eb2f2 1103 web important wget_1.13.4-2.dsc
5f8e095d26fbbd5b2bae2a41b1c72006 21119 web important
wget_1.13.4-2.debian.tar.gz
d39248cd676a5e31171edac797920cca 760510 web important wget_1.13.4-2_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iEYEARECAAYFAk8QgkIACgkQ9/DnDzB9Vu2G9ACfQK7zepc2Cl8B9bHC0N6H91TV
buwAnj4BD7iQiCBpXRQrSplzAiKbocGi
=p44b
-----END PGP SIGNATURE-----
--- End Message ---