morgan pushed to branch main at The Tor Project / Applications / tor-browser-build Commits: dc112534 by Morgan at 2026-06-02T17:34:15+00:00 Bug 41789, 41790: Prepare Tor, Mullvad Browser 16.0a7 - - - - - 9 changed files: - projects/browser/Bundle-Data/Docs-MB/ChangeLog.txt - projects/browser/Bundle-Data/Docs-TBB/ChangeLog.txt - projects/browser/config - projects/firefox/config - projects/geckoview/config - projects/go/config - projects/tor/config - projects/translation/config - rbm.conf Changes: ===================================== projects/browser/Bundle-Data/Docs-MB/ChangeLog.txt ===================================== @@ -1,3 +1,28 @@ +Mullvad Browser 16.0a7 - June 03 2026 + * All Platforms + * Updated Firefox to 151.0a1 + * Updated NoScript to 13.6.19.90401984 + * Updated uBlock Origin to 1.71.0 + * Bug 43824: Switch resource:// modules to use moz-src: [tor-browser] + * Bug 44630: Use settings config to hide settings, rather than data-hidden-from-search or commenting out [tor-browser] + * Bug 44829: Hide the settings privacy card [tor-browser] + * Bug 44869: Rebase alpha onto 151 [tor-browser] + * Bug 44903: Use the `support-page` instead of `tor-manual-page` in `moz-support-link` [tor-browser] + * Bug 44989: Backport Bug 2040704: Fix date format leak in Firefox 151 [tor-browser] + * Bug 44990: CI failing due to dubious ownership of cached repo [tor-browser] + * Bug 44999: Privacy settings are broken in 151 [tor-browser] + * Windows + * Bug 44745: Change how we hide SSO setting for windows [tor-browser] + * Build System + * All Platforms + * Bug 41779: Update toolchains for Firefox 151 [tor-browser-build] + * Bug 41781: Fix clean section in rbm.local.conf.example [tor-browser-build] + * Bug 41792: Switch from ftp.gnu.org to ftpmirror.gnu.org [tor-browser-build] + * Bug 41806: `make list_toolchain_updates` should check var/firefox_platform_version [tor-browser-build] + * Bug 41807: Incorrectly generated Bugzilla query link in generate-bugzilla-triage-csv.py [tor-browser-build] + * macOS + * Bug 41793: Stop copying permissions from .mar in dmg2mar [tor-browser-build] + Mullvad Browser 16.0a6 - May 05 2026 * All Platforms * Updated Firefox to 150.0a1 ===================================== projects/browser/Bundle-Data/Docs-TBB/ChangeLog.txt ===================================== @@ -1,3 +1,45 @@ +Tor Browser 16.0a7 - June 03 2026 + * All Platforms + * Updated NoScript to 13.6.19.90401984 + * Updated Tor to 0.4.9.9 + * Bug 42436: Allow for multiple configured (front, reflector) domain fronting pairs in Moat module [tor-browser] + * Bug 44869: Rebase alpha onto 151 [tor-browser] + * Bug 44952: TOR_PROVIDER=none throws an error at launch [tor-browser] + * Bug 44989: Backport Bug 2040704: Fix date format leak in Firefox 151 [tor-browser] + * Bug 44990: CI failing due to dubious ownership of cached repo [tor-browser] + * Bug 44999: Privacy settings are broken in 151 [tor-browser] + * Bug 41686: Copy more build artifacts to the artifacts directory [tor-browser-build] + * Windows + macOS + Linux + * Updated Firefox to 151.0a1 + * Bug 44903: Use the `support-page` instead of `tor-manual-page` in `moz-support-link` [tor-browser] + * Bug 44904: Use settings config for onion site settings [tor-browser] + * Bug 44991: Improve the no-authentication handling on the control port [tor-browser] + * Bug 44997: Captcha doesn't work in TB desktop [tor-browser] + * Bug 45005: Rename arrowpanel CSS variable [tor-browser] + * Windows + * Bug 44745: Change how we hide SSO setting for windows [tor-browser] + * Android + * Updated GeckoView to 151.0a1 + * Bug 43543: Make the dev icon distinct from the nightly one [tor-browser] + * Bug 44211: Disable "Shake it up. Skip the scroll." [tor-browser] + * Bug 44323: Audit Android Settings changes from 128 to 140 [tor-browser] + * Bug 44917: Disable Ads client for all channels [tor-browser] + * Bug 45031: Disable AI features for Android [tor-browser] + * Build System + * All Platforms + * Bug 41779: Update toolchains for Firefox 151 [tor-browser-build] + * Bug 41781: Fix clean section in rbm.local.conf.example [tor-browser-build] + * Bug 41792: Switch from ftp.gnu.org to ftpmirror.gnu.org [tor-browser-build] + * Bug 41798: Update the URL to versions.ini in relprep.py [tor-browser-build] + * Bug 41806: `make list_toolchain_updates` should check var/firefox_platform_version [tor-browser-build] + * Bug 41807: Incorrectly generated Bugzilla query link in generate-bugzilla-triage-csv.py [tor-browser-build] + * Windows + Linux + Android + * Updated Go to 1.26.3 + * macOS + * Bug 41793: Stop copying permissions from .mar in dmg2mar [tor-browser-build] + * Android + * Bug 41801: Hardlink artifacts in fix_gradle_deps.py [tor-browser-build] + Tor Browser 16.0a6 - May 07 2026 * All Platforms * Updated tor to 0.4.9.7 ===================================== projects/browser/config ===================================== @@ -87,12 +87,12 @@ input_files: enable: '[% !c("var/android") %]' - filename: dmg-root enable: '[% c("var/macos") %]' - - URL: https://dist.torproject.org/torbrowser/noscript/noscript-13.6.18.90101984.xp... + - URL: https://dist.torproject.org/torbrowser/noscript/noscript-13.6.19.90401984.xp... name: noscript - sha256sum: 645b60bcd3fd835cf1b3a4b710f74ca83d19287afe930b550732fb4837836319 - - URL: https://addons.mozilla.org/firefox/downloads/file/4721638/ublock_origin-1.70... + sha256sum: a387b412f24dc3fe3730ab9f0a5a1a4367875a6206e9266012167bc8e67723c9 + - URL: https://addons.mozilla.org/firefox/downloads/file/4814095/ublock_origin-1.71... name: ublock-origin - sha256sum: f2730d2877005763a45d765749892e936f49cae713d28f7aa6ea314454b89cf1 + sha256sum: 47f788a1fc2c014830b30bb0ef9588615701b98c5265fb19b8cf4ba779849feb enable: '[% c("var/mullvad-browser") %]' - URL: https://cdn.mullvad.net/browser-extension/0.9.10/mullvad-browser-extension-0... name: mullvad-extension ===================================== projects/firefox/config ===================================== @@ -23,7 +23,7 @@ var: browser_series: '16.0' browser_rebase: 1 browser_branch: '[% c("var/browser_series") %]-[% c("var/browser_rebase") %]' - browser_build: 1 + browser_build: 4 upstream_firefox_commit: FIREFOX_NIGHTLY_151_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") %]' @@ -114,6 +114,7 @@ targets: updater_url: 'https://cdn.mullvad.net/browser/update_responses/update_1/' mar_id_prefix: 'mullvadbrowser-mullvad' nightly_updates_publish_dir_prefix: mullvadbrowser- + browser_build: 2 linux-x86_64: var: arch_deps: ===================================== projects/geckoview/config ===================================== @@ -26,7 +26,7 @@ var: browser_series: '16.0' browser_rebase: 1 browser_branch: '[% c("var/browser_series") %]-[% c("var/browser_rebase") %]' - browser_build: 1 + browser_build: 4 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/go/config ===================================== @@ -1,11 +1,11 @@ # vim: filetype=yaml sw=2 -version: '1.26.2' +version: '1.26.3' filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.[% c("compress_tar") %]' container: use_container: 1 var: - source_sha256: 2e91ebb6947a96e9436fb2b3926a8802efe63a6d375dffec4f82aa9dbd6fd43b + source_sha256: 1c646875d0aa8799133184ed57cf79ff24bdefe8c8820470602a9d3d6d9192b8 no_crosscompile: 1 setup: | mkdir -p /var/tmp/dist ===================================== 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.7 +version: 0.4.9.9 git_hash: 'tor-[% c("version") %]' git_url: https://gitlab.torproject.org/tpo/core/tor.git git_submodule: 1 ===================================== projects/translation/config ===================================== @@ -12,13 +12,13 @@ compress_tar: 'gz' steps: base-browser: base-browser: '[% INCLUDE build %]' - git_hash: bca639ef183dba065e6f9dc0bab86aedb03f9335 + git_hash: 1d60e454a106f032f83e1c76f7dee5309efe8938 targets: nightly: git_hash: 'base-browser' tor-browser: tor-browser: '[% INCLUDE build %]' - git_hash: 56f475a6c10e509aaff0657b9d864463d387cea7 + git_hash: 2d7a502a0fe2ab313e03440999003d21f3df1d20 targets: nightly: git_hash: 'tor-browser' @@ -32,7 +32,7 @@ steps: fenix: '[% INCLUDE build %]' # We need to bump the commit before releasing but just pointing to a branch # might cause too much rebuidling of the Firefox part. - git_hash: 2c08eef67c3e6d720b23b9766d12807e25fb805e + git_hash: 85e4fdaea34266fdc7f0ef88c68606edc3f280f4 compress_tar: 'zst' targets: nightly: ===================================== rbm.conf ===================================== @@ -81,11 +81,11 @@ buildconf: git_signtag_opt: '-s' var: - torbrowser_version: '16.0a6' - torbrowser_build: 'build2' + torbrowser_version: '16.0a7' + torbrowser_build: 'build1' # 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/06 13:00:00' + browser_release_date: '2026/06/02 12:37:12' browser_release_date_timestamp: '[% USE date; date.format(c("var/browser_release_date"), "%s") %]' browser_default_channel: alpha browser_platforms: @@ -131,9 +131,9 @@ var: updater_enabled: 1 build_mar: 1 torbrowser_incremental_from: + - 16.0a6 - 16.0a5 - 16.0a4 - - 16.0a3 mar_channel_id: '[% c("var/projectname") %]-torproject-[% c("var/channel") %]' # By default, we sort the list of installed packages. This allows sharing View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/dc... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/dc... 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)
-
morgan (@morgan)