[SCM] VLC media player packaging branch, sid, updated. debian/0.9.9a-1-22-gd6698b9

xtophe-guest at users.alioth.debian.org xtophe-guest at users.alioth.debian.org
Sat Jun 6 15:00:08 UTC 2009


The following commit has been merged in the sid branch:
commit ecd60af39599bedd436ed81d5fe1d2f40a36a46d
Author: Christophe Mutricy <xtophe at videolan.org>
Date:   Tue May 26 17:25:26 2009 +0200

    Disable the logging facility in the javascript of moz plugin
    
    Else it is a privacy issue
    Closes: #529633

diff --git a/debian/patches/405_javascript_log.diff b/debian/patches/405_javascript_log.diff
new file mode 100644
index 0000000..6313f88
--- /dev/null
+++ b/debian/patches/405_javascript_log.diff
@@ -0,0 +1,27 @@
+Only disable access to the property. For more see commit hereafter
+
+-- Christophe Mutricy
+
+commit 7d56c1202ed5dd38036c356accb95987b3c1c9fe
+Author: Rémi Denis-Courmont <remi at remlab.net>
+Date:   Wed May 20 18:39:17 2009 +0300
+
+    Mozilla: remove logging support
+    
+    You don't want random web pages listing, say, the content of your
+    hard drive (file/xspf-open://C:/ ?). For debugging purpose, the standard
+    error from Mozilla is probably better than Javascript anyway, not to
+    mention that the libvlc logging APi is really brain-damaged.
+
+diff --git a/projects/mozilla/control/npolibvlc.cpp b/projects/mozilla/control/npolibvlc.cpp
+index 5baec6e..f428187 100644
+--- a/projects/mozilla/control/npolibvlc.cpp
++++ b/projects/mozilla/control/npolibvlc.cpp
+@@ -75,7 +74,6 @@ const NPUTF8 * const LibvlcRootNPObject::propertyNames[] =
+ {
+     "audio",
+     "input",
+-    "log",
+     "playlist",
+     "video",
+     "VersionInfo",
diff --git a/debian/patches/series b/debian/patches/series
index 56a60e7..66cc365 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -8,3 +8,4 @@
 402_fortune_pruning.diff
 403_http_hosts.diff
 404_duplicate_extended.diff
+405_javascript_log.diff

-- 
VLC media player packaging



More information about the pkg-multimedia-commits mailing list