diff options
author | wiz <wiz@pkgsrc.org> | 2020-10-31 00:54:38 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2020-10-31 00:54:38 +0000 |
commit | a30fa9c24625de06def35b59952c58ae91506ce4 (patch) | |
tree | 1a08039eb563a53e171139e7715da0087c261f72 | |
parent | 58f7d542aa5c75bb2270c97bda9efcf868db57b4 (diff) | |
download | pkgsrc-a30fa9c24625de06def35b59952c58ae91506ce4.tar.gz |
tor-browser-noscript: update to 11.1.3.
v 11.1.3
============================================================
x Fixed regression: document media and font restrictions
always cascaded (thanks BrainDedd for report)
x Remove domPolicy logging when debugging is off
x Trivial reordering from Mozilla source
x Updated TLDs
v 11.1.1
============================================================
x Updated TLDs
x Better heuristic to figure out missing data while
computing contextual policies
x Fixed regression breaking per-tab restrictions disablement
(thanks Horsefly for report)
v 11.1.0
============================================================
x Improved blocking of media documents unaffected by
webRequest
x Automatically init tag message with last changelog
x Improved NOSCRIPT element emulation compatibility with XML
documents
x webNavigation.onCommitted + tabs.executeScript to deliver
DOM policies earlier whenever possible
x Partial work-around for Fx 80 file:// documents parsing
inconsistencies (further fix for issue #156)
x Cache policy on top document for file:// subdocuments
(fixes issue #156)
x Enforce more restrictive CSP on media/object documents
x Better cross-browser media handling
x [Mobile] Use tabs as prompts if the browser.windows API is
missing
x Fix browser UI for image, audio and video content being
partially broken on file:// URLs
x Normalize file:// directory paths on Firefox
x Allow browser UI scripts for file:// directory navigation
x Updated TLDs
x [L10n] Updated mk
v 11.1.0rc2
============================================================
x Improved blocking of media documents unaffected by
webRequest
x Automatically init tag message with last changelog
v 11.1.0rc1
============================================================
x Improved NOSCRIPT element emulation compatibility with XML
documents
v 11.0.47rc6
============================================================
x webNavigation.onCommitted + tabs.executeScript to deliver
DOM policies earlier whenever possible
x Fixed typo causing CSP-based media blocking to skip
requests with no content-type header
v 11.0.47rc5
============================================================
x Partial work-around for Fx 80 file:// documents parsing
inconsistencies (further fix for issue #156)
v 11.0.47rc4
============================================================
x Cache policy on top document for file:// subdocuments
(fixes issue #156)
x Updated TLDs
x Enforce more restrictive CSP on media/object documents
v 11.0.47rc3
============================================================
x Better cross-browser media handling
x Improved file: directory path normalization
v 11.0.47rc2
============================================================
x [Mobile] Use tabs as prompts if the browser.windows API is
missing
v 11.0.47rc1
============================================================
x Fix browser UI for image, audio and video content being
partially broken on file:// URLs
x Normalize file:// directory paths on Firefox
x Allow browser UI scripts for file:// directory navigation
x Updated TLDs
x [L10n] Updated mk
-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 8be406fb92a..0974f0f4628 100644 --- a/security/tor-browser-noscript/Makefile +++ b/security/tor-browser-noscript/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2020/09/23 19:03:10 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2020/10/31 00:54:38 wiz Exp $ -VERSION= 11.0.46 +VERSION= 11.1.3 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 4487383d100..a90a6a5b091 100644 --- a/security/tor-browser-noscript/distinfo +++ b/security/tor-browser-noscript/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2020/09/23 19:03:10 wiz Exp $ +$NetBSD: distinfo,v 1.7 2020/10/31 00:54:38 wiz Exp $ -SHA1 (noscript-11.0.46.xpi) = 1e992531c689efc78f51eaa17b528f2fca84268b -RMD160 (noscript-11.0.46.xpi) = 3f99c467119beb73acf349e15d20b5cb4b70d1aa -SHA512 (noscript-11.0.46.xpi) = 99094b84ff26b1ff324a64ba8647d234373e8af7509195c2b49644ee5d118dc4b02525d9f843977c024dbb5533b01745d7dcb87d59963f1bc824165c69f2f9af -Size (noscript-11.0.46.xpi) = 599495 bytes +SHA1 (noscript-11.1.3.xpi) = 2b3d4eea2e0db9088f6b610023d72a64aa164ebc +RMD160 (noscript-11.1.3.xpi) = e75f74b041315845e8ac14ac191b6f6a131012a7 +SHA512 (noscript-11.1.3.xpi) = 476a48367a2ca3b6259702271a53dab7d5f584015b9f19eb8a595cb01619c2afc31195d976cb0d89e6214a91e189b305bc6ec9d628cd0ca1b2ab8a5884a8722d +Size (noscript-11.1.3.xpi) = 601205 bytes |