diff options
author | wiz <wiz@pkgsrc.org> | 2021-08-15 13:20:11 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2021-08-15 13:20:11 +0000 |
commit | 2403d4689d1b88f404b12565b62d3cce450a2743 (patch) | |
tree | daeb1c14a21f20f3b7158e81bea3665487ab542f | |
parent | 31da7d070bdfee5b1941d05daef0f22bd22fb006 (diff) | |
download | pkgsrc-2403d4689d1b88f404b12565b62d3cce450a2743.tar.gz |
tor-browser-noscript: update to 11.2.11.
v 11.2.11
============================================================
x [nscl] Fixed JavaScript access to CSS rules broken on
Chromium when unrestricted CSS is disabled - issue #204
x Prevent Chromium builds from being sent to AMO for signing
x [nscl] Fixed CPU/RAM overload on some pages with
unrestricted CSS disabled but scripting enabled (not
recommended setting) - issue #194, issue #199
x [nscl] Fixed CPU spikes on Chromium triggered by automatic
file downloads (thanks ptheborg for report)
v 11.2.10
============================================================
x Cross-browser file naming consistency, in spite of version
numbering incompatibilities
x [nscl] Fix for potential race conditions on certain page
transitions (issue #205)
x Handle exception when accessing navigator.serviceWorker on
sandboxed frames
x MS Edge support
v 11.2.9
============================================================
x [L10n] Updated de, mk
x Replace deprecated extension.getURL() with
runtime.getURL()
x REUSE-compliant licensing boilerplate
x Remove unused/refactored-out files
x Relicensing as GPL3+
x [nscl] Fixed infinite recursion issue on window.open
wrappers
x Avoid treating JavaScript files as embeddings when opened
as top-level documents
-rw-r--r-- | security/tor-browser-noscript/Makefile | 9 | ||||
-rw-r--r-- | security/tor-browser-noscript/distinfo | 10 |
2 files changed, 11 insertions, 8 deletions
diff --git a/security/tor-browser-noscript/Makefile b/security/tor-browser-noscript/Makefile index e500fbb7f1c..f3786d29bd4 100644 --- a/security/tor-browser-noscript/Makefile +++ b/security/tor-browser-noscript/Makefile @@ -1,6 +1,9 @@ -# $NetBSD: Makefile,v 1.11 2021/06/07 14:03:14 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2021/08/15 13:20:11 wiz Exp $ +# +# Changelog: +# https://noscript.net/changelog -VERSION= 11.2.8 +VERSION= 11.2.11 DISTNAME= noscript-${VERSION} PKGNAME= tor-browser-${DISTNAME} CATEGORIES= security www @@ -10,7 +13,7 @@ EXTRACT_SUFX= .xpi MAINTAINER= wiz@NetBSD.org HOMEPAGE= https://noscript.net/ COMMENT= Noscript plugin for tor-browser -LICENSE= gnu-gpl-v2 +LICENSE= gnu-gpl-v3 INSTALLATION_DIRS+= lib/tor-browser/distribution/extensions diff --git a/security/tor-browser-noscript/distinfo b/security/tor-browser-noscript/distinfo index bdcde69a3e9..d107fc78c95 100644 --- a/security/tor-browser-noscript/distinfo +++ b/security/tor-browser-noscript/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.11 2021/06/07 14:03:14 wiz Exp $ +$NetBSD: distinfo,v 1.12 2021/08/15 13:20:11 wiz Exp $ -SHA1 (noscript-11.2.8.xpi) = 8e62bb7be22c1ed64512c552f2d6b3152de81a42 -RMD160 (noscript-11.2.8.xpi) = 3f0c40c810eb4249cbc705a8444ed8816cf88ef3 -SHA512 (noscript-11.2.8.xpi) = e36b32f9783d34e2042d29547be05ea393fab0aea8cde82fbc63e4ab4500cbef25f9c6658f0dfebd165be9b0dcedb21c3d524cb680d466d67772dbb5710252a3 -Size (noscript-11.2.8.xpi) = 623185 bytes +SHA1 (noscript-11.2.11.xpi) = ba1760c4e5417c92ace091486000e6324197676e +RMD160 (noscript-11.2.11.xpi) = 866799cb56d31e27a625a17c07ab3643763e40ea +SHA512 (noscript-11.2.11.xpi) = db34970e967d2f1842106a2dc2c516347cfe799f48cc046a079267bc6adef6d6e6da42d1da146ab3f88401e3b2e6c5cf4b0c4ada13e13d2c8a59b31523b10fa9 +Size (noscript-11.2.11.xpi) = 656784 bytes |