FreeBSD Bugzilla – Attachment 249340 Details for
Bug 277843
www/tor-browser: Update to 13.0.12
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
tor-browser-13.0.12.diff
tor-browser-13.0.12.diff (text/plain), 2.94 KB, created by
Martin Filla
on 2024-03-20 13:57:57 UTC
(
hide
)
Description:
tor-browser-13.0.12.diff
Filename:
MIME Type:
Creator:
Martin Filla
Created:
2024-03-20 13:57:57 UTC
Size:
2.94 KB
patch
obsolete
>diff --git a/www/tor-browser/Makefile b/www/tor-browser/Makefile >index 00d22f08ffc6..0429e505ca31 100644 >--- a/www/tor-browser/Makefile >+++ b/www/tor-browser/Makefile >@@ -1,12 +1,11 @@ > PORTNAME= tor-browser >-DISTVERSION= 13.0.1 >-PORTREVISION= 6 >+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 >@@ -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 \ >diff --git a/www/tor-browser/distinfo b/www/tor-browser/distinfo >index dc004626122e..b8d12b8a1ad5 100644 >--- a/www/tor-browser/distinfo >+++ b/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 >diff --git a/www/tor-browser/files/patch-toolkit_xre_nsXREDirProvider.cpp b/www/tor-browser/files/patch-toolkit_xre_nsXREDirProvider.cpp >new file mode 100644 >index 000000000000..20d6c3721dde >--- /dev/null >+++ b/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); >+
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 277843
:
249339
| 249340