Hi, The diff below updates Tor Browser to 10.5.2. Tested on amd64. More information can be found here: https://blog.torproject.org/new-release-tor-browser-1052
This release includes the new recent release of Firefox ESR. Thanks, Caspar Schutijser Index: meta/tor-browser/Makefile =================================================================== RCS file: /cvs/ports/meta/tor-browser/Makefile,v retrieving revision 1.42 diff -u -p -r1.42 Makefile --- meta/tor-browser/Makefile 4 Jun 2021 12:02:07 -0000 1.42 +++ meta/tor-browser/Makefile 14 Jul 2021 14:24:57 -0000 @@ -4,11 +4,11 @@ COMMENT= Tor Browser meta package MAINTAINER= Caspar Schutijser <cas...@schutijser.com> -PKGNAME= tor-browser-10.0.17 +PKGNAME= tor-browser-10.5.2 ONLY_FOR_ARCHS = amd64 -RUN_DEPENDS= www/tor-browser/browser>=10.0.17 \ - www/tor-browser/noscript>=11.2.8 \ - net/tor>=0.4.5.8 +RUN_DEPENDS= www/tor-browser/browser>=10.5.2 \ + www/tor-browser/noscript>=11.2.9 \ + net/tor>=0.4.6.5 .include <bsd.port.mk> Index: www/tor-browser/Makefile.inc =================================================================== RCS file: /cvs/ports/www/tor-browser/Makefile.inc,v retrieving revision 1.41 diff -u -p -r1.41 Makefile.inc --- www/tor-browser/Makefile.inc 4 Jun 2021 12:02:07 -0000 1.41 +++ www/tor-browser/Makefile.inc 14 Jul 2021 14:24:57 -0000 @@ -5,7 +5,7 @@ HOMEPAGE ?= https://www.torproject.org PERMIT_PACKAGE ?= Yes CATEGORIES = www BROWSER_NAME = tor-browser -TB_VERSION = 10.0.17 +TB_VERSION = 10.5.2 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.65 diff -u -p -r1.65 Makefile --- www/tor-browser/browser/Makefile 4 Jun 2021 12:02:07 -0000 1.65 +++ www/tor-browser/browser/Makefile 14 Jul 2021 14:24:57 -0000 @@ -9,14 +9,14 @@ ONLY_FOR_ARCHS = amd64 MOZILLA_VERSION = ${TB_VERSION} MOZILLA_PROJECT = ${BROWSER_NAME} MOZILLA_CODENAME = browser -TL_VERSION = 0.2.28 +TL_VERSION = 0.2.30 HE_VERSION = 2021.4.15 EXTRACT_SUFX = .tar.xz PATCHORIG = .pat.orig PKGNAME = ${TB_PREFIX}-browser-${TB_VERSION} -DISTNAME = src-firefox-tor-browser-78.11.0esr-10.0-1-build1 +DISTNAME = src-firefox-tor-browser-78.12.0esr-10.5-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.40 diff -u -p -r1.40 distinfo --- www/tor-browser/browser/distinfo 4 Jun 2021 12:02:07 -0000 1.40 +++ www/tor-browser/browser/distinfo 14 Jul 2021 14:24:57 -0000 @@ -1,8 +1,8 @@ SHA256 (mozilla/https-everywhere-2021.4.15-eff.xpi) = fl9ygI6hSL7M1BbsvfM+oevEOkMuTnhbXl4TObeitwg= -SHA256 (mozilla/src-firefox-tor-browser-78.11.0esr-10.0-1-build1.tar.xz) = ePtgBZHhMiybsD34gRw/0QTKqYwBb/zOdMIf+9M+y8o= -SHA256 (mozilla/src-tor-launcher-0.2.28.tar.xz) = XkrjmcuH1oDf7yO4K1b1Yowkqrk6HWusjtiiZggObVU= -SHA256 (mozilla/tor-browser-linux64-10.0.17_en-US.tar.xz) = VdQEwlG24PER2PudV//XRUzRKVLNCSfBl73izYJFo48= +SHA256 (mozilla/src-firefox-tor-browser-78.12.0esr-10.5-1-build1.tar.xz) = 2XmP5XUzBLBFF0/WbURtxCoxZWGd419H7p3VW8DoabU= +SHA256 (mozilla/src-tor-launcher-0.2.30.tar.xz) = gPoCbTUDHk6WYhG0PM59jy1ybE4rhH1EiR2gFFPW/C0= +SHA256 (mozilla/tor-browser-linux64-10.5.2_en-US.tar.xz) = a7qebtLVzTorTas5CxXtnXWOhpRVALA2AFLUrkE785s= SIZE (mozilla/https-everywhere-2021.4.15-eff.xpi) = 1746434 -SIZE (mozilla/src-firefox-tor-browser-78.11.0esr-10.0-1-build1.tar.xz) = 364712956 -SIZE (mozilla/src-tor-launcher-0.2.28.tar.xz) = 225068 -SIZE (mozilla/tor-browser-linux64-10.0.17_en-US.tar.xz) = 85408540 +SIZE (mozilla/src-firefox-tor-browser-78.12.0esr-10.5-1-build1.tar.xz) = 364761440 +SIZE (mozilla/src-tor-launcher-0.2.30.tar.xz) = 229888 +SIZE (mozilla/tor-browser-linux64-10.5.2_en-US.tar.xz) = 83586008 Index: www/tor-browser/browser/patches/patch-_mozconfig =================================================================== RCS file: /cvs/ports/www/tor-browser/browser/patches/patch-_mozconfig,v retrieving revision 1.7 diff -u -p -r1.7 patch-_mozconfig --- www/tor-browser/browser/patches/patch-_mozconfig 23 Oct 2020 07:04:09 -0000 1.7 +++ www/tor-browser/browser/patches/patch-_mozconfig 14 Jul 2021 14:24:57 -0000 @@ -5,10 +5,20 @@ Disable the updater and related stuff. Encrypted Media Extensions is not supported on OpenBSD. Apparently this also means we can not pass --disable-eme to configure so comment that out. +Don't use --enable-rust-simd, fails to build. + Index: .mozconfig --- .mozconfig.orig +++ .mozconfig -@@ -27,13 +27,15 @@ ac_add_options --disable-crashreporter +@@ -14,7 +14,6 @@ mk_add_options MOZ_APP_DISPLAYNAME="Tor Browser" + export MOZILLA_OFFICIAL=1 + + ac_add_options --enable-optimize +-ac_add_options --enable-rust-simd + ac_add_options --enable-official-branding + + # Let's support GTK3 for ESR60 +@@ -28,13 +27,15 @@ ac_add_options --disable-crashreporter ac_add_options --disable-webrtc ac_add_options --disable-parental-controls # Let's make sure no preference is enabling either Adobe's or Google's CDM. Index: www/tor-browser/browser/patches/patch-browser_extensions_tor-launcher_src_defaults_preferences_torlauncher-prefs_js =================================================================== RCS file: /cvs/ports/www/tor-browser/browser/patches/patch-browser_extensions_tor-launcher_src_defaults_preferences_torlauncher-prefs_js,v retrieving revision 1.4 diff -u -p -r1.4 patch-browser_extensions_tor-launcher_src_defaults_preferences_torlauncher-prefs_js --- www/tor-browser/browser/patches/patch-browser_extensions_tor-launcher_src_defaults_preferences_torlauncher-prefs_js 28 Apr 2021 15:49:15 -0000 1.4 +++ www/tor-browser/browser/patches/patch-browser_extensions_tor-launcher_src_defaults_preferences_torlauncher-prefs_js 14 Jul 2021 14:24:57 -0000 @@ -5,7 +5,7 @@ Set all path-related prefs to minimize p Index: browser/extensions/tor-launcher/src/defaults/preferences/torlauncher-prefs.js --- browser/extensions/tor-launcher/src/defaults/preferences/torlauncher-prefs.js.orig +++ browser/extensions/tor-launcher/src/defaults/preferences/torlauncher-prefs.js -@@ -43,14 +43,17 @@ pref("extensions.torlauncher.socks_port_flags", "Exten +@@ -44,14 +44,17 @@ pref("extensions.torlauncher.socks_port_flags", "Exten // The tor_path is relative to the application directory. On Linux and // Windows this is the Browser/ directory that contains the firefox // executables, and on Mac OS it is the TorBrowser.app directory. Index: www/tor-browser/browser/patches/patch-browser_extensions_tor-launcher_src_modules_tl-util_jsm =================================================================== RCS file: /cvs/ports/www/tor-browser/browser/patches/patch-browser_extensions_tor-launcher_src_modules_tl-util_jsm,v retrieving revision 1.2 diff -u -p -r1.2 patch-browser_extensions_tor-launcher_src_modules_tl-util_jsm --- www/tor-browser/browser/patches/patch-browser_extensions_tor-launcher_src_modules_tl-util_jsm 13 Jun 2020 06:26:01 -0000 1.2 +++ www/tor-browser/browser/patches/patch-browser_extensions_tor-launcher_src_modules_tl-util_jsm 14 Jul 2021 14:24:57 -0000 @@ -6,7 +6,7 @@ Force DataOutsideOfAppDir on OpenBSD sin Index: browser/extensions/tor-launcher/src/modules/tl-util.jsm --- browser/extensions/tor-launcher/src/modules/tl-util.jsm.orig +++ browser/extensions/tor-launcher/src/modules/tl-util.jsm -@@ -821,7 +821,7 @@ let TLUtilInternal = // Private +@@ -836,7 +836,7 @@ let TLUtilInternal = // Private mStringBundle : null, mOS : "", // mIsUserDataOutsideOfAppDir is true when TorBrowser-Data is used. Index: www/tor-browser/noscript/Makefile =================================================================== RCS file: /cvs/ports/www/tor-browser/noscript/Makefile,v retrieving revision 1.35 diff -u -p -r1.35 Makefile --- www/tor-browser/noscript/Makefile 4 Jun 2021 12:02:07 -0000 1.35 +++ www/tor-browser/noscript/Makefile 14 Jul 2021 14:24:57 -0000 @@ -1,7 +1,7 @@ # $OpenBSD: Makefile,v 1.35 2021/06/04 12:02:07 sthen Exp $ ADDON_NAME = noscript -V = 11.2.8 +V = 11.2.9 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.31 diff -u -p -r1.31 distinfo --- www/tor-browser/noscript/distinfo 4 Jun 2021 12:02:07 -0000 1.31 +++ www/tor-browser/noscript/distinfo 14 Jul 2021 14:24:57 -0000 @@ -1,2 +1,2 @@ -SHA256 (noscript-11.2.8.xpi) = R0T52ZrL6d7DVXdl7dkXMnK0aByEJSKPtq9SST+FNGc= -SIZE (noscript-11.2.8.xpi) = 623185 +SHA256 (noscript-11.2.9.xpi) = gwol2tBzJ64iC0dA6oNLCr5xXp7z2rwya/f+8sWvHvs= +SIZE (noscript-11.2.9.xpi) = 662868