[SCM] mplayer/master.experimental: Drop hardening patch.

micove-guest at users.alioth.debian.org micove-guest at users.alioth.debian.org
Sun Jul 12 13:48:10 UTC 2015


The following commit has been merged in the master.experimental branch:
commit 9016e582dbe2d3df921359635bc4195da8b92b5a
Author: Miguel A. Colón Vélez <debian.micove at gmail.com>
Date:   Sun Jul 12 09:07:41 2015 -0400

    Drop hardening patch.
    
    Applied by upstream.

diff --git a/debian/patches/0002_hardening_format_security.patch b/debian/patches/0002_hardening_format_security.patch
deleted file mode 100644
index 793b185..0000000
--- a/debian/patches/0002_hardening_format_security.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Description: Patch to fix FTBFS due to hardening. (-Werror=format-security)
-Author: Miguel A. Colón Vélez <debian.micove at gmail.com>
-Forwarded: yes, applied in r37339
-
---- a/stream/stream_vstream.c
-+++ b/stream/stream_vstream.c
-@@ -57,7 +57,7 @@
-     va_start(va, format);
-     vsnprintf(buf, 1024, format, va);
-     va_end(va);
--    mp_msg(MSGT_STREAM, MSGL_ERR, buf);
-+    mp_msg(MSGT_STREAM, MSGL_ERR, "%s", buf);
- }
- 
- static struct stream_priv_s {
diff --git a/debian/patches/series b/debian/patches/series
index fdc6995..524182f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,3 @@
 0001_version.patch
-0002_hardening_format_security.patch
 23mplayer-debug-printf.patch
 50_Hurd_PATH_MAX.patch

-- 
mplayer packaging



More information about the pkg-multimedia-commits mailing list