Your message dated Wed, 04 Apr 2012 22:18:02 +0000
with message-id <[email protected]>
and subject line Bug#656004: fixed in netrik 1.16.1-1.1
has caused the Debian Bug report #656004,
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.)
--
656004: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=656004
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: netrik
Version: 1.16.1-1
Severity: important
Tags: patch
Please enabled hardened build flags through dpkg-buildflags.
Patch attached. (dpkg-buildflags abides "noopt" from DEB_BUILD_OPTIONS)
Cheers,
Moritz
diff -aur netrik-1.16.1.orig/debian/rules netrik-1.16.1/debian/rules
--- netrik-1.16.1.orig/debian/rules 2012-01-15 21:27:04.000000000 +0100
+++ netrik-1.16.1/debian/rules 2012-01-15 21:27:48.000000000 +0100
@@ -11,13 +11,11 @@
DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
DESTDIR=$(CURDIR)/debian/netrik
-CFLAGS = -Wall -g
+CFLAGS = `dpkg-buildflags --get CFLAGS`
+CFLAGS += -Wall
+LDFLAGS = `dpkg-buildflags --get LDFLAGS`
+CPPFLAGS = `dpkg-buildflags --get CPPFLAGS`
-ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
- CFLAGS += -O0
-else
- CFLAGS += -O2
-endif
ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
INSTALL_PROGRAM += -s
endif
@@ -33,7 +31,7 @@
config.status: configure
dh_testdir
# Add here commands to configure the package.
- ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info
+ ./configure CFLAGS="$(CFLAGS)" CPPFLAGS="$(CPPFLAGS)" LDFLAGS="$(LDFLAGS)" --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info
build: build-stamp
Nur in netrik-1.16.1/debian: rules~.
--- End Message ---
--- Begin Message ---
Source: netrik
Source-Version: 1.16.1-1.1
We believe that the bug you reported is fixed in the latest version of
netrik, which is due to be installed in the Debian FTP archive:
netrik_1.16.1-1.1.diff.gz
to main/n/netrik/netrik_1.16.1-1.1.diff.gz
netrik_1.16.1-1.1.dsc
to main/n/netrik/netrik_1.16.1-1.1.dsc
netrik_1.16.1-1.1_amd64.deb
to main/n/netrik/netrik_1.16.1-1.1_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.
Moritz Muehlenhoff <[email protected]> (supplier of updated netrik 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: Thu, 05 Apr 2012 00:03:52 +0200
Source: netrik
Binary: netrik
Architecture: source amd64
Version: 1.16.1-1.1
Distribution: unstable
Urgency: low
Maintainer: Edelhard Becker <[email protected]>
Changed-By: Moritz Muehlenhoff <[email protected]>
Description:
netrik - text mode WWW browser with vi like keybindings
Closes: 656004
Changes:
netrik (1.16.1-1.1) unstable; urgency=low
.
* Non-maintainer upload.
* Enable hardened build flags (Closes: #656004)
Checksums-Sha1:
2d1cc7a346a6a4979608b6a01b02f9b96bc3d14e 1071 netrik_1.16.1-1.1.dsc
7e9a2b336d6e5cf7e2e2853c9a84ed91eed7da3c 4587 netrik_1.16.1-1.1.diff.gz
4b2740e21794698632f3b3918252e64193c7f619 282446 netrik_1.16.1-1.1_amd64.deb
Checksums-Sha256:
ad6f79473d4f258c17ff0cfbf9a5271cc59a0d12b089f60e4ed5c727fdd39886 1071
netrik_1.16.1-1.1.dsc
9a030bcd4b2660cf1c0f99356bd7c54ac90ce6cb81f4599156f339e390247ebe 4587
netrik_1.16.1-1.1.diff.gz
9ad87aee9e571ca3f1babe5267932ff94e6a3c692b73c045c76b45f93c6eb843 282446
netrik_1.16.1-1.1_amd64.deb
Files:
0bca558ddef5fba253d0198c17d24d68 1071 web optional netrik_1.16.1-1.1.dsc
b8a0dc177359958049ff44793f769444 4587 web optional netrik_1.16.1-1.1.diff.gz
000cc7d7bb2b9f1cba90bec04f056869 282446 web optional
netrik_1.16.1-1.1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iEYEARECAAYFAk98xZ4ACgkQXm3vHE4uylrkowCg4sX68hVVpi6XulWFU1dnVn9D
WjwAn0xbwqfAozMSlA3JFdmAklk1aeGw
=VkUM
-----END PGP SIGNATURE-----
--- End Message ---