Your message dated Mon, 21 Apr 2014 10:08:47 +0000
with message-id <[email protected]>
and subject line Bug#732159: Removed package(s) from unstable
has caused the Debian Bug report #658040,
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.)


-- 
658040: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=658040
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: mplayer
Version: 2:1.0~rc4.dfsg1+svn34540-1
Severity: important
Tags: patch

Please enable hardened build flags through dpkg-buildflags.

Patch attached. The more stringent format string checks
unveiled a missing format string in the streaming code
and the GUI, please contact upstream on these.

Cheers,
        Moritz
diff -aur mplayer-1.0~rc4.dfsg1+svn34540.harden/debian/rules mplayer-1.0~rc4.dfsg1+svn34540/debian/rules
--- mplayer-1.0~rc4.dfsg1+svn34540.harden/debian/rules	2012-01-12 22:22:22.000000000 +0100
+++ mplayer-1.0~rc4.dfsg1+svn34540/debian/rules	2012-01-30 22:30:39.000000000 +0100
@@ -27,6 +27,9 @@
 UPSTREAM_VERSION := $(shell echo $(DEB_VERSION) | sed -r 's/[^:]+://; s/-[^-]+$$//')
 SVN_VERSION := $(shell echo $(UPSTREAM_VERSION) | sed -nr 's/^[0-9.:-~]+\+svn([0-9]+)$$/\1/p')
 
+CFLAGS = `dpkg-buildflags --get CFLAGS`
+CFLAGS += `dpkg-buildflags --get CPPFLAGS`
+LDFLAGS = `dpkg-buildflags --get LDFLAGS`
 
 DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
@@ -48,6 +51,8 @@
 	--disable-libdvdcss-internal \
 	--disable-libmpeg2-internal \
 	--disable-ffmpeg_a \
+	--extra-cflags="${CFLAGS}" \
+	--extra-ldflags="${LDFLAGS}" \
 	$(archconf)
 
 ifeq ($(DEB_HOST_ARCH),i386)
Nur in mplayer-1.0~rc4.dfsg1+svn34540/debian: rules~.

--- End Message ---
--- Begin Message ---
Version: 2:1.0~rc4.dfsg1+svn34540-1+rm

Dear submitter,

as the package mplayer 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/732159

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.
Ansgar Burchardt (the ftpmaster behind the curtain)

--- End Message ---
_______________________________________________
pkg-multimedia-maintainers mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Reply via email to