Pier Angelo Vendrame pushed to branch maint-15.0 at The Tor Project / Applications / tor-browser-build
Commits:
-
6398566d
by Pier Angelo Vendrame at 2026-04-20T15:31:49+02:00
11 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/moat-settings/config
- projects/openssl/config
- projects/translation/config
- rbm.conf
- tools/relprep.py
Changes:
| 1 | +Mullvad Browser 15.0.10 - April 21 2026
|
|
| 2 | + * All Platforms
|
|
| 3 | + * Updated Firefox to 140.10.0esr
|
|
| 4 | + * Updated Mullvad Browser Extension to 0.9.10
|
|
| 5 | + * Bug 525: Rebase Mullvad Browser stable onto 140.10.0esr [mullvad-browser]
|
|
| 6 | + * Bug 44288: New identity fails to block loading a custom home page [tor-browser]
|
|
| 7 | + * Bug 44749: Check search engines parameter replacements [tor-browser]
|
|
| 8 | + * Bug 44859: Backport Bugzilla 1666613: Display XML error pages in the browser directionality while force LTRing the XML code itself, without the use of intl.css [tor-browser]
|
|
| 9 | + * Bug 44863: Backport Security Fixes from Firefox 150 [tor-browser]
|
|
| 10 | + * Build System
|
|
| 11 | + * All Platforms
|
|
| 12 | + * Bug 41767: Add jwilde to allowed signer for browser projects [tor-browser-build]
|
|
| 13 | + |
|
| 1 | 14 | Mullvad Browser 15.0.9 - April 07 2026
|
| 2 | 15 | * All Platforms
|
| 3 | 16 | * Updated Firefox to 140.9.1esr
|
| ... | ... | @@ -114,9 +114,9 @@ input_files: |
| 114 | 114 | - filename: dmg-root
|
| 115 | 115 | enable: '[% ! c("var/android") %]'
|
| 116 | 116 | - name: fenix-nightly-apk
|
| 117 | - URL: https://ftp.mozilla.org/pub/fenix/nightly/2026/04/2026-04-03-21-20-07-fenix-151.0a1-android-arm64-v8a/fenix-151.0a1.multi.android-arm64-v8a.apk
|
|
| 117 | + URL: https://ftp.mozilla.org/pub/fenix/nightly/2026/04/2026-04-20-09-14-06-fenix-151.0a1-android-arm64-v8a/fenix-151.0a1.multi.android-arm64-v8a.apk
|
|
| 118 | 118 | enable: '[% c("var/android") %]'
|
| 119 | - sha256sum: 761ac1b0576638ace97ffe9e4aed6a881cebde1ce1d4d1961f593c84f67f5b88
|
|
| 119 | + sha256sum: 8e7e85644f275ab89b81b070e339a638bb28640c614ef2b14323d87b108e9115
|
|
| 120 | 120 | - URL: https://dist.torproject.org/torbrowser/noscript/noscript-13.6.15.1984.xpi
|
| 121 | 121 | name: noscript
|
| 122 | 122 | sha256sum: acf9509922b298b4529a434587dc04f5ff82dcb00b035f7efec90fb1ef8a09f3
|
| ... | ... | @@ -124,9 +124,9 @@ input_files: |
| 124 | 124 | name: ublock-origin
|
| 125 | 125 | sha256sum: f2730d2877005763a45d765749892e936f49cae713d28f7aa6ea314454b89cf1
|
| 126 | 126 | enable: '[% c("var/mullvad-browser") %]'
|
| 127 | - - URL: https://cdn.mullvad.net/browser-extension/0.9.7/mullvad-browser-extension-0.9.7.xpi
|
|
| 127 | + - URL: https://cdn.mullvad.net/browser-extension/0.9.10/mullvad-browser-extension-0.9.10.xpi
|
|
| 128 | 128 | name: mullvad-extension
|
| 129 | - sha256sum: 4597ee6fff6a2f19cbf78a6149d38d12ad8a9d6029b7e36f6c639dc3e07dd2c3
|
|
| 129 | + sha256sum: d8adfd5d83c67d8d50d9466c6564755de79a8a0825f5c67a151919506d411b30
|
|
| 130 | 130 | enable: '[% c("var/mullvad-browser") %]'
|
| 131 | 131 | - filename: 'gtk3-settings.ini'
|
| 132 | 132 | enable: '[% c("var/linux") %]'
|
| ... | ... | @@ -18,12 +18,12 @@ container: |
| 18 | 18 | use_container: 1
|
| 19 | 19 | |
| 20 | 20 | var:
|
| 21 | - firefox_platform_version: '140.9.1'
|
|
| 21 | + firefox_platform_version: '140.10.0'
|
|
| 22 | 22 | firefox_version: '[% c("var/firefox_platform_version") %]esr'
|
| 23 | 23 | browser_series: '15.0'
|
| 24 | 24 | browser_rebase: 1
|
| 25 | 25 | browser_branch: '[% c("var/browser_series") %]-[% c("var/browser_rebase") %]'
|
| 26 | - browser_build: 1
|
|
| 26 | + browser_build: 2
|
|
| 27 | 27 | copyright_year: '[% exec("git show -s --format=%ci " _ c("git_hash") _ "^{commit}", { exec_noco => 1 }).remove("-.*") %]'
|
| 28 | 28 | nightly_updates_publish_dir: '[% c("var/nightly_updates_publish_dir_prefix") %]nightly-[% c("var/osname") %]'
|
| 29 | 29 | gitlab_project: https://gitlab.torproject.org/tpo/applications/tor-browser
|
| ... | ... | @@ -20,12 +20,12 @@ container: |
| 20 | 20 | build_apk: 1
|
| 21 | 21 | |
| 22 | 22 | var:
|
| 23 | - firefox_platform_version: '140.9.1'
|
|
| 23 | + firefox_platform_version: '140.10.0'
|
|
| 24 | 24 | geckoview_version: '[% c("var/firefox_platform_version") %]esr'
|
| 25 | 25 | browser_series: '15.0'
|
| 26 | 26 | browser_rebase: 1
|
| 27 | 27 | browser_branch: '[% c("var/browser_series") %]-[% c("var/browser_rebase") %]'
|
| 28 | - browser_build: 1
|
|
| 28 | + browser_build: 2
|
|
| 29 | 29 | gitlab_project: https://gitlab.torproject.org/tpo/applications/tor-browser
|
| 30 | 30 | git_commit: '[% exec("git rev-parse " _ c("git_hash") _ "^{commit}", { exec_noco => 1 }) %]'
|
| 31 | 31 | deps:
|
| 1 | 1 | # vim: filetype=yaml sw=2
|
| 2 | -version: '1.25.8'
|
|
| 2 | +version: '1.25.9'
|
|
| 3 | 3 | filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.[% c("compress_tar") %]'
|
| 4 | 4 | container:
|
| 5 | 5 | use_container: 1
|
| 6 | 6 | |
| 7 | 7 | var:
|
| 8 | - source_sha256: e988d4a2446ac7fe3f6daa089a58e9936a52a381355adec1c8983230a8d6c59e
|
|
| 8 | + source_sha256: 0ec9ef8ebcea097aac37decae9f09a7218b451cd96be7d6ed513d8e4bcf909cf
|
|
| 9 | 9 | no_crosscompile: 1
|
| 10 | 10 | setup: |
|
| 11 | 11 | mkdir -p /var/tmp/dist
|
| 1 | 1 | # vim: filetype=yaml sw=2
|
| 2 | 2 | filename: '[% project %]-[% c("version") %]-[% c("var/build_id") %].tar.[% c("compress_tar") %]'
|
| 3 | 3 | git_url: https://gitlab.torproject.org/tpo/anti-censorship/rdsys-admin.git
|
| 4 | -git_hash: b99317d18b69d878700e124bbfe575495581270d
|
|
| 4 | +git_hash: 0061ce86ee2dfc8c451a78d28d0ef09e4ed7f36e
|
|
| 5 | 5 | version: '[% c("abbrev") %]'
|
| 6 | 6 | # Use gz for now, since we do not support Zstandard on Linux containers.
|
| 7 | 7 | compress_tar: 'gz' |
| 1 | 1 | # vim: filetype=yaml sw=2
|
| 2 | -version: 3.5.5
|
|
| 2 | +version: 3.5.6
|
|
| 3 | 3 | filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.[% c("compress_tar") %]'
|
| 4 | 4 | container:
|
| 5 | 5 | use_container: 1
|
| ... | ... | @@ -33,5 +33,5 @@ input_files: |
| 33 | 33 | - name: '[% c("var/compiler") %]'
|
| 34 | 34 | project: '[% c("var/compiler") %]'
|
| 35 | 35 | - URL: 'https://github.com/openssl/openssl/releases/download/openssl-[% c("version") %]/openssl-[% c("version") %].tar.gz'
|
| 36 | - sha256sum: b28c91532a8b65a1f983b4c28b7488174e4a01008e29ce8e69bd789f28bc2a89
|
|
| 36 | + sha256sum: deae7c80cba99c4b4f940ecadb3c3338b13cb77418409238e57d7f31f2a3b736
|
|
| 37 | 37 | name: openssl |
| ... | ... | @@ -12,13 +12,13 @@ compress_tar: 'gz' |
| 12 | 12 | steps:
|
| 13 | 13 | base-browser:
|
| 14 | 14 | base-browser: '[% INCLUDE build %]'
|
| 15 | - git_hash: ce651a6f8aa3a6c5ff9c3f9c77d3cb9585dcc903
|
|
| 15 | + git_hash: b09d79a755bda88aa22580243e335b7187099aef
|
|
| 16 | 16 | targets:
|
| 17 | 17 | nightly:
|
| 18 | 18 | git_hash: 'base-browser'
|
| 19 | 19 | tor-browser:
|
| 20 | 20 | tor-browser: '[% INCLUDE build %]'
|
| 21 | - git_hash: 685a144cb5cfdb50afc1e4effae48a63b3a81ee3
|
|
| 21 | + git_hash: acc7524bf476d29487aa85641c68b99e28c47e7d
|
|
| 22 | 22 | targets:
|
| 23 | 23 | nightly:
|
| 24 | 24 | git_hash: 'tor-browser'
|
| ... | ... | @@ -32,7 +32,7 @@ steps: |
| 32 | 32 | fenix: '[% INCLUDE build %]'
|
| 33 | 33 | # We need to bump the commit before releasing but just pointing to a branch
|
| 34 | 34 | # might cause too much rebuidling of the Firefox part.
|
| 35 | - git_hash: 0ed9941918bf17ced5568616f421a5d1f3accab9
|
|
| 35 | + git_hash: a5667904fa74aed3772a4d306ed4fbc2d83ea252
|
|
| 36 | 36 | compress_tar: 'zst'
|
| 37 | 37 | targets:
|
| 38 | 38 | nightly:
|
| ... | ... | @@ -74,11 +74,11 @@ buildconf: |
| 74 | 74 | git_signtag_opt: '-s'
|
| 75 | 75 | |
| 76 | 76 | var:
|
| 77 | - torbrowser_version: '15.0.9'
|
|
| 77 | + torbrowser_version: '15.0.10'
|
|
| 78 | 78 | torbrowser_build: 'build1'
|
| 79 | 79 | # This should be the date of when the build is started. For the build
|
| 80 | 80 | # to be reproducible, browser_release_date should always be in the past.
|
| 81 | - browser_release_date: '2026/04/04 07:30:00'
|
|
| 81 | + browser_release_date: '2026/04/20 13:30:00'
|
|
| 82 | 82 | browser_release_date_timestamp: '[% USE date; date.format(c("var/browser_release_date"), "%s") %]'
|
| 83 | 83 | browser_default_channel: release
|
| 84 | 84 | browser_platforms:
|
| ... | ... | @@ -128,9 +128,9 @@ var: |
| 128 | 128 | updater_enabled: 1
|
| 129 | 129 | build_mar: 1
|
| 130 | 130 | torbrowser_incremental_from:
|
| 131 | + - 15.0.9
|
|
| 131 | 132 | - 15.0.8
|
| 132 | 133 | - 15.0.7
|
| 133 | - - 15.0.6
|
|
| 134 | 134 | mar_channel_id: '[% c("var/projectname") %]-torproject-[% c("var/channel") %]'
|
| 135 | 135 | |
| 136 | 136 | # By default, we sort the list of installed packages. This allows sharing
|
| ... | ... | @@ -141,8 +141,7 @@ class ReleasePreparation: |
| 141 | 141 | if self.android:
|
| 142 | 142 | self.update_zstd()
|
| 143 | 143 | update_fenix_nightly_apk(self.base_path)
|
| 144 | - # The version of Go we use is EOL, skip the update.
|
|
| 145 | - # self.update_go()
|
|
| 144 | + self.update_go()
|
|
| 146 | 145 | self.update_manual()
|
| 147 | 146 | self.update_moat_settings()
|
| 148 | 147 |