[Pkg-mozext-commits] [noscript] 02/03: Fix enumeration of scripts on iceweasel >= 35

David Prévot taffit at moszumanska.debian.org
Sat Aug 29 14:33:14 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch wheezy
in repository noscript.

commit 0faadadc5b8feaddce5adcb7c21a782d30c844c0
Author: Kalle Olavi Niemitalo <kon at iki.fi>
Date:   Thu Aug 27 11:59:52 2015 +0300

    Fix enumeration of scripts on iceweasel >= 35
    
    Backported from upstream 2.6.8.42rc1
    
    Closes: #797043
    
    Git-Dch: Full
---
 ...ix-enumeration-of-scripts-on-iceweasel-35.patch | 24 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 2 files changed, 25 insertions(+)

diff --git a/debian/patches/0003-Fix-enumeration-of-scripts-on-iceweasel-35.patch b/debian/patches/0003-Fix-enumeration-of-scripts-on-iceweasel-35.patch
new file mode 100644
index 0000000..e6cc7cd
--- /dev/null
+++ b/debian/patches/0003-Fix-enumeration-of-scripts-on-iceweasel-35.patch
@@ -0,0 +1,24 @@
+From: Kalle Olavi Niemitalo <kon at iki.fi>
+Date: Thu, 27 Aug 2015 11:59:52 +0300
+Subject: Fix enumeration of scripts on iceweasel >= 35
+
+Origin: backport, http://anonscm.debian.org/cgit/pkg-mozext/noscript.git/diff/components/noscriptService.js?h=upstream/2.6.8.42&h=upstream/2.6.8.42_rc1
+Bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1068508
+Bug-Debian: https://bugs.debian.org/797043
+---
+ components/noscriptService.js | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/components/noscriptService.js b/components/noscriptService.js
+index c8bcf70..f1ab607 100644
+--- a/components/noscriptService.js
++++ b/components/noscriptService.js
+@@ -5280,7 +5280,7 @@ var ns = {
+       
+       // Collect document / cached plugin URLs
+       let win = document.defaultView;
+-      let docURI = docURI = document.documentURI;
++      let docURI = document.documentURI;
+       let url = this.getSite(docURI);
+       
+       if (url) {
diff --git a/debian/patches/series b/debian/patches/series
index c66b013..1662ee5 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 0001-do-not-redirect-on-upstream-author-page-after-upgrad.patch
 0002-remove-websites-from-default-white-list.patch
+0003-Fix-enumeration-of-scripts-on-iceweasel-35.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/noscript.git



More information about the Pkg-mozext-commits mailing list