Hi, The diff below updates Tor Browser to 10.5.10. Briefly tested on amd64. More information here: https://blog.torproject.org/new-release-tor-browser-10510
Caspar Schutijser Index: meta/tor-browser/Makefile =================================================================== RCS file: /cvs/ports/meta/tor-browser/Makefile,v retrieving revision 1.44 diff -u -p -r1.44 Makefile --- meta/tor-browser/Makefile 23 Aug 2021 21:25:55 -0000 1.44 +++ meta/tor-browser/Makefile 27 Oct 2021 18:37:27 -0000 @@ -4,10 +4,10 @@ COMMENT= Tor Browser meta package MAINTAINER= Caspar Schutijser <cas...@schutijser.com> -PKGNAME= tor-browser-10.5.5 +PKGNAME= tor-browser-10.5.10 ONLY_FOR_ARCHS = amd64 -RUN_DEPENDS= www/tor-browser/browser>=10.5.5 \ +RUN_DEPENDS= www/tor-browser/browser>=10.5.10 \ www/tor-browser/noscript>=11.2.11 \ net/tor>=0.4.6.7 Index: www/tor-browser/Makefile.inc =================================================================== RCS file: /cvs/ports/www/tor-browser/Makefile.inc,v retrieving revision 1.43 diff -u -p -r1.43 Makefile.inc --- www/tor-browser/Makefile.inc 23 Aug 2021 21:25:55 -0000 1.43 +++ www/tor-browser/Makefile.inc 27 Oct 2021 18:37:27 -0000 @@ -5,7 +5,7 @@ HOMEPAGE ?= https://www.torproject.org PERMIT_PACKAGE ?= Yes CATEGORIES = www BROWSER_NAME = tor-browser -TB_VERSION = 10.5.5 +TB_VERSION = 10.5.10 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.67 diff -u -p -r1.67 Makefile --- www/tor-browser/browser/Makefile 23 Aug 2021 21:25:55 -0000 1.67 +++ www/tor-browser/browser/Makefile 27 Oct 2021 18:37:27 -0000 @@ -16,7 +16,7 @@ EXTRACT_SUFX = .tar.xz PATCHORIG = .pat.orig PKGNAME = ${TB_PREFIX}-browser-${TB_VERSION} -DISTNAME = src-firefox-tor-browser-78.13.0esr-10.5-2-build1 +DISTNAME = src-firefox-tor-browser-78.15.0esr-10.5-1-build3 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.42 diff -u -p -r1.42 distinfo --- www/tor-browser/browser/distinfo 23 Aug 2021 21:25:55 -0000 1.42 +++ www/tor-browser/browser/distinfo 27 Oct 2021 18:37:27 -0000 @@ -1,8 +1,8 @@ SHA256 (mozilla/https-everywhere-2021.4.15-eff.xpi) = fl9ygI6hSL7M1BbsvfM+oevEOkMuTnhbXl4TObeitwg= -SHA256 (mozilla/src-firefox-tor-browser-78.13.0esr-10.5-2-build1.tar.xz) = rWUxPgY4FtbDIGuG6l5yEbPEjV5FnTwzUm3Jy0HT1D0= +SHA256 (mozilla/src-firefox-tor-browser-78.15.0esr-10.5-1-build3.tar.xz) = KNy48z+SDUEhzvet6FkrBMKzolvLeb8oicPpXqUwR0I= SHA256 (mozilla/src-tor-launcher-0.2.30.tar.xz) = gPoCbTUDHk6WYhG0PM59jy1ybE4rhH1EiR2gFFPW/C0= -SHA256 (mozilla/tor-browser-linux64-10.5.5_en-US.tar.xz) = 9moyWgOkmamDNa18cutt0J3D8t3869LPei6IL1akhyA= +SHA256 (mozilla/tor-browser-linux64-10.5.10_en-US.tar.xz) = gnllLeIsmEJ1UZbNhhaHunOj1GodXJTcLBJT4QSkbFc= SIZE (mozilla/https-everywhere-2021.4.15-eff.xpi) = 1746434 -SIZE (mozilla/src-firefox-tor-browser-78.13.0esr-10.5-2-build1.tar.xz) = 364713700 +SIZE (mozilla/src-firefox-tor-browser-78.15.0esr-10.5-1-build3.tar.xz) = 364899456 SIZE (mozilla/src-tor-launcher-0.2.30.tar.xz) = 229888 -SIZE (mozilla/tor-browser-linux64-10.5.5_en-US.tar.xz) = 83606800 +SIZE (mozilla/tor-browser-linux64-10.5.10_en-US.tar.xz) = 83826292 Index: www/tor-browser/browser/patches/patch-dom_ipc_ContentChild_cpp =================================================================== RCS file: /cvs/ports/www/tor-browser/browser/patches/patch-dom_ipc_ContentChild_cpp,v retrieving revision 1.1 diff -u -p -r1.1 patch-dom_ipc_ContentChild_cpp --- www/tor-browser/browser/patches/patch-dom_ipc_ContentChild_cpp 23 Oct 2020 07:04:09 -0000 1.1 +++ www/tor-browser/browser/patches/patch-dom_ipc_ContentChild_cpp 27 Oct 2021 18:37:27 -0000 @@ -7,7 +7,7 @@ cf https://bugzilla.mozilla.org/show_bug Index: dom/ipc/ContentChild.cpp --- dom/ipc/ContentChild.cpp.orig +++ dom/ipc/ContentChild.cpp -@@ -4414,8 +4414,18 @@ OpenBSDUnveilPaths(const nsACString& uPath, const nsAC +@@ -4413,8 +4413,18 @@ OpenBSDUnveilPaths(const nsACString& uPath, const nsAC if (disabled) { warnx("%s: disabled", PromiseFlatCString(uPath).get()); } else {