pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/tor-browser-noscript



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Aug 15 13:20:11 UTC 2021

Modified Files:
        pkgsrc/security/tor-browser-noscript: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/security/tor-browser-noscript/Makefile \
    pkgsrc/security/tor-browser-noscript/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/tor-browser-noscript/Makefile
diff -u pkgsrc/security/tor-browser-noscript/Makefile:1.11 pkgsrc/security/tor-browser-noscript/Makefile:1.12
--- pkgsrc/security/tor-browser-noscript/Makefile:1.11  Mon Jun  7 14:03:14 2021
+++ pkgsrc/security/tor-browser-noscript/Makefile       Sun Aug 15 13:20:11 2021
@@ -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@localhost
 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
 
Index: pkgsrc/security/tor-browser-noscript/distinfo
diff -u pkgsrc/security/tor-browser-noscript/distinfo:1.11 pkgsrc/security/tor-browser-noscript/distinfo:1.12
--- pkgsrc/security/tor-browser-noscript/distinfo:1.11  Mon Jun  7 14:03:14 2021
+++ pkgsrc/security/tor-browser-noscript/distinfo       Sun Aug 15 13:20:11 2021
@@ -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



Home | Main Index | Thread Index | Old Index