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
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:
| 1 | +Mullvad Browser 15.0.11 - April 28 2026
|
|
| 2 | + * All Platforms
|
|
| 3 | + * Updated Firefox to 140.10.1esr
|
|
| 4 | + * Updated NoScript to 13.6.18.1984
|
|
| 5 | + * Bug 529: Rebase Mullvad Browser stable onto 140.10.1esr [mullvad-browser]
|
|
| 6 | + |
|
| 1 | 7 | Mullvad Browser 15.0.10 - April 21 2026
|
| 2 | 8 | * All Platforms
|
| 3 | 9 | * Updated Firefox to 140.10.0esr
|
| ... | ... | @@ -114,12 +114,12 @@ 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-20-09-14-06-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-27-08-37-11-fenix-152.0a1-android-arm64-v8a/fenix-152.0a1.multi.android-arm64-v8a.apk
|
|
| 118 | 118 | enable: '[% c("var/android") %]'
|
| 119 | - sha256sum: 8e7e85644f275ab89b81b070e339a638bb28640c614ef2b14323d87b108e9115
|
|
| 120 | - - URL: https://dist.torproject.org/torbrowser/noscript/noscript-13.6.15.1984.xpi
|
|
| 119 | + sha256sum: 6f122e3d24c2a782bf86deca09155ec1fcf354522c62833715cca5f35c75d11f
|
|
| 120 | + - URL: https://dist.torproject.org/torbrowser/noscript/noscript-13.6.18.1984.xpi
|
|
| 121 | 121 | name: noscript
|
| 122 | - sha256sum: acf9509922b298b4529a434587dc04f5ff82dcb00b035f7efec90fb1ef8a09f3
|
|
| 122 | + sha256sum: 75cf39c482af002976be6bca9f4d4d13e161e9d97b078405180fc28436da5a2b
|
|
| 123 | 123 | - URL: https://addons.mozilla.org/firefox/downloads/file/4721638/ublock_origin-1.70.0.xpi
|
| 124 | 124 | name: ublock-origin
|
| 125 | 125 | sha256sum: f2730d2877005763a45d765749892e936f49cae713d28f7aa6ea314454b89cf1
|
| ... | ... | @@ -18,12 +18,12 @@ container: |
| 18 | 18 | use_container: 1
|
| 19 | 19 | |
| 20 | 20 | var:
|
| 21 | - firefox_platform_version: '140.10.0'
|
|
| 21 | + firefox_platform_version: '140.10.1'
|
|
| 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: 2
|
|
| 26 | + browser_build: 1
|
|
| 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.10.0'
|
|
| 23 | + firefox_platform_version: '140.10.1'
|
|
| 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: 2
|
|
| 28 | + browser_build: 1
|
|
| 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:
|
| ... | ... | @@ -12,13 +12,13 @@ compress_tar: 'gz' |
| 12 | 12 | steps:
|
| 13 | 13 | base-browser:
|
| 14 | 14 | base-browser: '[% INCLUDE build %]'
|
| 15 | - git_hash: b09d79a755bda88aa22580243e335b7187099aef
|
|
| 15 | + git_hash: 1f76c1fa38583ae3f911e00a3bb170d73a329fac
|
|
| 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: acc7524bf476d29487aa85641c68b99e28c47e7d
|
|
| 21 | + git_hash: 7ba943dc4c2b8675a38e09a4bdbf35692662f0c5
|
|
| 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: a5667904fa74aed3772a4d306ed4fbc2d83ea252
|
|
| 35 | + git_hash: 77346b3d981743a4ea622eb1375907b8627059ac
|
|
| 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.10'
|
|
| 77 | + torbrowser_version: '15.0.11'
|
|
| 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/20 13:30:00'
|
|
| 81 | + browser_release_date: '2026/04/27 17: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.10
|
|
| 131 | 132 | - 15.0.9
|
| 132 | 133 | - 15.0.8
|
| 133 | - - 15.0.7
|
|
| 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
|