Hi, Here is an update to 11.0.4. Tested on amd64. More information here: https://blog.torproject.org/new-release-tor-browser-1104/
I also tweaked various DESCR files to match reality (torbutton and tor-launcher are not separate Firefox add-ons anymore, for example). Caspar Schutijser Index: meta/tor-browser/Makefile =================================================================== RCS file: /cvs/ports/meta/tor-browser/Makefile,v retrieving revision 1.48 diff -u -p -r1.48 Makefile --- meta/tor-browser/Makefile 24 Dec 2021 14:25:40 -0000 1.48 +++ meta/tor-browser/Makefile 12 Jan 2022 20:55:01 -0000 @@ -4,11 +4,11 @@ COMMENT= Tor Browser meta package MAINTAINER= Caspar Schutijser <[email protected]> -PKGNAME= tor-browser-11.0.3 +PKGNAME= tor-browser-11.0.4 ONLY_FOR_ARCHS = amd64 -RUN_DEPENDS= www/tor-browser/browser>=11.0.3 \ - www/tor-browser/noscript>=11.2.11 \ +RUN_DEPENDS= www/tor-browser/browser>=11.0.4 \ + www/tor-browser/noscript>=11.2.14 \ net/tor>=0.4.6.9 .include <bsd.port.mk> Index: meta/tor-browser/pkg/DESCR =================================================================== RCS file: /cvs/ports/meta/tor-browser/pkg/DESCR,v retrieving revision 1.1.1.1 diff -u -p -r1.1.1.1 DESCR --- meta/tor-browser/pkg/DESCR 13 Nov 2016 21:18:48 -0000 1.1.1.1 +++ meta/tor-browser/pkg/DESCR 12 Jan 2022 20:55:01 -0000 @@ -4,14 +4,9 @@ network. In addition to obscuring the cl mitigates browser fingerprinting attacks and patches the Mozilla code in other ways to prevent privacy leaks. -Tor Browser includes the patched version of Firefox ESR and four +Tor Browser includes the patched version of Firefox ESR and these Firefox add-ons: -* torbutton: an add-on from the Tor project that provides a configuration - GUI in the browser (the onion button); -* tor-launcher: another add-on from the Tor project that allows Tor - Browser to control and interface with a private instance of the tor - daemon used by Tor Browser; * noscript: a well-known add-on for Firefox that allows flexible blocking of JS. The version in the Tor Browser ports is specifically configured for use in Tor Browser by the Tor project and is not for use with other Index: www/tor-browser/Makefile.inc =================================================================== RCS file: /cvs/ports/www/tor-browser/Makefile.inc,v retrieving revision 1.46 diff -u -p -r1.46 Makefile.inc --- www/tor-browser/Makefile.inc 24 Dec 2021 14:25:40 -0000 1.46 +++ www/tor-browser/Makefile.inc 12 Jan 2022 20:55:01 -0000 @@ -5,7 +5,7 @@ HOMEPAGE ?= https://www.torproject.org PERMIT_PACKAGE ?= Yes CATEGORIES = www BROWSER_NAME = tor-browser -TB_VERSION = 11.0.3 +TB_VERSION = 11.0.4 TB_PREFIX = tb SUBST_VARS += BROWSER_NAME TB_VERSION Index: www/tor-browser/browser/Makefile =================================================================== RCS file: /cvs/ports/www/tor-browser/browser/Makefile,v retrieving revision 1.71 diff -u -p -r1.71 Makefile --- www/tor-browser/browser/Makefile 24 Dec 2021 14:25:40 -0000 1.71 +++ www/tor-browser/browser/Makefile 12 Jan 2022 20:55:01 -0000 @@ -16,7 +16,7 @@ EXTRACT_SUFX = .tar.xz PATCHORIG = .pat.orig PKGNAME = ${TB_PREFIX}-browser-${TB_VERSION} -DISTNAME = src-firefox-tor-browser-91.4.1esr-11.0-1-build1 +DISTNAME = src-firefox-tor-browser-91.5.0esr-11.0-1-build1 FIX_EXTRACT_PERMISSIONS = Yes EXTRACT_ONLY += ${DISTNAME}.tar.xz \ Index: www/tor-browser/browser/distinfo =================================================================== RCS file: /cvs/ports/www/tor-browser/browser/distinfo,v retrieving revision 1.45 diff -u -p -r1.45 distinfo --- www/tor-browser/browser/distinfo 24 Dec 2021 14:25:40 -0000 1.45 +++ www/tor-browser/browser/distinfo 12 Jan 2022 20:55:01 -0000 @@ -1,8 +1,8 @@ SHA256 (mozilla/https-everywhere-2021.4.15-eff.xpi) = fl9ygI6hSL7M1BbsvfM+oevEOkMuTnhbXl4TObeitwg= -SHA256 (mozilla/src-firefox-tor-browser-91.4.1esr-11.0-1-build1.tar.xz) = Jghm176evWq2NRBaQ9YcSbvVPdI4cMmNG3jrcKxPCQU= +SHA256 (mozilla/src-firefox-tor-browser-91.5.0esr-11.0-1-build1.tar.xz) = Zka3pHcacI+ZB4ZRDRsPjVcmInAX/R61Ux2fbMYYYYA= SHA256 (mozilla/src-tor-launcher-0.2.32.tar.xz) = WYvM6cGDVH9NFkLK0oBZ0JxYBI3sEuqMNUp/SHVFa3g= -SHA256 (mozilla/tor-browser-linux64-11.0.3_en-US.tar.xz) = ZdyTB9qfPhvGW6pZiP6OZPOVnuhY9r7ARfOFJ2vvVqg= +SHA256 (mozilla/tor-browser-linux64-11.0.4_en-US.tar.xz) = BaX9bWM8qEwzu9Pi+P/KLS+iEFAypDCwfTwM8GLZ4V8= SIZE (mozilla/https-everywhere-2021.4.15-eff.xpi) = 1746434 -SIZE (mozilla/src-firefox-tor-browser-91.4.1esr-11.0-1-build1.tar.xz) = 413497744 +SIZE (mozilla/src-firefox-tor-browser-91.5.0esr-11.0-1-build1.tar.xz) = 413390404 SIZE (mozilla/src-tor-launcher-0.2.32.tar.xz) = 228884 -SIZE (mozilla/tor-browser-linux64-11.0.3_en-US.tar.xz) = 86291308 +SIZE (mozilla/tor-browser-linux64-11.0.4_en-US.tar.xz) = 86371064 Index: www/tor-browser/browser/pkg/DESCR =================================================================== RCS file: /cvs/ports/www/tor-browser/browser/pkg/DESCR,v retrieving revision 1.1.1.1 diff -u -p -r1.1.1.1 DESCR --- www/tor-browser/browser/pkg/DESCR 13 Nov 2016 21:15:43 -0000 1.1.1.1 +++ www/tor-browser/browser/pkg/DESCR 12 Jan 2022 20:55:01 -0000 @@ -8,12 +8,10 @@ fingerprinting. Other aspects of Firefo to plug privacy leaks in ways not possible any other way. TB includes custom Firefox add-ons only meant for TB, including -NoScript, HTTPS Everywhere, TorButton and Tor-Launcher. This package -provides merely the modified version of Firefox ESR. Please install -the tor-browser meta-package to make sure you have everything installed -correctly. +NoScript, HTTPS Everywhere. This package provides merely the modified +version of Firefox ESR. Please install the tor-browser meta-package +to make sure you have everything installed correctly. Remember that there are no perfect privacy or anonymity solutions, and this includes TB. As always you must pay attention and in many cases -modify your behavior to ensure your privacy online. Note that JS is -blocked everywhere by default in TB using NoScript. +modify your behavior to ensure your privacy online. Index: www/tor-browser/browser/pkg/PLIST =================================================================== RCS file: /cvs/ports/www/tor-browser/browser/pkg/PLIST,v retrieving revision 1.13 diff -u -p -r1.13 PLIST --- www/tor-browser/browser/pkg/PLIST 24 Dec 2021 14:25:40 -0000 1.13 +++ www/tor-browser/browser/pkg/PLIST 12 Jan 2022 20:55:01 -0000 @@ -60,6 +60,7 @@ lib/${BROWSER_NAME}/browser/fonts/NotoSa lib/${BROWSER_NAME}/browser/fonts/NotoSansEthiopic-Regular.ttf lib/${BROWSER_NAME}/browser/fonts/NotoSansGeorgian-Regular.ttf lib/${BROWSER_NAME}/browser/fonts/NotoSansGujarati-Regular.ttf +lib/${BROWSER_NAME}/browser/fonts/NotoSansGurmukhi-Regular.ttf lib/${BROWSER_NAME}/browser/fonts/NotoSansHebrew-Regular.ttf lib/${BROWSER_NAME}/browser/fonts/NotoSansJP-Regular.otf lib/${BROWSER_NAME}/browser/fonts/NotoSansKR-Regular.otf @@ -71,6 +72,7 @@ lib/${BROWSER_NAME}/browser/fonts/NotoSa lib/${BROWSER_NAME}/browser/fonts/NotoSansMyanmar-Regular.ttf lib/${BROWSER_NAME}/browser/fonts/NotoSansOriya-Regular.ttf lib/${BROWSER_NAME}/browser/fonts/NotoSansSC-Regular.otf +lib/${BROWSER_NAME}/browser/fonts/NotoSansSinhala-Regular.ttf lib/${BROWSER_NAME}/browser/fonts/NotoSansTC-Regular.otf lib/${BROWSER_NAME}/browser/fonts/NotoSansTamil-Regular.ttf lib/${BROWSER_NAME}/browser/fonts/NotoSansTelugu-Regular.ttf Index: www/tor-browser/noscript/Makefile =================================================================== RCS file: /cvs/ports/www/tor-browser/noscript/Makefile,v retrieving revision 1.37 diff -u -p -r1.37 Makefile --- www/tor-browser/noscript/Makefile 23 Aug 2021 21:25:55 -0000 1.37 +++ www/tor-browser/noscript/Makefile 12 Jan 2022 20:55:01 -0000 @@ -1,7 +1,7 @@ # $OpenBSD: Makefile,v 1.37 2021/08/23 21:25:55 sthen Exp $ ADDON_NAME = noscript -V = 11.2.11 +V = 11.2.14 COMMENT = Tor Browser add-on: flexible JS blocker HOMEPAGE = https://noscript.net MASTER_SITES = https://secure.informaction.com/download/releases/ Index: www/tor-browser/noscript/distinfo =================================================================== RCS file: /cvs/ports/www/tor-browser/noscript/distinfo,v retrieving revision 1.33 diff -u -p -r1.33 distinfo --- www/tor-browser/noscript/distinfo 23 Aug 2021 21:25:55 -0000 1.33 +++ www/tor-browser/noscript/distinfo 12 Jan 2022 20:55:01 -0000 @@ -1,2 +1,2 @@ -SHA256 (noscript-11.2.11.xpi) = uDPoGCOYZkbbxHPrvumHvUd1f755ydFyAVDwi6bKm6k= -SIZE (noscript-11.2.11.xpi) = 656784 +SHA256 (noscript-11.2.14.xpi) = RzmblPV93hFi90pJZ5x8s7bf5oTU7uSYQuZermTpmCs= +SIZE (noscript-11.2.14.xpi) = 657255
