ma1 pushed to branch maint-14.5 at The Tor Project / Applications / tor-browser-build
Commits:
-
ba76b894
by ma1 at 2025-06-23T21:37:04+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 14.5.4 - June 23 2025
|
|
2 | + * All Platforms
|
|
3 | + * Updated Firefox to 128.12.0esr
|
|
4 | + * Updated NoScript to 13.0.8
|
|
5 | + * Bug 450: Rebase Mullvad Browser stable onto 128.12.0esr [mullvad-browser]
|
|
6 | + * Bug 43782: Add new UX flow for changing security level (Desktop) [tor-browser]
|
|
7 | + * Bug 43783: Tighten up the SecurityLevel module to enforce new UX flow [tor-browser]
|
|
8 | + * Bug 43784: Get confirmation from NoScript that settings are applied [tor-browser]
|
|
9 | + * Bug 43911: Backport security fixes from Firefox 140 [tor-browser]
|
|
10 | + * Build System
|
|
11 | + * All Platforms
|
|
12 | + * Bug 41477: Update keyring/boklm.gpg for new subkeys (2025) [tor-browser-build]
|
|
13 | + * Bug 41498: Update keyring/morgan.gpg with updated public key [tor-browser-build]
|
|
14 | + |
|
1 | 15 | Mullvad Browser 14.5.3 - May 26 2025
|
2 | 16 | * All Platforms
|
3 | 17 | * Updated Firefox to 128.11.0esr
|
1 | +Tor Browser 14.5.4 - June 23 2025
|
|
2 | + * All Platforms
|
|
3 | + * Updated NoScript to 13.0.8
|
|
4 | + * Bug 43783: Tighten up the SecurityLevel module to enforce new UX flow [tor-browser]
|
|
5 | + * Bug 43784: Get confirmation from NoScript that settings are applied [tor-browser]
|
|
6 | + * Bug 43885: Rebase stable onto 128.12.0esr [tor-browser]
|
|
7 | + * Bug 43911: Backport security fixes from Firefox 140 [tor-browser]
|
|
8 | + * Windows + macOS + Linux
|
|
9 | + * Updated Firefox to 128.12.0esr
|
|
10 | + * Bug 43782: Add new UX flow for changing security level (Desktop) [tor-browser]
|
|
11 | + * Android
|
|
12 | + * Updated GeckoView to 128.12.0esr
|
|
13 | + * Bug 43786: Add new UX flow for changing security level (Android) [tor-browser]
|
|
14 | + * Build System
|
|
15 | + * All Platforms
|
|
16 | + * Bug 41477: Update keyring/boklm.gpg for new subkeys (2025) [tor-browser-build]
|
|
17 | + * Bug 41498: Update keyring/morgan.gpg with updated public key [tor-browser-build]
|
|
18 | + * Windows + Linux + Android
|
|
19 | + * Updated Go to 1.23.10
|
|
20 | + |
|
1 | 21 | Tor Browser 14.5.3 - May 26 2025
|
2 | 22 | * All Platforms
|
3 | 23 | * Updated NoScript to 13.0.6
|
... | ... | @@ -111,9 +111,9 @@ input_files: |
111 | 111 | enable: '[% ! c("var/android") %]'
|
112 | 112 | - filename: Bundle-Data
|
113 | 113 | enable: '[% ! c("var/android") %]'
|
114 | - - URL: https://addons.mozilla.org/firefox/downloads/file/4495120/noscript-13.0.6.xpi
|
|
114 | + - URL: https://addons.mozilla.org/firefox/downloads/file/4497468/noscript-13.0.8.xpi
|
|
115 | 115 | name: noscript
|
116 | - sha256sum: 85066ef24c44cc839b2d6bbe4d3d08652c8e09f06515e1b86ee72ba26c406989
|
|
116 | + sha256sum: 9d978cfe083cb9cce120b5ee41e8933d752d7ab4680bf517c5ec4b29c4cfd2dc
|
|
117 | 117 | - URL: https://addons.mozilla.org/firefox/downloads/file/4492375/ublock_origin-1.64.0.xpi
|
118 | 118 | name: ublock-origin
|
119 | 119 | sha256sum: b9e1c868bd1ac1defcabf2e01776d1a90effba34b07fe6a21350d45f022e0e9f
|
... | ... | @@ -16,12 +16,12 @@ container: |
16 | 16 | use_container: 1
|
17 | 17 | |
18 | 18 | var:
|
19 | - firefox_platform_version: '128.11.0'
|
|
19 | + firefox_platform_version: '128.12.0'
|
|
20 | 20 | firefox_version: '[% c("var/firefox_platform_version") %]esr'
|
21 | 21 | browser_series: '14.5'
|
22 | 22 | browser_rebase: 1
|
23 | 23 | browser_branch: '[% c("var/browser_series") %]-[% c("var/browser_rebase") %]'
|
24 | - browser_build: 3
|
|
24 | + browser_build: 1
|
|
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
|
... | ... | @@ -18,12 +18,12 @@ container: |
18 | 18 | build_apk: 1
|
19 | 19 | |
20 | 20 | var:
|
21 | - firefox_platform_version: '128.11.0'
|
|
21 | + firefox_platform_version: '128.12.0'
|
|
22 | 22 | geckoview_version: '[% c("var/firefox_platform_version") %]esr'
|
23 | 23 | browser_series: '14.5'
|
24 | 24 | browser_rebase: 1
|
25 | 25 | browser_branch: '[% c("var/browser_series") %]-[% c("var/browser_rebase") %]'
|
26 | - browser_build: 3
|
|
26 | + browser_build: 1
|
|
27 | 27 | gitlab_project: https://gitlab.torproject.org/tpo/applications/tor-browser
|
28 | 28 | git_commit: '[% exec("git rev-parse " _ c("git_hash") _ "^{commit}", { exec_noco => 1 }) %]'
|
29 | 29 | deps:
|
1 | 1 | # vim: filetype=yaml sw=2
|
2 | -version: '1.23.9'
|
|
2 | +version: '1.23.10'
|
|
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: 08f6419547563ed9e7037d12b9c8909677c72f75f62ef85887ed9dbf49b8d2dd
|
|
8 | + source_sha256: 800a7ae1bff179a227b653a2f644517c800443b8b4abf3273af5e1cb7113de59
|
|
9 | 9 | no_crosscompile: 1
|
10 | 10 | setup: |
|
11 | 11 | mkdir -p /var/tmp/dist
|
... | ... | @@ -12,19 +12,19 @@ compress_tar: 'gz' |
12 | 12 | steps:
|
13 | 13 | base-browser:
|
14 | 14 | base-browser: '[% INCLUDE build %]'
|
15 | - git_hash: 90dbac96420394aa35ce29385814742ac4942b26
|
|
15 | + git_hash: 9f6043e1a51d04f9f6f00ade10e410691fe41f66
|
|
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: 9cbc3b3d25d2c5c77f1b6b3172ba6bcad2563939
|
|
21 | + git_hash: cd3b5ba07ab83e7e0e8e0fdffbc1c4043a5525ca
|
|
22 | 22 | targets:
|
23 | 23 | nightly:
|
24 | 24 | git_hash: 'tor-browser'
|
25 | 25 | mullvad-browser:
|
26 | 26 | mullvad-browser: '[% INCLUDE build %]'
|
27 | - git_hash: 111ba9020215431c58d6382c08c57557d6ca50ba
|
|
27 | + git_hash: bf09d9c070f72ad3aee24c54cb154bab2570247b
|
|
28 | 28 | targets:
|
29 | 29 | nightly:
|
30 | 30 | git_hash: 'mullvad-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: ee29144d1fa9e2242814a5a96c94ddd975f1b98e
|
|
35 | + git_hash: c673da1157717b1a3738e69b24eb07ee1245c1a3
|
|
36 | 36 | compress_tar: 'zst'
|
37 | 37 | targets:
|
38 | 38 | nightly:
|
... | ... | @@ -73,11 +73,11 @@ buildconf: |
73 | 73 | git_signtag_opt: '-s'
|
74 | 74 | |
75 | 75 | var:
|
76 | - torbrowser_version: '14.5.3'
|
|
77 | - torbrowser_build: 'build2'
|
|
76 | + torbrowser_version: '14.5.4'
|
|
77 | + torbrowser_build: 'build1'
|
|
78 | 78 | # This should be the date of when the build is started. For the build
|
79 | 79 | # to be reproducible, browser_release_date should always be in the past.
|
80 | - browser_release_date: '2025/05/26 20:25:32'
|
|
80 | + browser_release_date: '2025/06/23 18:11:00'
|
|
81 | 81 | browser_release_date_timestamp: '[% USE date; date.format(c("var/browser_release_date"), "%s") %]'
|
82 | 82 | browser_default_channel: release
|
83 | 83 | browser_platforms:
|
... | ... | @@ -96,9 +96,9 @@ var: |
96 | 96 | updater_enabled: 1
|
97 | 97 | build_mar: 1
|
98 | 98 | torbrowser_incremental_from:
|
99 | + - 14.5.3
|
|
99 | 100 | - 14.5.2
|
100 | 101 | - 14.5.1
|
101 | - - '14.5'
|
|
102 | 102 | mar_channel_id: '[% c("var/projectname") %]-torproject-[% c("var/channel") %]'
|
103 | 103 | |
104 | 104 | torbrowser_legacy_version: 13.5.18
|