Pier Angelo Vendrame pushed to branch maint-15.0 at The Tor Project / Applications / tor-browser-build Commits: 6fc3cb5f by Pier Angelo Vendrame at 2025-12-08T15:05:13+01:00 Bug 41637,41638: 15.0.3-build3 We had to disable Zucchini, which was enabled upstream but is not compatible with mingw. We will re-evaluate for 16.0. - - - - - 4 changed files: - projects/browser/Bundle-Data/Docs-MB/ChangeLog.txt - projects/browser/Bundle-Data/Docs-TBB/ChangeLog.txt - projects/firefox/config - rbm.conf Changes: ===================================== projects/browser/Bundle-Data/Docs-MB/ChangeLog.txt ===================================== @@ -8,6 +8,7 @@ Mullvad Browser 15.0.3 - December 09 2025 * Bug 44348: Backport Bugzilla 1999126: Protect whether PDF.js is enabled/disabled to improve fingerprinting protection [tor-browser] * Bug 44391: Restrictions cascade blocks every capability in subframes (e.g. captchas) [tor-browser] * Bug 44409: Backport Security Fixes from Firefox 146 [tor-browser] + * Bug 44414: Disable Zucchini for the 15.0 series. [tor-browser] * Build System * All Platforms * Bug 493: Automatically check whether the signed build is avaliable on dist.torproject.org before notifying Mullvad for QA [mullvad-browser] ===================================== projects/browser/Bundle-Data/Docs-TBB/ChangeLog.txt ===================================== @@ -9,6 +9,7 @@ Tor Browser 15.0.3 - December 09 2025 * Bug 41646: Update lyrebird version to v0.7.0 [tor-browser-build] * Windows + macOS + Linux * Updated Firefox to 140.6.0esr + * Bug 44414: Disable Zucchini for the 15.0 series. [tor-browser] * Android * Updated GeckoView to 140.6.0esr * Bug 44346: Webrender broken on Adreno 510 devices with esr140 [tor-browser] ===================================== projects/firefox/config ===================================== @@ -21,7 +21,7 @@ var: browser_series: '15.0' browser_rebase: 1 browser_branch: '[% c("var/browser_series") %]-[% c("var/browser_rebase") %]' - browser_build: 4 + browser_build: 5 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") %]' gitlab_project: https://gitlab.torproject.org/tpo/applications/tor-browser @@ -114,7 +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: 3 + browser_build: 4 linux-x86_64: var: arch_deps: ===================================== rbm.conf ===================================== @@ -75,7 +75,7 @@ buildconf: var: torbrowser_version: '15.0.3' - torbrowser_build: 'build2' + torbrowser_build: 'build3' # 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: '2025/12/08 08:01:36' View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/6f... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/6f... You're receiving this email because of your account on gitlab.torproject.org.
participants (1)
-
Pier Angelo Vendrame (@pierov)