Your message dated Wed, 16 May 2012 17:16:40 +0000
with message-id <[email protected]>
and subject line Bug#672784: Removed package(s) from unstable
has caused the Debian Bug report #653956,
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.)
--
653956: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=653956
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: beid
Severity: important
Tags: patch
Please enabled hardened build flags through dpkg-buildflags.
Patch attached. Note that this patch alone isn't sufficient,
the hardened build flags exposed the following missing
format string in
beid-3.5.2.dfsg/_src/beid-2.6/src/beidcommon/qtservice_unix.cpp:
syslog(st, message.local8Bit());
Cheers,
Moritz
diff -aur beid-3.5.2.dfsg.orig/debian/rules beid-3.5.2.dfsg/debian/rules
--- beid-3.5.2.dfsg.orig/debian/rules 2010-06-27 16:23:43.000000000 +0200
+++ beid-3.5.2.dfsg/debian/rules 2012-01-01 21:36:06.000000000 +0100
@@ -2,11 +2,14 @@
TOPDIR=$(shell pwd)
#export DH_VERBOSE=1
-CFLAGS=-Wall -g
-ifeq ($(findstring noopt,$(DEB_BUILD_OPTIONS)),)
- CFLAGS+=-O2
-endif
-CXXFLAGS=$(CFLAGS)
+
+CFLAGS = `dpkg-buildflags --get CFLAGS`
+CFLAGS += -Wall
+CXXFLAGS = `dpkg-buildflags --get CXXFLAGS`
+CXXFLAGS += -Wall
+LDFLAGS = `dpkg-buildflags --get LDFLAGS`
+CPPFLAGS = `dpkg-buildflags --get CPPFLAGS`
+
export JAVA_HOME=/usr/lib/jvm/default-java
export CFLAGS
@@ -50,7 +53,7 @@
# Build 3.5 version of middleware
# needed for libxerces with -p because be unhappy if exists.
mkdir -p _src/eidmw/eidlibJava/class
- cd _src/eidmw && chmod +x configure && ./configure --prefix=/usr CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)"
+ cd _src/eidmw && chmod +x configure && ./configure --prefix=/usr CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" CPPFLAGS="$(CPPFLAGS)" LDFLAGS="$(LDFLAGS)"
cd _src/eidmw && $(MAKE) -j$(NUMJOBS)
# Done. Hopefully.
touch stampdir/build-arch-stamp
Nur in beid-3.5.2.dfsg/debian: rules~.
--- End Message ---
--- Begin Message ---
Version: 3.5.2.dfsg-10+rm
Dear submitter,
as the package beid 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 http://bugs.debian.org/672784
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.
Alexander Reichle-Schmehl (the ftpmaster behind the curtain)
--- End Message ---