r8761 - in /vdr/vdr/trunk/debian: changelog vdrleaktest
tiber-guest at users.alioth.debian.org
tiber-guest at users.alioth.debian.org
Sun Oct 17 09:13:41 UTC 2010
Author: tiber-guest
Date: Sun Oct 17 09:13:23 2010
New Revision: 8761
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/?sc=1&rev=8761
Log:
* debian/vdrleaktest
- Asjust LD_LIBRARY_PATH use according to 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=8761&op=diff
==============================================================================
--- vdr/vdr/trunk/debian/changelog (original)
+++ vdr/vdr/trunk/debian/changelog Sun Oct 17 09:13:23 2010
@@ -1,3 +1,11 @@
+vdr (1.6.0-18.1) unstable; urgency=low
+
+ * debian/vdrleaktest
+ - Asjust LD_LIBRARY_PATH use according to CVE-2010-3387.
+ (normal, security; Closes: #598308).
+
+ -- Jari Aalto <jari.aalto at cante.net> Sat, 16 Oct 2010 20:59:56 +0300
+
vdr (1.6.0-18) unstable; urgency=low
* Added Danish translation of the debconf templates (Thx to Joe Hansen)
Modified: vdr/vdr/trunk/debian/vdrleaktest
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr/trunk/debian/vdrleaktest?rev=8761&op=diff
==============================================================================
--- vdr/vdr/trunk/debian/vdrleaktest (original)
+++ vdr/vdr/trunk/debian/vdrleaktest Sun Oct 17 09:13:23 2010
@@ -65,7 +65,7 @@
/etc/init.d/vdr stop
-LANG=C LD_LIBRARY_PATH="/usr/lib/debug;$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