Received: by mail.netbsd.org (Postfix, from userid 605) id E9E8684E89; Sun, 15 Aug 2021 13:21:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 30D6584E86 for ; Sun, 15 Aug 2021 13:21:42 +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 1IDbD4XyQX-V for ; Sun, 15 Aug 2021 13:21:41 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 4DAD184D31 for ; Sun, 15 Aug 2021 13:21:41 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4B2D1FA97; Sun, 15 Aug 2021 13:21:41 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_162903370181750" MIME-Version: 1.0 Date: Sun, 15 Aug 2021 13:21:41 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/security/tor-browser To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20210815132141.4B2D1FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_162903370181750 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Aug 15 13:21:41 UTC 2021 Modified Files: pkgsrc/security/tor-browser: Makefile PLIST distinfo Log Message: tor-browser: update to 10.5.4. This version updates Firefox to 78.13.0esr. This version includes important security updates to Firefox. Warning: Tor Browser will stop supporting version 2 onion services very soon. Please see the previously published deprecation timeline. Migrate your services and update your bookmarks to version 3 onion services as soon as possible. The full changelog since Tor Browser 10.5.2: Windows + OS X + Linux Update Firefox to 78.13.0esr Update NoScript to 11.2.11 Bug 40041: Remove V2 Deprecation banner on about:tor for desktop Bug 40506: Saved Logins not available in 10.5 Bug 40524: Update DuckDuckGo onion site URL in search preferences and onboarding To generate a diff of this commit: cvs rdiff -u -r1.94 -r1.95 pkgsrc/security/tor-browser/Makefile cvs rdiff -u -r1.15 -r1.16 pkgsrc/security/tor-browser/PLIST cvs rdiff -u -r1.41 -r1.42 pkgsrc/security/tor-browser/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_162903370181750 Content-Disposition: inline Content-Length: 4423 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/tor-browser/Makefile diff -u pkgsrc/security/tor-browser/Makefile:1.94 pkgsrc/security/tor-browser/Makefile:1.95 --- pkgsrc/security/tor-browser/Makefile:1.94 Fri Jul 30 12:27:06 2021 +++ pkgsrc/security/tor-browser/Makefile Sun Aug 15 13:21:41 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.94 2021/07/30 12:27:06 ryoon Exp $ +# $NetBSD: Makefile,v 1.95 2021/08/15 13:21:41 wiz Exp $ # # How to update this package: # @@ -15,9 +15,8 @@ # when packaged up, read MESSAGE and test by visiting https://check.torproject.org # and https://panopticlick.eff.org -DISTNAME= src-firefox-tor-browser-78.12.0esr-10.5-1-build1 -PKGNAME= tor-browser-10.5.2 -PKGREVISION= 1 +DISTNAME= src-firefox-tor-browser-78.13.0esr-10.5-1-build1 +PKGNAME= tor-browser-10.5.4 CATEGORIES= security www MASTER_SITES= https://dist.torproject.org/torbrowser/${PKGVERSION_NOREV}/ EXTRACT_SUFX= .tar.xz Index: pkgsrc/security/tor-browser/PLIST diff -u pkgsrc/security/tor-browser/PLIST:1.15 pkgsrc/security/tor-browser/PLIST:1.16 --- pkgsrc/security/tor-browser/PLIST:1.15 Thu Jul 15 13:50:16 2021 +++ pkgsrc/security/tor-browser/PLIST Sun Aug 15 13:21:41 2021 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.15 2021/07/15 13:50:16 wiz Exp $ +@comment $NetBSD: PLIST,v 1.16 2021/08/15 13:21:41 wiz Exp $ bin/tor-browser lib/tor-browser/actors/AboutHttpsOnlyErrorChild.jsm lib/tor-browser/actors/AboutHttpsOnlyErrorParent.jsm @@ -5334,7 +5334,6 @@ lib/tor-browser/chrome/torbutton/skin/da lib/tor-browser/chrome/torbutton/skin/icon-newsletter.png lib/tor-browser/chrome/torbutton/skin/preferences-mobile.css lib/tor-browser/chrome/torbutton/skin/preferences.css -lib/tor-browser/chrome/torbutton/skin/tor-banner-warning-icon.svg lib/tor-browser/chrome/torbutton/skin/tor-circuit-display.css lib/tor-browser/chrome/torbutton/skin/tor-circuit-line-first.svg lib/tor-browser/chrome/torbutton/skin/tor-circuit-line-last.svg Index: pkgsrc/security/tor-browser/distinfo diff -u pkgsrc/security/tor-browser/distinfo:1.41 pkgsrc/security/tor-browser/distinfo:1.42 --- pkgsrc/security/tor-browser/distinfo:1.41 Thu Jul 15 13:50:16 2021 +++ pkgsrc/security/tor-browser/distinfo Sun Aug 15 13:21:41 2021 @@ -1,13 +1,13 @@ -$NetBSD: distinfo,v 1.41 2021/07/15 13:50:16 wiz Exp $ +$NetBSD: distinfo,v 1.42 2021/08/15 13:21:41 wiz Exp $ -SHA1 (src-firefox-tor-browser-78.12.0esr-10.5-1-build1.tar.xz) = 6251b770edca1796c30407cbea1f1ab8ba1ba122 -RMD160 (src-firefox-tor-browser-78.12.0esr-10.5-1-build1.tar.xz) = 734310d3131a91a35105f20d315f7a11530f64f8 -SHA512 (src-firefox-tor-browser-78.12.0esr-10.5-1-build1.tar.xz) = 8a33bb8a3f0769505e935400c7ea19ac038dcf7080cfd4217654ee153dcf47bb8aaef763f199f83ea45386b20563da09f3da763a1073c98833a81152b9000be8 -Size (src-firefox-tor-browser-78.12.0esr-10.5-1-build1.tar.xz) = 364761440 bytes -SHA1 (tor-browser-linux64-10.5.2_en-US.tar.xz) = 62fa36fe1b2f77cec7e96f4e09c6c57206ca9f44 -RMD160 (tor-browser-linux64-10.5.2_en-US.tar.xz) = bf15fd9d9fafff0e738ca678aa6e5b672e3d0f04 -SHA512 (tor-browser-linux64-10.5.2_en-US.tar.xz) = 00d607b20b6f1f18da229463ae49557f888403e2d68359346924b9eb32ccf772e177068daf91a4d5a24d0b909863396c1bd564aab98df51376b18566d17e7850 -Size (tor-browser-linux64-10.5.2_en-US.tar.xz) = 83586008 bytes +SHA1 (src-firefox-tor-browser-78.13.0esr-10.5-1-build1.tar.xz) = 42ffd980c4e169724113595517b2a1d5c2424d1a +RMD160 (src-firefox-tor-browser-78.13.0esr-10.5-1-build1.tar.xz) = 06f3eef5c0da8d561d3e09ceb174afd053b9a308 +SHA512 (src-firefox-tor-browser-78.13.0esr-10.5-1-build1.tar.xz) = a380cc33b1b4f5da6bc33aff8bb0491a1e61dc4e72a017a7af6c3e29c3bc419ab33ebef84517a11842f8c73e9c7109f30199c0e93af4fa4c2a6eb46cfa03daad +Size (src-firefox-tor-browser-78.13.0esr-10.5-1-build1.tar.xz) = 364726376 bytes +SHA1 (tor-browser-linux64-10.5.4_en-US.tar.xz) = b88f5efff16929886209df7352411ad3527795fe +RMD160 (tor-browser-linux64-10.5.4_en-US.tar.xz) = 14cdc5b18c1b6b53f66f57beab5a4cd20181af99 +SHA512 (tor-browser-linux64-10.5.4_en-US.tar.xz) = 607a3d2a1f9fa06660446ac945198bcf55df1c8a1f80a3d2ccd50438be847ab8165339ffce4dbe18ca511274354186b2062517ba8473905f6fe3a6651809a2c0 +Size (tor-browser-linux64-10.5.4_en-US.tar.xz) = 83595212 bytes SHA1 (patch-.mozconfig) = 949472d011d40b02146c06e90ed07673667d192b SHA1 (patch-aa) = 458ee59cec3d2d1d52b222ab2031720e7a11fc02 SHA1 (patch-browser_app_profile_000-tor-browser.js) = 84a0a15605fff0e22f3150bce901a296fc920280 --_----------=_162903370181750--