Pier Angelo Vendrame pushed to branch main at The Tor Project / Applications / tor-browser-build Commits: 5a3d2a8b by Pier Angelo Vendrame at 2026-05-06T18:21:23+02:00 Bug 41768: Prepare Tor Browser 16.0a6 (build 2). - - - - - 7 changed files: - projects/browser/Bundle-Data/Docs-TBB/ChangeLog.txt - projects/browser/config - projects/firefox/config - projects/geckoview/config - projects/tor/config - projects/translation/config - rbm.conf Changes: ===================================== projects/browser/Bundle-Data/Docs-TBB/ChangeLog.txt ===================================== @@ -1,25 +1,33 @@ -Tor Browser 16.0a6 - May 05 2026 +Tor Browser 16.0a6 - May 07 2026 * All Platforms - * Updated NoScript to 13.6.17.90101984 + * Updated tor to 0.4.9.7 + * Updated NoScript to 13.6.18.90101984 * Updated OpenSSL to 3.5.6 * Bug 43857: Review in-source TODOs [tor-browser] - * Bug 44402: Re-enable ESLint rule mozilla/no-browser-refs-in-toolkit as an error + * Bug 44402: Re-enable ESLint rule mozilla/no-browser-refs-in-toolkit as an error [tor-browser] * Bug 44749: Check search engines parameter replacements [tor-browser] * Bug 44792: Rebase alpha onto 150.0a1 [tor-browser] * Bug 44796: Adjust TorProviderBuilder to report the provider state to consumers [tor-browser] * Bug 44828: Remove browser module references from toolkit/modules/ActorManagerParent.sys.mjs [tor-browser] * Bug 44841: TorDomainIsolator proxy filter returns null on exception instead of preserving SOCKS proxy [tor-browser] * Bug 44865: Block chrome://*/locale/* to content [tor-browser] + * Bug 44868: Backport 138c33ea964b2e0a4875aadc39d8a948e0c2aace to 150 to fix Windows builds [tor-browser] * Bug 44870: Remove legacy branch from gitlab templates [tor-browser] * Bug 44895: Undo the patch for #44772 [tor-browser] * Bug 41775: Update list of Snowflake STUN servers in default bridge line, 2026 edition [tor-browser-build] + * Bug 41778: Remove base-browser from protected-branches.py [tor-browser-build] + * Bug 41780: Create sha256sums-unsigned-build.txt in artifacts/$platform directories [tor-browser-build] * Windows + macOS + Linux * Updated Firefox to 150.0a1 + * Bug 43824: Switch resource:// modules to use moz-src: [tor-browser] * Bug 44288: New identity fails to block loading a custom home page [tor-browser] + * Bug 44458: Fix the "Connect" and ".onion available" button height [tor-browser] * Bug 44560: Customize the flags for alternate 'Application Data' directories [tor-browser] + * Bug 44630: Use settings config to hide settings, rather than data-hidden-from-search or commenting out [tor-browser] * Bug 44648: Unexpected changes to SearchService.sys.mjs [tor-browser] * Bug 44685: Use border radius for letterboxing [tor-browser] * Bug 44798: Don't load `about:torconnect` into iframes [tor-browser] + * Bug 44829: Hide the settings privacy card [tor-browser] * Bug 44832: Hide the Firefox mascot in about:neterror [tor-browser] * Bug 44846: about:torconnect redirect doesn't work with the new neterror page [tor-browser] * Bug 44847: Drop letterboxing sidebar rounded corner logic [tor-browser] @@ -29,6 +37,7 @@ Tor Browser 16.0a6 - May 05 2026 * Bug 44862: Fontvis is missing Segoe MDL2 Assets [tor-browser] * Bug 44868: Backport 138c33ea964b2e0a4875aadc39d8a948e0c2aace to 150 to fix Windows builds [tor-browser] * macOS + * Bug 44850: Wrong path for bootstrapped tor daemon on macOS [tor-browser] * Bug 41476: Since 13.5-legacy is not longer supported, remove tools/signing/wrappers/sign-rcodesign [tor-browser-build] * Linux * Bug 44361: Notify Linux i686 users that they won't receive updates anymore [tor-browser] @@ -41,6 +50,7 @@ Tor Browser 16.0a6 - May 05 2026 * Bug 44848: Do not overwrite Android toolchains on default mozconfigs [tor-browser] * Bug 44880: Fix edgeToEdge display issue presented in 150 android rebase [tor-browser] * Bug 44925: Fix bootstrap screen color styling for light mode presented in one of the rebases between 140 and 150 [tor-browser] + * Bug 44935: Remove incorrectly shown "open in app" notification dot on settings button [tor-browser] * Build System * All Platforms * Bug 41591: Remove support for old mar filenames when 13.5 legacy branch is EOL [tor-browser-build] @@ -61,6 +71,8 @@ Tor Browser 16.0a6 - May 05 2026 * Bug 41773: Change the position of -mindepth when creating the dmg [tor-browser-build] * Linux * Bug 44555: Remove mozconfig-linux-i686 [tor-browser] + * Android + * Bug 44848: Do not overwrite Android toolchains on default mozconfigs [tor-browser] Tor Browser 16.0a5 - April 01 2026 * All Platforms ===================================== projects/browser/config ===================================== @@ -87,9 +87,9 @@ input_files: enable: '[% !c("var/android") %]' - filename: dmg-root enable: '[% c("var/macos") %]' - - URL: https://dist.torproject.org/torbrowser/noscript/noscript-13.6.17.90101984.xp... + - URL: https://dist.torproject.org/torbrowser/noscript/noscript-13.6.18.90101984.xp... name: noscript - sha256sum: 625cac7e3a275398c2cdb38667b20ad57fde9015a9ab2c39f1b77bb42c32c639 + sha256sum: 645b60bcd3fd835cf1b3a4b710f74ca83d19287afe930b550732fb4837836319 - URL: https://addons.mozilla.org/firefox/downloads/file/4721638/ublock_origin-1.70... name: ublock-origin sha256sum: f2730d2877005763a45d765749892e936f49cae713d28f7aa6ea314454b89cf1 ===================================== projects/firefox/config ===================================== @@ -23,7 +23,7 @@ var: browser_series: '16.0' browser_rebase: 2 browser_branch: '[% c("var/browser_series") %]-[% c("var/browser_rebase") %]' - browser_build: 2 + browser_build: 3 upstream_firefox_commit: FIREFOX_NIGHTLY_150_END copyright_year: '[% exec("git show -s --format=%ci " _ c("git_hash") _ "^{commit}", { exec_noco => 1 }).remove("-.*") %]' nightly_updates_publish_dir: '[% c("var/nightly_updates_publish_dir_prefix") %]nightly-[% c("var/osname") %]' ===================================== projects/geckoview/config ===================================== @@ -26,7 +26,7 @@ var: browser_series: '16.0' browser_rebase: 2 browser_branch: '[% c("var/browser_series") %]-[% c("var/browser_rebase") %]' - browser_build: 2 + browser_build: 3 gitlab_project: https://gitlab.torproject.org/tpo/applications/tor-browser git_commit: '[% exec("git rev-parse " _ c("git_hash") _ "^{commit}", { exec_noco => 1 }) %]' deps: ===================================== projects/tor/config ===================================== @@ -1,6 +1,6 @@ # vim: filetype=yaml sw=2 filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.[% c("compress_tar") %]' -version: 0.4.9.6 +version: 0.4.9.7 git_hash: 'tor-[% c("version") %]' git_url: https://gitlab.torproject.org/tpo/core/tor.git git_submodule: 1 ===================================== projects/translation/config ===================================== @@ -18,7 +18,7 @@ steps: git_hash: 'base-browser' tor-browser: tor-browser: '[% INCLUDE build %]' - git_hash: 20629720924f89d8a8561f84c8808e4feaf78135 + git_hash: 56f475a6c10e509aaff0657b9d864463d387cea7 targets: nightly: git_hash: 'tor-browser' ===================================== rbm.conf ===================================== @@ -82,10 +82,10 @@ buildconf: var: torbrowser_version: '16.0a6' - torbrowser_build: 'build1' + torbrowser_build: 'build2' # This should be the date of when the build is started. For the build # to be reproducible, browser_release_date should always be in the past. - browser_release_date: '2026/05/04 16:00:00' + browser_release_date: '2026/05/06 13:00:00' browser_release_date_timestamp: '[% USE date; date.format(c("var/browser_release_date"), "%s") %]' browser_default_channel: alpha browser_platforms: View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/5a... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/5a... You're receiving this email because of your account on gitlab.torproject.org. Manage all notifications: https://gitlab.torproject.org/-/profile/notifications | Help: https://gitlab.torproject.org/help
participants (1)
-
Pier Angelo Vendrame (@pierov)