Received: by mail.netbsd.org (Postfix, from userid 605) id 554DD84DEB; Fri, 28 Aug 2020 19:07:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D2DD584DE5 for ; Fri, 28 Aug 2020 19:07:14 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 6JaLRaAichDd for ; Fri, 28 Aug 2020 19:07:14 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5020684D32 for ; Fri, 28 Aug 2020 19:07:14 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4C968FB27; Fri, 28 Aug 2020 19:07:14 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1598641634174930" MIME-Version: 1.0 Date: Fri, 28 Aug 2020 19:07:14 +0000 From: "Benny Siegert" Subject: CVS commit: [pkgsrc-2020Q2] pkgsrc/security/tor-browser-https-everywhere To: pkgsrc-changes@NetBSD.org Reply-To: bsiegert@netbsd.org X-Mailer: log_accum Message-Id: <20200828190714.4C968FB27@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. --_----------=_1598641634174930 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: bsiegert Date: Fri Aug 28 19:07:14 UTC 2020 Modified Files: pkgsrc/security/tor-browser-https-everywhere [pkgsrc-2020Q2]: Makefile distinfo Log Message: Pullup ticket #6314 - requested by wiz security/tor-browser-https-everywhere: dependent update Revisions pulled up: - security/tor-browser-https-everywhere/Makefile 1.3 - security/tor-browser-https-everywhere/distinfo 1.3 --- Module Name: pkgsrc Committed By: wiz Date: Mon Aug 24 08:02:33 UTC 2020 Modified Files: pkgsrc/security/tor-browser-https-everywhere: Makefile distinfo Log Message: tor-browser-https-everywhere: update to 2020.8.13. 2020.8.13 * Fix port based whitelsiting issue #19291 * Update documentation * Update dependencies (NPM and Chromedriver) * Minor code fixes in JS To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.2.2.1 \ pkgsrc/security/tor-browser-https-everywhere/Makefile \ pkgsrc/security/tor-browser-https-everywhere/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1598641634174930 Content-Disposition: inline Content-Length: 1984 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/tor-browser-https-everywhere/Makefile diff -u pkgsrc/security/tor-browser-https-everywhere/Makefile:1.2 pkgsrc/security/tor-browser-https-everywhere/Makefile:1.2.2.1 --- pkgsrc/security/tor-browser-https-everywhere/Makefile:1.2 Sat Jun 6 20:56:31 2020 +++ pkgsrc/security/tor-browser-https-everywhere/Makefile Fri Aug 28 19:07:14 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2020/06/06 20:56:31 wiz Exp $ +# $NetBSD: Makefile,v 1.2.2.1 2020/08/28 19:07:14 bsiegert Exp $ -VERSION= 2020.5.20 +VERSION= 2020.8.13 DISTNAME= https-everywhere-${VERSION}-eff PKGNAME= tor-browser-${DISTNAME:S/-eff//} CATEGORIES= security www Index: pkgsrc/security/tor-browser-https-everywhere/distinfo diff -u pkgsrc/security/tor-browser-https-everywhere/distinfo:1.2 pkgsrc/security/tor-browser-https-everywhere/distinfo:1.2.2.1 --- pkgsrc/security/tor-browser-https-everywhere/distinfo:1.2 Sat Jun 6 20:56:31 2020 +++ pkgsrc/security/tor-browser-https-everywhere/distinfo Fri Aug 28 19:07:14 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2020/06/06 20:56:31 wiz Exp $ +$NetBSD: distinfo,v 1.2.2.1 2020/08/28 19:07:14 bsiegert Exp $ -SHA1 (https-everywhere-2020.5.20-eff.xpi) = 13c6f2304a23b978732d044988bc02d818d36656 -RMD160 (https-everywhere-2020.5.20-eff.xpi) = 2b1d3d51ad60a4464dc11cc4b5dd6f64c9fbcb9c -SHA512 (https-everywhere-2020.5.20-eff.xpi) = 1c7481b9e3c0c7e74725f6e88bce6e48bcef946c2371e74b90084cac081b1ee4c784be6bae3f8287b9bb50e16a486d02782ba0f3762d8a941ba72e6b4b1b75b7 -Size (https-everywhere-2020.5.20-eff.xpi) = 1761982 bytes +SHA1 (https-everywhere-2020.8.13-eff.xpi) = d44d992b2dab30faa34285d7c0ced5ed0015de9a +RMD160 (https-everywhere-2020.8.13-eff.xpi) = 58a4f36760fda2046feb274b1e13c9fb7a7c6ce9 +SHA512 (https-everywhere-2020.8.13-eff.xpi) = 7fe39727dee22801e5533b8a3e3c6d135ab8262313f8eba91a0bbd51131e97cd4bf9aa740afc579d4c6f03d1cea58b4f61cdd17bd391c353dd0a89f224f13f83 +Size (https-everywhere-2020.8.13-eff.xpi) = 1766618 bytes --_----------=_1598641634174930--