[SCM] vlc/master: Explicitely disable libtar support

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Mon Aug 25 19:21:27 UTC 2014


The following commit has been merged in the master branch:
commit 041533426a350bbc9f19277aebe2f0e5bba1782e
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Mon Aug 25 20:57:45 2014 +0200

    Explicitely disable libtar support

diff --git a/debian/rules b/debian/rules
index 0d21064..e37e87c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -119,12 +119,14 @@ confflags += \
 # telx -> incompatible with zvbi
 # vsxu -> not in Debian
 # wasapi -> Windows only
+# libtar -> security issue (#737534)
 confflags += \
 	--disable-decklink \
 	--disable-dxva2 \
 	--disable-fdkaac \
 	--disable-gnomevfs \
 	--disable-goom \
+	--disable-libtar \
 	--disable-mfx \
 	--disable-opencv \
 	--disable-projectm \

-- 
VLC media player packaging



More information about the pkg-multimedia-commits mailing list