Bug 273416 - www/tor-browser: Update to 13.0.1
Summary: www/tor-browser: Update to 13.0.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Jesper Schmitz Mouridsen
URL:
Keywords: needs-patch
Depends on:
Blocks:
 
Reported: 2023-08-29 07:42 UTC by kaltheat
Modified: 2023-11-09 19:40 UTC (History)
6 users (show)

See Also:
freebsd: maintainer-feedback+


Attachments
update tor-brower to 12.5.6 (5.78 KB, patch)
2023-09-30 20:03 UTC, Rene Ladan
no flags Details | Diff
connection errors form Browser console (17.17 KB, text/plain)
2023-09-30 20:05 UTC, Rene Ladan
no flags Details
update to 13.0 with included manual (54 bytes, text/plain)
2023-10-21 14:14 UTC, Jesper Schmitz Mouridsen
jsm: maintainer-approval?
Details
multilocale and with manual (44 bytes, text/plain)
2023-11-06 09:48 UTC, Jesper Schmitz Mouridsen
freebsd: maintainer-approval+
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kaltheat 2023-08-29 07:42:33 UTC
Hi,

thank you for the port!

Are there any plans to update/-grade it to a more recent version?

12.0.7 is from June, 8: https://blog.torproject.org/new-release-tor-browser-1207/

12.5.2 is from August, 2: https://blog.torproject.org/new-release-tor-browser-1252/

Regards
kaltheat
Comment 1 kaltheat 2023-09-19 15:04:24 UTC
Hi,

meanwhile there is 

12.5.4 from September 13: https://blog.torproject.org/new-release-tor-browser-1254/

with updated openssl and fixed webp-security-issue (12.5.3 from August 29 also fixed security issues ...).

I don't know if the other releases also fix security issues, but I think it's highly likely. It might be a good idea to inform users of this port about it's outdated state, so that they do not rely on it's security- or anonymity-feature too much - especially as tor-browser comes with these promises ...

Regards
kaltheat
Comment 2 commit-hook freebsd_committer freebsd_triage 2023-09-20 12:27:00 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2e8c97b9bc3f7c6c14c30676f3c32f32c464e97b

commit 2e8c97b9bc3f7c6c14c30676f3c32f32c464e97b
Author:     Fernando Apesteguía <fernape@FreeBSD.org>
AuthorDate: 2023-09-20 12:21:30 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2023-09-20 12:21:30 +0000

    security/vuxml: Add Tor browser libwebp vulnerability

    CVE-2023-4863
            Base Score:  8.8 HIGH
            Vector:  CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H

    PR:             273416
    Reported by:    kaltheat <kaltheat@gmail.com>
    Security:       CVE-2023-4863

 security/vuxml/vuln/2023.xml | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)
Comment 3 Rene Ladan freebsd_committer freebsd_triage 2023-09-26 21:00:12 UTC
Version 12.5.5 has just been released today, I'll pick this up.
Comment 4 Rene Ladan freebsd_committer freebsd_triage 2023-09-30 10:44:37 UTC
Testing 12.5.6
Comment 5 Rene Ladan freebsd_committer freebsd_triage 2023-09-30 20:03:04 UTC
Created attachment 245337 [details]
update tor-brower to 12.5.6
Comment 6 Rene Ladan freebsd_committer freebsd_triage 2023-09-30 20:05:57 UTC
Created attachment 245338 [details]
connection errors form Browser console
Comment 7 Rene Ladan freebsd_committer freebsd_triage 2023-09-30 20:08:16 UTC
So Tor Browser builds fine on e.g. 12.4-i386 and 14.0-b4-amd64. It also starts on 14.0-b4-amd64 but cannot connect to the Tor network somehow. See the attached log for details.

I tried this with both having Tor browser connecting directly to the Tor network (i.e. without setting a SOCKS proxy) and explicitly connecting via the SOCKS proxy exposed by running the security/tor package in client mode on localhost:9050
Comment 8 Rene Ladan freebsd_committer freebsd_triage 2023-09-30 20:12:41 UTC
Connecting to e.g. https://check.torproject.org with vanilla Firefox using the SOCKS proxy works fine, the site confirms Firefox is connecting through the Tor network.
Comment 9 Rene Ladan freebsd_committer freebsd_triage 2023-09-30 20:26:33 UTC
Sanity check #2 : downloading the Linux 12.5.6 version (on a Linux laptop) fromhttps://www.torproject.org/download/ works fine.
Comment 10 Rene Ladan freebsd_committer freebsd_triage 2023-10-19 09:11:13 UTC
freebsd@sysctl.cz ping?

Version 13.0 is out now, based off Firefox ESR 115 which will require quite some rebasing of the patch set.
Comment 11 Jesper Schmitz Mouridsen freebsd_committer freebsd_triage 2023-10-19 19:38:27 UTC
(In reply to Rene Ladan from comment #6)

openat(AT_FDCWD,"/usr/local/lib/tor-browser/TorBrowser/torrc",O_WRONLY|O_CREAT|O_TRUNC|O_EXCL,0600) ERR#2 'No such file or directory'
openat(AT_FDCWD,"/usr/local/lib/tor-browser/TorBrowser/torrc",O_WRONLY|O_CREAT|O_TRUNC|O_EXCL,0600) ERR#2 'No such file or directory'

Solved by for example:

--- toolkit/components/tor-launcher/TorLauncherUtil.jsm.orig	2023-09-28 09:14:27 UTC
+++ toolkit/components/tor-launcher/TorLauncherUtil.jsm
@@ -192,7 +192,7 @@ class TorFile {
       } else {
         // Windows and Linux still use the legacy behavior.
         // To avoid breaking old installations, let's just keep it.
-        this.file = TorFile.appDir;
+        this.file = TorFile.dataDir;
         this.file.append("TorBrowser");
       }
       this.file.appendRelativePath(path);
Comment 12 Jesper Schmitz Mouridsen freebsd_committer freebsd_triage 2023-10-19 19:44:54 UTC
Above makes the profiledir ~/.tor project/firefox/.tor-browser-profiles/rsh9ohpo.default so perhaps the extra patch for profile dir is redundant
Comment 13 Jesper Schmitz Mouridsen freebsd_committer freebsd_triage 2023-10-19 20:01:53 UTC
(In reply to Rene Ladan from comment #10)
The gecko team did update recently 
https://github.com/freebsd/freebsd-ports/tree/main/www/firefox-esr
Comment 14 Jesper Schmitz Mouridsen freebsd_committer freebsd_triage 2023-10-21 14:14:18 UTC
Created attachment 245777 [details]
update to 13.0 with included manual
Comment 15 Rene Ladan freebsd_committer freebsd_triage 2023-10-21 16:09:57 UTC
(In reply to Jesper Schmitz Mouridsen from comment #14)
Thanks, build-testing it now :)
Comment 16 Rene Ladan freebsd_committer freebsd_triage 2023-10-21 18:20:26 UTC
(In reply to Rene Ladan from comment #15)

It fails on 14.0-amd64 during the configure stage with

 extracting: /wrkdirs/usr/ports/www/tor-browser/work/firefox-tor-browser-115.3.1esr-13.0-1-build2/tmp-manual/public/zh-TW/updating/index.html
/usr/local/bin/python3.9 /usr/ports/www/tor-browser/files/packagemanual.py /wrkdirs/usr/ports/www/tor-browser/work/firefox-tor-browser-115.3.1esr-13.0-1-build2/tmp-manual/public /wrkdirs/usr/ports/www/tor-browser/work/firefox-tor-browser-115.3.1esr-13.0-1-build2/browser/base/content/manual
make: exec(/usr/local/bin/python3.9) failed (No such file or directory)
*** Error code 1

But lang/python39 is mentioned as a build dependency. Full log at https://people.freebsd.org/~rene/tor-browser-13.0.log
Comment 17 Jesper Schmitz Mouridsen freebsd_committer freebsd_triage 2023-10-21 19:25:41 UTC
(In reply to Rene Ladan from comment #16)
I tested in an unclean test poudriere interactive jail
What if you move 
${PYTHON_CMD} ${FILESDIR}/packagemanual.py ${WRKSRC}/tmp-manual/public ${WRKSRC}/browser/base/content/manual to last line in pre-configure: instead of post-patch?
Comment 18 Rene Ladan freebsd_committer freebsd_triage 2023-10-22 09:47:02 UTC
(In reply to Jesper Schmitz Mouridsen from comment #17)
That seems to work.
Comment 19 Jesper Schmitz Mouridsen freebsd_committer freebsd_triage 2023-10-22 13:49:57 UTC
(In reply to Rene Ladan from comment #18)
Some nice to haves would be compiled in localization [1] (seems quite difficult with current build system at my first glance) right now it only knows us-en and you cannot add language packs because of security.
Another one would be a pkg-message about noscript or a precompiled profile with noscript included.
[1] https://firefox-source-docs.mozilla.org/build/buildsystem/locales.html

Any other thoughts?
Thanks

/jsm
Comment 20 Jesper Schmitz Mouridsen freebsd_committer freebsd_triage 2023-10-22 14:05:09 UTC
(In reply to Jesper Schmitz Mouridsen from comment #19)
Trying now with MOZ_CHROME_MULTILOCALE="ar ca da de en-US es-ES fa fr ga-IE he id is it ko nb-NO nl pl pt-BR ru sv-SE tr vi zh-CN zh-TW"
Comment 21 Jesper Schmitz Mouridsen freebsd_committer freebsd_triage 2023-10-22 14:39:16 UTC
(In reply to Jesper Schmitz Mouridsen from comment #20)
Did not seem to work..
Comment 22 Rene Ladan freebsd_committer freebsd_triage 2023-10-22 15:21:32 UTC
(In reply to Jesper Schmitz Mouridsen from comment #19)

Not currently, but I had one more fix to get it compiling on 2023Q4: add MOZILLA_VER=115.3.1 to Makefile so that Mk/bsd.gecko.mk does not get confused because by default it sets MOZILLA_VER to PORTVERSION. Having MOZILLA_VER=13.0 triggers addition of some PERL environment variables which break the configure stage.
Comment 23 Rene Ladan freebsd_committer freebsd_triage 2023-10-29 12:17:25 UTC
@jsm feel free to take over this PR and commit your patch (don't forget to add MOZILLA_VER=115.3.1 in Makefile in that case)
Comment 24 Jesper Schmitz Mouridsen freebsd_committer freebsd_triage 2023-10-30 18:23:44 UTC
I will try to build the multilocale edition as well.
Comment 25 Jesper Schmitz Mouridsen freebsd_committer freebsd_triage 2023-11-06 09:48:37 UTC
Created attachment 246158 [details]
multilocale and with manual
Comment 26 commit-hook freebsd_committer freebsd_triage 2023-11-09 19:40:04 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5bab21c20a580787a9906f4012743287141878d8

commit 5bab21c20a580787a9906f4012743287141878d8
Author:     Jesper Schmitz Mouridsen <jsm@FreeBSD.org>
AuthorDate: 2023-11-09 19:16:52 +0000
Commit:     Jesper Schmitz Mouridsen <jsm@FreeBSD.org>
CommitDate: 2023-11-09 19:39:10 +0000

    www/tor-browser: Update to 13.01

       Include locales upfront, the LOCAL/jsm l10n distfile is made
       by a tor-browser-build of project l10n-firefox.

       The tpo/translations do not keep tags so two files per locale
       are out of sync with the linux release.

    PR:     273416
    PR:     272477
    Tested by:      Martin Filla freebsd@sysctl.cz,rene@
    Approved by:    freebsd@sysctl.cz (maintainer)

 www/tor-browser/Makefile                           |    65 +-
 www/tor-browser/distinfo                           |    14 +-
 www/tor-browser/files/packagemanual.py (new)       |    69 +
 www/tor-browser/files/patch-addon-search           |    24 +-
 .../files/patch-browser-app-nsBrowserApp.cpp       |    14 +-
 .../files/patch-browser-base-jar.mn (new)          |   227 +
 .../patch-browser_app_profile_000-tor-browser.js   |    16 +-
 www/tor-browser/files/patch-bug1427152 (new)       |    10 +
 www/tor-browser/files/patch-bug1504834_comment5    |    10 +-
 .../files/patch-bug1504834_comment9 (gone)         |    49 -
 www/tor-browser/files/patch-bug1559213             |    39 +-
 www/tor-browser/files/patch-bug1626236             |    40 +-
 www/tor-browser/files/patch-bug1628567             |     4 +-
 www/tor-browser/files/patch-bug1640982 (gone)      |    17 -
 www/tor-browser/files/patch-bug1659612             |    22 +-
 www/tor-browser/files/patch-bug1664115 (gone)      |    82 -
 .../files/patch-bug1729459_comment12 (gone)        |    93 -
 www/tor-browser/files/patch-bug847568              |    10 +-
 .../patch-gfx_skia_skia_src_base_SkEndian.h (new)  |    11 +
 ...gfx_skia_skia_src_core_SkRasterPipeline.h (new) |    11 +
 .../files/patch-i386-protobuf-alignment (new)      |    15 +
 .../files/patch-js_public_Utility.h (new)          |    35 +
 .../files/patch-libwebrtc-generate (gone)          |   159 -
 www/tor-browser/files/patch-libwebrtc-generated    | 50556 ++++++++++++++-----
 .../files/patch-libwebrtc-powerpc64 (new)          |   264 +
 .../files/patch-memory_mozalloc_throw__gcc.h       |     2 +-
 .../patch-modules_fdlibm_src_math__private.h (new) |    27 +
 www/tor-browser/files/patch-pipewire_init          |    67 +-
 ...patch-python_mozbuild_mozbuild_gn__processor.py |    21 +-
 www/tor-browser/files/patch-rust-1.70.0 (gone)     |    33 -
 www/tor-browser/files/patch-rust-1.73.0 (gone)     |    83 -
 ...rty_libwebrtc_build_config_BUILDCONFIG.gn (new) |    37 +
 ..._party_libwebrtc_rtc__base_ip__address.cc (new) |    23 +
 ...omponents_tor-launcher_TorProcess_sys_mjs (new) |    26 +
 ...nonents_tor-launcher_TorLauncherUtil.jsm (gone) |    20 -
 ...compononents_tor-launcher_TorProcess.jsm (gone) |    22 -
 .../files/patch-toolkit_torbutton_jar.mn (new)     |    80 +
 .../files/patch-toolkit_xre_glxtest.cpp (new)      |    17 +
 .../patch-toolkit_xre_nsXREDirPRovider.cpp (gone)  |    14 -
 39 files changed, 39157 insertions(+), 13171 deletions(-)