r8767 - in /vdr/vdr/trunk/debian: changelog vdrleaktest
tiber-guest at users.alioth.debian.org
tiber-guest at users.alioth.debian.org
Thu Oct 21 10:06:40 UTC 2010
Author: tiber-guest
Date: Thu Oct 21 10:06:22 2010
New Revision: 8767
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/?sc=1&rev=8767
Log:
* debian/vdrleaktest
- Remove extra colon from LD_LIBRARY_PATH to fix CVE-2010-3387.
(normal, security; Closes: #598308).
Modified:
vdr/vdr/trunk/debian/changelog
vdr/vdr/trunk/debian/vdrleaktest
Modified: vdr/vdr/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr/trunk/debian/changelog?rev=8767&op=diff
==============================================================================
--- vdr/vdr/trunk/debian/changelog (original)
+++ vdr/vdr/trunk/debian/changelog Thu Oct 21 10:06:22 2010
@@ -1,3 +1,11 @@
+vdr (1.6.0-19.1) unstable; urgency=low
+
+ * debian/vdrleaktest
+ - Remove extra colon from LD_LIBRARY_PATH to fix CVE-2010-3387.
+ (normal, security; Closes: #598308).
+
+ -- Jari Aalto <jari.aalto at cante.net> Thu, 21 Oct 2010 09:18:54 +0300
+
vdr (1.6.0-19) unstable; urgency=low
* Fixed DEB_BUILD_OPTIONS export in in vdrdbg-buildpackage
Modified: vdr/vdr/trunk/debian/vdrleaktest
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr/trunk/debian/vdrleaktest?rev=8767&op=diff
==============================================================================
--- vdr/vdr/trunk/debian/vdrleaktest (original)
+++ vdr/vdr/trunk/debian/vdrleaktest Thu Oct 21 10:06:22 2010
@@ -65,7 +65,7 @@
/etc/init.d/vdr stop
-LANG=C LD_LIBRARY_PATH="/usr/lib/debug:${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}" \
+LANG=C LD_LIBRARY_PATH="/usr/lib/debug${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}" \
valgrind --tool=memcheck --leak-check=yes --num-callers=20 \
--suppressions=/usr/share/vdr/valgrind.supp \
/usr/bin/vdr-dbg -v $VIDEO_DIR -c $CFG_DIR -L $PLUGIN_DIR -r $REC_CMD \
More information about the pkg-vdr-dvb-changes
mailing list