diff options
author | wiz <wiz@pkgsrc.org> | 2021-01-03 19:02:52 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2021-01-03 19:02:52 +0000 |
commit | 8313690d27269ccae80af53673173af344266360 (patch) | |
tree | 57d6dbb6886d7a562e959af5928b952278813527 | |
parent | 0884499afeff2354d79622dc03df76bc054de7cd (diff) | |
download | pkgsrc-8313690d27269ccae80af53673173af344266360.tar.gz |
tor-browser-noscript: update to 11.1.7.
v 11.1.7
============================================================
x Optimize serviceWorker tracking for heavy tabs usage
(thanks vadimm and barbaz for investigation)
x Force placeholder visibility on Youtube embeddings
x Fixed popup opening being slowed down if options UI is
opened (thanks Sirus for report)
x Explicit failure for wrong settings importation formats
x Updated TLDs
v 11.1.7rc3
============================================================
x Updated TLDs
x Optimize serviceWorker tracking for heavy tabs usage
(thanks vadimm and barbaz for investigation)
x Force placeholder visibility on Youtube embeddings
v 11.1.7rc2
============================================================
x Fixed popup opening being slowed down if options UI is
opened (thanks Sirus for report)
v 11.1.7rc1
============================================================
x Explicit failure for wrong settings importation formats
v 11.1.6
============================================================
x Better handling of concurrent prompts issues (thanks
billarbor for reporting)
x Remove z-index boosting from ancestors when placeholder is
collapsed or replaced (issue #162)
x Fixed permission keyboard shortcuts being triggered with
modifiers like CTRL (thanks barbaz for report)
x More accurate blockage reporting, with better filtering of
page's own CSP effects
x [UI] Fixed bug in CUSTOM sites filtering (thanks barbaz
for reporting)
x Fixed bug in automatic HTML events build-time updates
x Updated HTML events
x Updated TLDs
x [L10n] Updated sv_SE
x Better handling 0 width / 0 height media placeholders
v 11.1.6rc6
============================================================
x Better handling of concurrent prompts issues (thanks
billarbor for reporting)
v 11.1.6rc5
============================================================
x Remove z-index boosting from ancestors when placeholder is
collapsed or replaced (issue #162)
v 11.1.6rc4
============================================================
x Fixed permission keyboard shortcuts being triggered with
modifiers like CTRL (thanks barbaz for report)
v 11.1.6rc3
============================================================
x More accurate blockage reporting, with better filtering of
page's own CSP effects
v 11.1.6rc2
============================================================
x [UI] Fixed bug in CUSTOM sites filtering (thanks barbaz
for reporting)
x Fixed bug in automatic HTML events build-time updates
x Updated HTML events
x Updated TLDs
v 11.1.6rc1
============================================================
x Updated TLDs
x [L10n] Updated sv_SE
x Better handling 0 width / 0 height media placeholders
-rw-r--r-- | security/tor-browser-noscript/Makefile | 4 | ||||
-rw-r--r-- | security/tor-browser-noscript/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/security/tor-browser-noscript/Makefile b/security/tor-browser-noscript/Makefile index f392c247d4b..6e4774f3183 100644 --- a/security/tor-browser-noscript/Makefile +++ b/security/tor-browser-noscript/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2020/11/12 21:10:49 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2021/01/03 19:02:52 wiz Exp $ -VERSION= 11.1.5 +VERSION= 11.1.7 DISTNAME= noscript-${VERSION} PKGNAME= tor-browser-${DISTNAME} CATEGORIES= security www diff --git a/security/tor-browser-noscript/distinfo b/security/tor-browser-noscript/distinfo index 1d53f21080e..0690de0a8d0 100644 --- a/security/tor-browser-noscript/distinfo +++ b/security/tor-browser-noscript/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2020/11/12 21:10:49 wiz Exp $ +$NetBSD: distinfo,v 1.9 2021/01/03 19:02:52 wiz Exp $ -SHA1 (noscript-11.1.5.xpi) = 52682bd8aec1013e82637a40c5948155da00bc5b -RMD160 (noscript-11.1.5.xpi) = b44756207b97830820ab008e73d3a7266a1fcc71 -SHA512 (noscript-11.1.5.xpi) = 4b7d24d4f8e9823fceb49c49bc055c128d57426c8247f2814697635086f58be991540b4d44d0131b8f6d95cdf0508b7d3b484c80a662d27cdb29e931d40e9e91 -Size (noscript-11.1.5.xpi) = 601882 bytes +SHA1 (noscript-11.1.7.xpi) = c4f218497f48b1f01ea982bb167e8a61de7cd7c7 +RMD160 (noscript-11.1.7.xpi) = 06e71c2c7b2a87327fb061a7a5901252e92887a0 +SHA512 (noscript-11.1.7.xpi) = 763c77462895ca24084fb6f78af1ecbb27f833be08b2e3f73b47556706e388cf01128e3dcb330dfc5a0ea8644a9557bc0175bfe95c08bc7a21a06158431a55c5 +Size (noscript-11.1.7.xpi) = 603151 bytes |