[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#657210: marked as done (Please enable hardened build flags)



Your message dated Mon, 19 Dec 2022 23:34:39 +0000
with message-id <[🔎] E1p7PeZ-000prT-EV@fasolo.debian.org>
and subject line Bug#1026370: Removed package(s) from unstable
has caused the Debian Bug report #657210,
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 owner@bugs.debian.org
immediately.)


-- 
657210: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=657210
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: isakmpd
Severity: important
Tags: patch

Please enabled hardened build flags through dpkg-buildflags.

Patch attached. isakmpd will need additional fixes for missing
format strings, though.

Cheers,
        Moritz
diff -aur isakmpd-20041012.harden/GNUmakefile isakmpd-20041012/GNUmakefile
--- isakmpd-20041012.harden/GNUmakefile	2012-01-24 21:47:31.000000000 +0100
+++ isakmpd-20041012/GNUmakefile	2012-01-24 21:49:24.000000000 +0100
@@ -76,7 +76,7 @@
 		isakmp_fld.c isakmp_fld.h
 MAN=		isakmpd.8 isakmpd.conf.5 isakmpd.policy.5
 
-CFLAGS+=	-O2 ${DEBUG} -Wall -DNEED_SYSDEP_APP \
+CFLAGS+=	`dpkg-buildflags --get CFLAGS` `dpkg-buildflags --get CPPFLAGS` ${DEBUG} -Wall -DNEED_SYSDEP_APP \
 		-I${.CURDIR} -I${.CURDIR}/sysdep/${OS} -I. \
 
 # Different debugging & profiling suggestions
@@ -84,6 +84,8 @@
 # Include symbolic debugging info
 DEBUG=		-g
 
+LDADD+=		 `dpkg-buildflags --get LDFLAGS`
+
 # Do execution time profiles
 #CFLAGS+=	-pg
 
Nur in isakmpd-20041012: GNUmakefile~.

--- End Message ---
--- Begin Message ---
Version: 20041012-10+rm

Dear submitter,

as the package isakmpd 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/1026370

The version of this package that was in Debian prior to this removal
can still be found using https://snapshot.debian.org/.

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmaster@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)

--- End Message ---

Reply to: