Skip to content

Commit

Permalink
www/tor-browser: update to 13.0.12
Browse files Browse the repository at this point in the history
PR:	277843
Approved by:	maintainer, bapt (mentor)
Differential Revision:	https://reviews.freebsd.org/D44495
  • Loading branch information
jadawin committed Mar 26, 2024
1 parent 1608713 commit 79f9aec
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 11 deletions.
15 changes: 7 additions & 8 deletions www/tor-browser/Makefile
@@ -1,12 +1,11 @@
PORTNAME= tor-browser
DISTVERSION= 13.0.1
PORTREVISION= 7
DISTVERSION= 13.0.12
CATEGORIES= www net security wayland
MASTER_SITES= TOR \
https://build-sources.tbb.torproject.org/:source1 \
LOCAL/jsm:source2
MASTER_SITE_SUBDIR= torbrowser/${DISTVERSION}
DISTNAME= src-firefox-tor-browser-115.4.0esr-13.0-1-build2
DISTNAME= src-firefox-tor-browser-115.9.0esr-13.0-1-build3
DISTFILES= ${DISTNAME}.tar.xz \
manual_112141.zip:source1 \
firefox-tor-browser-13.0.1-build2-firefox-1l0n-out.tar:source2
Expand All @@ -15,14 +14,14 @@ COMMENT= Tor Browser for FreeBSD
WWW= https://www.torproject.org/

BUILD_DEPENDS= nspr>=4.32:devel/nspr \
nss>=3.79.1:security/nss \
icu>=71.1,1:devel/icu \
nss>=3.94:security/nss \
icu>=73.1:devel/icu \
libevent>=2.1.8:devel/libevent \
harfbuzz>=4.1.0:print/harfbuzz \
harfbuzz>=8.2.2:print/harfbuzz \
graphite2>=1.3.14:graphics/graphite2 \
png>=1.6.37:graphics/png \
png>=1.6.39:graphics/png \
dav1d>=1.0.0:multimedia/dav1d \
libvpx>=1.11.0:multimedia/libvpx \
libvpx>=1.13.1:multimedia/libvpx \
${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \
v4l_compat>0:multimedia/v4l_compat \
autoconf2.13:devel/autoconf2.13 \
Expand Down
6 changes: 3 additions & 3 deletions www/tor-browser/distinfo
@@ -1,6 +1,6 @@
TIMESTAMP = 1699195800
SHA256 (src-firefox-tor-browser-115.4.0esr-13.0-1-build2.tar.xz) = 7b8d90c9d5ac0cc527da5e8170893e6c5af0f7ad924cfcde9a7ebfbdf3f2e486
SIZE (src-firefox-tor-browser-115.4.0esr-13.0-1-build2.tar.xz) = 544811340
TIMESTAMP = 1710941207
SHA256 (src-firefox-tor-browser-115.9.0esr-13.0-1-build3.tar.xz) = f6d17515b74fda5aa130ca5e72811c3c48cabed09ba45d771690320d3d7aa640
SIZE (src-firefox-tor-browser-115.9.0esr-13.0-1-build3.tar.xz) = 551308424
SHA256 (manual_112141.zip) = f767bc5f655f1263623b7af588cfb045d3e41ee019dc7ecd713decc5c1a0ea9b
SIZE (manual_112141.zip) = 26293073
SHA256 (firefox-tor-browser-13.0.1-build2-firefox-1l0n-out.tar) = bbd290cd134e3a114241077ba82582617ab6c5117ff2226381943c504bd09775
Expand Down
13 changes: 13 additions & 0 deletions www/tor-browser/files/patch-toolkit_xre_nsXREDirProvider.cpp
@@ -0,0 +1,13 @@
--- toolkit/xre/nsXREDirProvider.cpp.orig 2023-09-26 21:44:17 UTC
+++ toolkit/xre/nsXREDirProvider.cpp
@@ -1788,6 +1788,10 @@ nsresult nsXREDirProvider::AppendProfilePath(nsIFile*

rv = aFile->AppendNative(folder);
}
+
+ // FreeBSD PR 268684
+ nsAutoCString folder(".tor-browser-profiles");
+ rv = aFile->AppendNative(folder);
}
NS_ENSURE_SUCCESS(rv, rv);

0 comments on commit 79f9aec

Please sign in to comment.