Your message dated Fri, 02 May 2014 12:36:46 +0000 with message-id <[email protected]> and subject line Bug#743218: Removed package(s) from unstable has caused the Debian Bug report #734919, 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.) -- 734919: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=734919 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: dhcpcd Severity: important Tags: patch Hi, please enable hardened build flags. Patch attached. Cheers, Moritzdiff -aur dhcpcd-3.2.3.orig/debian/rules dhcpcd-3.2.3/debian/rules --- dhcpcd-3.2.3.orig/debian/rules 2014-01-05 15:13:05.000000000 +0100 +++ dhcpcd-3.2.3/debian/rules 2014-01-05 15:17:30.924516714 +0100 @@ -7,12 +7,9 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 -# policy manual, section 10.1 -ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) - COPTS = -g -O0 -Wall -W -DENABLE_INFO_COMPAT -else - COPTS = -g -O2 -Wall -W -DENABLE_INFO_COMPAT -endif +# dpkg-buildflags automatically uses noopt +COPTS = `dpkg-buildflags --get CFLAGS` `dpkg-buildflags --get CPPFLAGS` -Wall -W -DENABLE_INFO_COMPAT +LOPTS = `dpkg-buildflags --get LDFLAGS` configure-stamp: @@ -21,7 +18,7 @@ build: configure-stamp dh_testdir - $(MAKE) COPTS="$(COPTS)" + $(MAKE) COPTS="$(COPTS)" LOPTS="$(LOPTS)" touch build-stamp clean: Nur in dhcpcd-3.2.3/debian: rules~. diff -aur dhcpcd-3.2.3.orig/Makefile dhcpcd-3.2.3/Makefile --- dhcpcd-3.2.3.orig/Makefile 2014-01-05 15:13:05.000000000 +0100 +++ dhcpcd-3.2.3/Makefile 2014-01-05 15:17:09.628929820 +0100 @@ -22,7 +22,7 @@ # os.mk should define this, but heh INFOD?= /var/db -LDADD+= ${LIBRESOLV} ${LIBRT} +LDADD+= ${LIBRESOLV} ${LIBRT} ${LOPTS} CFLAGS+= -DINFODIR=\"${INFOD}\" ${FORK} ${RC} CFLAGS+= ${COPTS} Nur in dhcpcd-3.2.3: Makefile~.
--- End Message ---
--- Begin Message ---Version: 1:3.2.3-11+rm Dear submitter, as the package dhcpcd has just been removed from the Debian archive unstable we hereby close the associated bug reports. We are sorry that we couldn't deal with your issue properly. For details on the removal, please see https://bugs.debian.org/743218 The version of this package that was in Debian prior to this removal can still be found using http://snapshot.debian.org/. This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing [email protected]. Debian distribution maintenance software pp. Luca Falavigna (the ftpmaster behind the curtain)
--- End Message ---

