Pier Angelo Vendrame pushed to branch maint-15.0 at The Tor Project / Applications / tor-browser-build Commits: e4b798b8 by Pier Angelo Vendrame at 2026-04-27T19:42:02+02:00 Bug 41783&41784: Prepare Tor, Mullvad Browser 15.0.11 - - - - - 7 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/translation/config - rbm.conf Changes: ===================================== projects/browser/Bundle-Data/Docs-MB/ChangeLog.txt ===================================== @@ -1,3 +1,9 @@ +Mullvad Browser 15.0.11 - April 28 2026 + * All Platforms + * Updated Firefox to 140.10.1esr + * Updated NoScript to 13.6.18.1984 + * Bug 529: Rebase Mullvad Browser stable onto 140.10.1esr [mullvad-browser] + Mullvad Browser 15.0.10 - April 21 2026 * All Platforms * Updated Firefox to 140.10.0esr ===================================== projects/browser/Bundle-Data/Docs-TBB/ChangeLog.txt ===================================== @@ -1,3 +1,12 @@ +Tor Browser 15.0.11 - April 28 2026 + * All Platforms + * Updated NoScript to 13.6.18.1984 + * Bug 44907: Rebase Tor Browser onto 140.10.1esr [tor-browser] + * Windows + macOS + Linux + * Updated Firefox to 140.10.1esr + * Android + * Updated GeckoView to 140.10.1esr + Tor Browser 15.0.10 - April 21 2026 * All Platforms * Updated OpenSSL to 3.5.6 ===================================== projects/browser/config ===================================== @@ -114,12 +114,12 @@ 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-20-09-14-06-fenix-... + URL: https://ftp.mozilla.org/pub/fenix/nightly/2026/04/2026-04-27-08-37-11-fenix-... enable: '[% c("var/android") %]' - sha256sum: 8e7e85644f275ab89b81b070e339a638bb28640c614ef2b14323d87b108e9115 - - URL: https://dist.torproject.org/torbrowser/noscript/noscript-13.6.15.1984.xpi + sha256sum: 6f122e3d24c2a782bf86deca09155ec1fcf354522c62833715cca5f35c75d11f + - URL: https://dist.torproject.org/torbrowser/noscript/noscript-13.6.18.1984.xpi name: noscript - sha256sum: acf9509922b298b4529a434587dc04f5ff82dcb00b035f7efec90fb1ef8a09f3 + sha256sum: 75cf39c482af002976be6bca9f4d4d13e161e9d97b078405180fc28436da5a2b - URL: https://addons.mozilla.org/firefox/downloads/file/4721638/ublock_origin-1.70... name: ublock-origin sha256sum: f2730d2877005763a45d765749892e936f49cae713d28f7aa6ea314454b89cf1 ===================================== projects/firefox/config ===================================== @@ -18,12 +18,12 @@ container: use_container: 1 var: - firefox_platform_version: '140.10.0' + firefox_platform_version: '140.10.1' firefox_version: '[% c("var/firefox_platform_version") %]esr' browser_series: '15.0' browser_rebase: 1 browser_branch: '[% c("var/browser_series") %]-[% c("var/browser_rebase") %]' - browser_build: 2 + browser_build: 1 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 ===================================== projects/geckoview/config ===================================== @@ -20,12 +20,12 @@ container: build_apk: 1 var: - firefox_platform_version: '140.10.0' + firefox_platform_version: '140.10.1' geckoview_version: '[% c("var/firefox_platform_version") %]esr' browser_series: '15.0' browser_rebase: 1 browser_branch: '[% c("var/browser_series") %]-[% c("var/browser_rebase") %]' - browser_build: 2 + browser_build: 1 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/translation/config ===================================== @@ -12,13 +12,13 @@ compress_tar: 'gz' steps: base-browser: base-browser: '[% INCLUDE build %]' - git_hash: b09d79a755bda88aa22580243e335b7187099aef + git_hash: 1f76c1fa38583ae3f911e00a3bb170d73a329fac targets: nightly: git_hash: 'base-browser' tor-browser: tor-browser: '[% INCLUDE build %]' - git_hash: acc7524bf476d29487aa85641c68b99e28c47e7d + git_hash: 7ba943dc4c2b8675a38e09a4bdbf35692662f0c5 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: a5667904fa74aed3772a4d306ed4fbc2d83ea252 + git_hash: 77346b3d981743a4ea622eb1375907b8627059ac compress_tar: 'zst' targets: nightly: ===================================== rbm.conf ===================================== @@ -74,11 +74,11 @@ buildconf: git_signtag_opt: '-s' var: - torbrowser_version: '15.0.10' + torbrowser_version: '15.0.11' 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/20 13:30:00' + browser_release_date: '2026/04/27 17:30: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.10 - 15.0.9 - 15.0.8 - - 15.0.7 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/e4... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/e4... 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)