Pier Angelo Vendrame pushed to branch maint-15.0 at The Tor Project / Applications / tor-browser-build
Commits:
-
97ba05df
by Pier Angelo Vendrame at 2026-08-17T17:51:21+02:00
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/go/config
- projects/translation/config
- rbm.conf
Changes:
| 1 | +Mullvad Browser 15.0.20 - August 18 2026
|
|
| 2 | + * All Platforms
|
|
| 3 | + * Updated Firefox to 140.14.0esr
|
|
| 4 | + * Updated uBlock Origin to 1.73.0
|
|
| 5 | + * Bug 570: Rebase Mullvad Browser stable onto 140.14.0esr [mullvad-browser]
|
|
| 6 | + * Bug 45219: Backport Security Fixes from Firefox 154 [tor-browser]
|
|
| 7 | + * Build System
|
|
| 8 | + * All Platforms
|
|
| 9 | + * Bug 41850: Update keyring/torbrowser.gpg for new subkey and updated expiration date of the main key [tor-browser-build]
|
|
| 10 | + |
|
| 1 | 11 | Mullvad Browser 15.0.19 - July 21 2026
|
| 2 | 12 | * All Platforms
|
| 3 | 13 | * Updated Firefox to 140.13.0esr
|
| ... | ... | @@ -114,15 +114,16 @@ 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/07/2026-07-19-21-13-19-fenix-154.0a1-android-arm64-v8a/fenix-154.0a1.multi.android-arm64-v8a.apk
|
|
| 117 | + URL:
|
|
| 118 | + https://ftp.mozilla.org/pub/fenix/nightly/2026/08/2026-08-17-09-28-31-fenix-156.0a1-android-arm64-v8a/fenix-156.0a1.multi.android-arm64-v8a.apk
|
|
| 118 | 119 | enable: '[% c("var/android") %]'
|
| 119 | - sha256sum: 022c3902342f38a3c83c0ab20067decaae6c9488dd824fda2259aba2b4997195
|
|
| 120 | + sha256sum: 2def423d5714369709d63ce9fd544049afa35ee83db8e37409ea3fcfd0a7c8da
|
|
| 120 | 121 | - URL: https://dist.torproject.org/torbrowser/noscript/noscript-13.6.31.1984.xpi
|
| 121 | 122 | name: noscript
|
| 122 | 123 | sha256sum: 28e1689956b610f328c582ae45b326cf666d909c468a87f01d48a10e256dad1f
|
| 123 | - - URL: https://addons.mozilla.org/firefox/downloads/file/4888680/ublock_origin-1.72.2.xpi
|
|
| 124 | + - URL: https://addons.mozilla.org/firefox/downloads/file/4940584/ublock_origin-1.73.0.xpi
|
|
| 124 | 125 | name: ublock-origin
|
| 125 | - sha256sum: 40c315b0da7871868155ecfae7a50a58dfa0920aebd865e008214986f1b7c578
|
|
| 126 | + sha256sum: bccc51a773150af4af6e1fd62c7bfdeb7238b79ff2381b998fa9f2e38f64786a
|
|
| 126 | 127 | enable: '[% c("var/mullvad-browser") %]'
|
| 127 | 128 | - URL: https://cdn.mullvad.net/browser-extension/0.9.10/mullvad-browser-extension-0.9.10.xpi
|
| 128 | 129 | name: mullvad-extension
|
| ... | ... | @@ -18,7 +18,7 @@ container: |
| 18 | 18 | use_container: 1
|
| 19 | 19 | |
| 20 | 20 | var:
|
| 21 | - firefox_platform_version: '140.13.0'
|
|
| 21 | + firefox_platform_version: '140.14.0'
|
|
| 22 | 22 | firefox_version: '[% c("var/firefox_platform_version") %]esr'
|
| 23 | 23 | browser_series: '15.0'
|
| 24 | 24 | browser_rebase: 1
|
| ... | ... | @@ -20,7 +20,7 @@ container: |
| 20 | 20 | build_apk: 1
|
| 21 | 21 | |
| 22 | 22 | var:
|
| 23 | - firefox_platform_version: '140.13.0'
|
|
| 23 | + firefox_platform_version: '140.14.0'
|
|
| 24 | 24 | geckoview_version: '[% c("var/firefox_platform_version") %]esr'
|
| 25 | 25 | browser_series: '15.0'
|
| 26 | 26 | browser_rebase: 1
|
| 1 | 1 | # vim: filetype=yaml sw=2
|
| 2 | -version: '1.25.12'
|
|
| 2 | +version: '1.25.13'
|
|
| 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: f90dcee4bd023fa376374ea0a5a6ebe553537b39c426ffd8c689469b45519932
|
|
| 8 | + source_sha256: 1d7e2f70b1ee9b93c7df8efcca71f5adcc6a59797a4336c2d10171bd4c174614
|
|
| 9 | 9 | no_crosscompile: 1
|
| 10 | 10 | setup: |
|
| 11 | 11 | mkdir -p /var/tmp/dist
|
| ... | ... | @@ -12,13 +12,13 @@ compress_tar: 'gz' |
| 12 | 12 | steps:
|
| 13 | 13 | base-browser:
|
| 14 | 14 | base-browser: '[% INCLUDE build %]'
|
| 15 | - git_hash: 38c3b4e6b3b71f9dbf84ed31c0552b2461e506c5
|
|
| 15 | + git_hash: 2740d708bcedd2fa43489c8d08cdd80b70bd8cf3
|
|
| 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: 510b52a6963331b5c67471921ed5c54a77370840
|
|
| 21 | + git_hash: 1768f6c09cb2c4a012daaf8b33d105a7b48f7bfd
|
|
| 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: ef9b8c76e315678f5c1841ad63f35870106492e4
|
|
| 35 | + git_hash: fadbeeb9f8724d06903be5aade3e0ce26529d178
|
|
| 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.19'
|
|
| 77 | + torbrowser_version: '15.0.20'
|
|
| 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/07/20 08:00:00'
|
|
| 81 | + browser_release_date: '2026/08/17 15:00: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,10 +128,10 @@ var: |
| 128 | 128 | updater_enabled: 1
|
| 129 | 129 | build_mar: 1
|
| 130 | 130 | torbrowser_incremental_from:
|
| 131 | + - 15.0.19
|
|
| 131 | 132 | - 15.0.18
|
| 132 | 133 | - '[% IF c("var/tor-browser") %]15.0.17[% END %]'
|
| 133 | - - 15.0.16
|
|
| 134 | - - '[% IF c("var/mullvad-browser") %]15.0.14[% END %]'
|
|
| 134 | + - '[% IF c("var/mullvad-browser") %]15.0.16[% END %]'
|
|
| 135 | 135 | mar_channel_id: '[% c("var/projectname") %]-torproject-[% c("var/channel") %]'
|
| 136 | 136 | |
| 137 | 137 | # By default, we sort the list of installed packages. This allows sharing
|