Pier Angelo Vendrame pushed to branch maint-15.0 at The Tor Project / Applications / tor-browser-build Commits: a860d674 by Pier Angelo Vendrame at 2026-05-06T18:16:02+02:00 Bug 41787&41788: Prepare Tor, Mullvad Browser 15.0.12 - - - - - 8 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/tor/config - projects/translation/config - rbm.conf Changes: ===================================== projects/browser/Bundle-Data/Docs-MB/ChangeLog.txt ===================================== @@ -1,3 +1,10 @@ +Mullvad Browser 15.0.12 - May 07 2026 + * All Platforms + * Updated Firefox to 140.10.2esr + * Build System + * All Platforms + * Bug 41781: Fix clean section in rbm.local.conf.example [tor-browser-build] + Mullvad Browser 15.0.11 - April 28 2026 * All Platforms * Updated Firefox to 140.10.1esr ===================================== projects/browser/Bundle-Data/Docs-TBB/ChangeLog.txt ===================================== @@ -1,3 +1,17 @@ +Tor Browser 15.0.12 - May 07 2026 + * All Platforms + * Updated tor to 0.4.9.7 + * Bug 44940: Rebase Tor Browser stable onto 140.10.2esr [tor-browser] + * Windows + macOS + Linux + * Updated Firefox to 140.10.2esr + * Bug 44746: Funding the Commons Implementation (Desktop) [tor-browser] + * Android + * Updated GeckoView to 140.10.2esr + * Bug 44747: Funding the Commons Implementation (Android) [tor-browser] + * Build System + * All Platforms + * Bug 41781: Fix clean section in rbm.local.conf.example [tor-browser-build] + Tor Browser 15.0.11 - April 28 2026 * All Platforms * Updated NoScript to 13.6.18.1984 ===================================== projects/browser/config ===================================== @@ -114,9 +114,9 @@ input_files: - filename: dmg-root enable: '[% ! c("var/android") %]' - name: fenix-nightly-apk - URL: https://ftp.mozilla.org/pub/fenix/nightly/2026/04/2026-04-27-08-37-11-fenix-... + URL: https://ftp.mozilla.org/pub/fenix/nightly/2026/05/2026-05-06-08-59-15-fenix-... enable: '[% c("var/android") %]' - sha256sum: 6f122e3d24c2a782bf86deca09155ec1fcf354522c62833715cca5f35c75d11f + sha256sum: b9abf50be5ccd4b4fdef96caaab05be42f8dd5fb46f14efc80e46cddf7c7ea87 - URL: https://dist.torproject.org/torbrowser/noscript/noscript-13.6.18.1984.xpi name: noscript sha256sum: 75cf39c482af002976be6bca9f4d4d13e161e9d97b078405180fc28436da5a2b ===================================== projects/firefox/config ===================================== @@ -18,7 +18,7 @@ container: use_container: 1 var: - firefox_platform_version: '140.10.1' + firefox_platform_version: '140.10.2' firefox_version: '[% c("var/firefox_platform_version") %]esr' browser_series: '15.0' browser_rebase: 1 ===================================== projects/geckoview/config ===================================== @@ -20,7 +20,7 @@ container: build_apk: 1 var: - firefox_platform_version: '140.10.1' + firefox_platform_version: '140.10.2' geckoview_version: '[% c("var/firefox_platform_version") %]esr' browser_series: '15.0' browser_rebase: 1 ===================================== 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 ===================================== @@ -12,13 +12,13 @@ compress_tar: 'gz' steps: base-browser: base-browser: '[% INCLUDE build %]' - git_hash: 1f76c1fa38583ae3f911e00a3bb170d73a329fac + git_hash: bca639ef183dba065e6f9dc0bab86aedb03f9335 targets: nightly: git_hash: 'base-browser' tor-browser: tor-browser: '[% INCLUDE build %]' - git_hash: 7ba943dc4c2b8675a38e09a4bdbf35692662f0c5 + git_hash: 56f475a6c10e509aaff0657b9d864463d387cea7 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: 77346b3d981743a4ea622eb1375907b8627059ac + git_hash: 2c08eef67c3e6d720b23b9766d12807e25fb805e compress_tar: 'zst' targets: nightly: ===================================== rbm.conf ===================================== @@ -74,11 +74,11 @@ buildconf: git_signtag_opt: '-s' var: - torbrowser_version: '15.0.11' + torbrowser_version: '15.0.12' 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/04/27 17:30:00' + browser_release_date: '2026/05/06 16:00:00' browser_release_date_timestamp: '[% USE date; date.format(c("var/browser_release_date"), "%s") %]' browser_default_channel: release browser_platforms: @@ -128,9 +128,9 @@ var: updater_enabled: 1 build_mar: 1 torbrowser_incremental_from: + - 15.0.11 - 15.0.10 - 15.0.9 - - 15.0.8 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/a8... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/a8... 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)