Pier Angelo Vendrame pushed to branch maint-15.0 at The Tor Project / Applications / tor-browser-build
Commits:
-
506476e1
by Pier Angelo Vendrame at 2026-07-20T17:26:30+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.19 - July 21 2026
|
|
| 2 | + * All Platforms
|
|
| 3 | + * Updated Firefox to 140.13.0esr
|
|
| 4 | + * Updated NoScript to 13.6.31.1984
|
|
| 5 | + * Bug 558: Rebase Mullvad Browser stable onto 140.13.0esr [mullvad-browser]
|
|
| 6 | + * Bug 45124: Backport Security Fixes from Firefox 153 [tor-browser]
|
|
| 7 | + * Build System
|
|
| 8 | + * All Platforms
|
|
| 9 | + * Bug 41838: Update personal_access_tokens URL in tools/fetch_changelogs.py [tor-browser-build]
|
|
| 10 | + * Windows
|
|
| 11 | + * Bug 41819: Fix windows-rs URL in projects/firefox/config [tor-browser-build]
|
|
| 12 | + |
|
| 1 | 13 | Mullvad Browser 15.0.18 - July 14 2026
|
| 2 | 14 | * All Platforms
|
| 3 | 15 | * Updated NoScript to 13.6.30.1984
|
| ... | ... | @@ -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/07/2026-07-13-20-26-34-fenix-154.0a1-android-arm64-v8a/fenix-154.0a1.multi.android-arm64-v8a.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
|
|
| 118 | 118 | enable: '[% c("var/android") %]'
|
| 119 | - sha256sum: 1a0ca51024fa7624c407cfa9c0ca6571878d8558fe80c5e37fbba2f687219c7e
|
|
| 120 | - - URL: https://dist.torproject.org/torbrowser/noscript/noscript-13.6.30.1984.xpi
|
|
| 119 | + sha256sum: 022c3902342f38a3c83c0ab20067decaae6c9488dd824fda2259aba2b4997195
|
|
| 120 | + - URL: https://dist.torproject.org/torbrowser/noscript/noscript-13.6.31.1984.xpi
|
|
| 121 | 121 | name: noscript
|
| 122 | - sha256sum: c93285f97d9c2755d4778eb190f3f9263270554cd762f420eca5a7ff67633d0a
|
|
| 122 | + sha256sum: 28e1689956b610f328c582ae45b326cf666d909c468a87f01d48a10e256dad1f
|
|
| 123 | 123 | - URL: https://addons.mozilla.org/firefox/downloads/file/4888680/ublock_origin-1.72.2.xpi
|
| 124 | 124 | name: ublock-origin
|
| 125 | 125 | sha256sum: 40c315b0da7871868155ecfae7a50a58dfa0920aebd865e008214986f1b7c578
|
| ... | ... | @@ -18,12 +18,12 @@ container: |
| 18 | 18 | use_container: 1
|
| 19 | 19 | |
| 20 | 20 | var:
|
| 21 | - firefox_platform_version: '140.12.0'
|
|
| 21 | + firefox_platform_version: '140.13.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: 3
|
|
| 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.12.0'
|
|
| 23 | + firefox_platform_version: '140.13.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: 3
|
|
| 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:
|
| ... | ... | @@ -18,7 +18,7 @@ steps: |
| 18 | 18 | git_hash: 'base-browser'
|
| 19 | 19 | tor-browser:
|
| 20 | 20 | tor-browser: '[% INCLUDE build %]'
|
| 21 | - git_hash: ca0d23d9a380a2bce5a677952789738a57d8f715
|
|
| 21 | + git_hash: 510b52a6963331b5c67471921ed5c54a77370840
|
|
| 22 | 22 | targets:
|
| 23 | 23 | nightly:
|
| 24 | 24 | git_hash: 'tor-browser'
|
| ... | ... | @@ -74,11 +74,11 @@ buildconf: |
| 74 | 74 | git_signtag_opt: '-s'
|
| 75 | 75 | |
| 76 | 76 | var:
|
| 77 | - torbrowser_version: '15.0.18'
|
|
| 77 | + torbrowser_version: '15.0.19'
|
|
| 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/14 06:29:51'
|
|
| 81 | + browser_release_date: '2026/07/20 08: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,11 +128,10 @@ var: |
| 128 | 128 | updater_enabled: 1
|
| 129 | 129 | build_mar: 1
|
| 130 | 130 | torbrowser_incremental_from:
|
| 131 | + - 15.0.18
|
|
| 131 | 132 | - '[% IF c("var/tor-browser") %]15.0.17[% END %]'
|
| 132 | 133 | - 15.0.16
|
| 133 | - - '[% IF c("var/tor-browser") %]15.0.15[% END %]'
|
|
| 134 | 134 | - '[% IF c("var/mullvad-browser") %]15.0.14[% END %]'
|
| 135 | - - '[% IF c("var/mullvad-browser") %]15.0.12[% END %]'
|
|
| 136 | 135 | mar_channel_id: '[% c("var/projectname") %]-torproject-[% c("var/channel") %]'
|
| 137 | 136 | |
| 138 | 137 | # By default, we sort the list of installed packages. This allows sharing
|