ma1 pushed to branch maint-15.0 at The Tor Project / Applications / tor-browser-build
Commits:
-
523257af
by hackademix at 2025-11-20T09:02:26+01:00
5 changed files:
- projects/browser/Bundle-Data/Docs-MB/ChangeLog.txt
- projects/browser/config
- projects/firefox/config
- projects/translation/config
- rbm.conf
Changes:
| 1 | +Mullvad Browser 15.0.2 - November 20 2025
|
|
| 2 | + * All Platforms
|
|
| 3 | + * Updated Mullvad Browser Extension to 0.9.6
|
|
| 4 | + * Bug 486: Possible race condition for upgrade message in about:mullvad-browser [mullvad-browser]
|
|
| 5 | + * Bug 488: Remove Leta search engine and migrate users to DuckDuckGo [mullvad-browser]
|
|
| 6 | + |
|
| 1 | 7 | Mullvad Browser 15.0.1 - November 11 2025
|
| 2 | 8 | * All Platforms
|
| 3 | 9 | * Updated Firefox to 140.5.0esr
|
| ... | ... | @@ -120,9 +120,9 @@ input_files: |
| 120 | 120 | name: ublock-origin
|
| 121 | 121 | sha256sum: b83c6ec49f817a8d05d288b53dbc7005cceccf82e9490d8683b3120aab3c133a
|
| 122 | 122 | enable: '[% c("var/mullvad-browser") %]'
|
| 123 | - - URL: https://cdn.mullvad.net/browser-extension/0.9.5/mullvad-browser-extension-0.9.5.xpi
|
|
| 123 | + - URL: https://cdn.mullvad.net/browser-extension/0.9.6/mullvad-browser-extension-0.9.6.xpi
|
|
| 124 | 124 | name: mullvad-extension
|
| 125 | - sha256sum: c36f8d5447300621579f7f1408a25f25dac3929c867e7ae5db9fc8b82e80a4e9
|
|
| 125 | + sha256sum: b6def913e15f04ea81a768fa9a40bfbea5be59a9dc24ca5a1ce4792dfa180a69
|
|
| 126 | 126 | enable: '[% c("var/mullvad-browser") %]'
|
| 127 | 127 | - filename: 'gtk3-settings.ini'
|
| 128 | 128 | enable: '[% c("var/linux") %]'
|
| ... | ... | @@ -21,7 +21,7 @@ var: |
| 21 | 21 | browser_series: '15.0'
|
| 22 | 22 | browser_rebase: 1
|
| 23 | 23 | browser_branch: '[% c("var/browser_series") %]-[% c("var/browser_rebase") %]'
|
| 24 | - browser_build: 2
|
|
| 24 | + browser_build: 3
|
|
| 25 | 25 | copyright_year: '[% exec("git show -s --format=%ci " _ c("git_hash") _ "^{commit}", { exec_noco => 1 }).remove("-.*") %]'
|
| 26 | 26 | nightly_updates_publish_dir: '[% c("var/nightly_updates_publish_dir_prefix") %]nightly-[% c("var/osname") %]'
|
| 27 | 27 | gitlab_project: https://gitlab.torproject.org/tpo/applications/tor-browser
|
| ... | ... | @@ -12,7 +12,7 @@ compress_tar: 'gz' |
| 12 | 12 | steps:
|
| 13 | 13 | base-browser:
|
| 14 | 14 | base-browser: '[% INCLUDE build %]'
|
| 15 | - git_hash: df313475cfd9eba31009edca530803dd991264d7
|
|
| 15 | + git_hash: fbef59e3ea6d685abd47b6506db44a0f4e517869
|
|
| 16 | 16 | targets:
|
| 17 | 17 | nightly:
|
| 18 | 18 | git_hash: 'base-browser'
|
| ... | ... | @@ -75,10 +75,10 @@ buildconf: |
| 75 | 75 | |
| 76 | 76 | var:
|
| 77 | 77 | torbrowser_version: '15.0.2'
|
| 78 | - torbrowser_build: 'build2'
|
|
| 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: '2025/11/12 11:00:00'
|
|
| 81 | + browser_release_date: '2025/11/20 07:40:03'
|
|
| 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:
|