Received: by mail.netbsd.org (Postfix, from userid 605) id E6FD484D6C; Wed, 29 Jul 2020 07:03:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6CC0284D28 for ; Wed, 29 Jul 2020 07:03:00 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id It2nMTJjIf8n for ; Wed, 29 Jul 2020 07:03:00 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E6A3384CE8 for ; Wed, 29 Jul 2020 07:02:59 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E4230FB28; Wed, 29 Jul 2020 07:02:59 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_159600617954700" MIME-Version: 1.0 Date: Wed, 29 Jul 2020 07:02:59 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/security/tor-browser-noscript To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20200729070259.E4230FB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_159600617954700 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Jul 29 07:02:59 UTC 2020 Modified Files: pkgsrc/security/tor-browser-noscript: Makefile distinfo Log Message: tor-browser-noscript: update to 11.0.34. v 11.0.34 ============================================================ x Fixed regression breaking network-based CSP injection v 11.0.33 ============================================================ x Switch from HTTP to DOM event based CSP reporting in compatible browsers x [XSS] Updated HTML event attributes x Updated TLDs To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 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. --_----------=_159600617954700 Content-Disposition: inline Content-Length: 1739 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/tor-browser-noscript/Makefile diff -u pkgsrc/security/tor-browser-noscript/Makefile:1.3 pkgsrc/security/tor-browser-noscript/Makefile:1.4 --- pkgsrc/security/tor-browser-noscript/Makefile:1.3 Fri Jul 3 22:53:52 2020 +++ pkgsrc/security/tor-browser-noscript/Makefile Wed Jul 29 07:02:59 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2020/07/03 22:53:52 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2020/07/29 07:02:59 wiz Exp $ -VERSION= 11.0.32 +VERSION= 11.0.34 DISTNAME= noscript-${VERSION} PKGNAME= tor-browser-${DISTNAME} CATEGORIES= security www Index: pkgsrc/security/tor-browser-noscript/distinfo diff -u pkgsrc/security/tor-browser-noscript/distinfo:1.3 pkgsrc/security/tor-browser-noscript/distinfo:1.4 --- pkgsrc/security/tor-browser-noscript/distinfo:1.3 Fri Jul 3 22:53:52 2020 +++ pkgsrc/security/tor-browser-noscript/distinfo Wed Jul 29 07:02:59 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2020/07/03 22:53:52 wiz Exp $ +$NetBSD: distinfo,v 1.4 2020/07/29 07:02:59 wiz Exp $ -SHA1 (noscript-11.0.32.xpi) = 485491af699740852d9087ead7500d949d595df7 -RMD160 (noscript-11.0.32.xpi) = 6e97fc6d4e11cb6fc6fa4e4921361509ed5a721d -SHA512 (noscript-11.0.32.xpi) = 1808893e30c134dc1dd2214b31ec745651126085578d87cedb2f78932437c05272f4e4cf3cc925f63bf233ed197a9ede4982b0ac0cb81fcf2b367badf6977e8b -Size (noscript-11.0.32.xpi) = 587588 bytes +SHA1 (noscript-11.0.34.xpi) = 0bd3b80832cf628a0b4e579fcc1fc50ccc8ed4af +RMD160 (noscript-11.0.34.xpi) = 47ebd45c34a84ed545b6f1457e476778206038f8 +SHA512 (noscript-11.0.34.xpi) = 1732b2763d365edbbab95360c959d03216d31869f9125de7f99ee444687aef3bf7960196378dab79fd8e05776616ce4ae7ac36d46a19d895c80018891827dada +Size (noscript-11.0.34.xpi) = 587588 bytes --_----------=_159600617954700--