Pier Angelo Vendrame pushed to branch maint-14.0 at The Tor Project / Applications / tor-browser-build
Commits:
-
12b1eb01
by Pier Angelo Vendrame at 2025-02-03T11:27:11+01: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.0.5 - February 04 2025
|
|
2 | + * All Platforms
|
|
3 | + * Updated Firefox to 128.7.0esr
|
|
4 | + * Updated Mullvad Browser Extension to 0.9.4
|
|
5 | + * Updated uBlock Origin to 1.62.0
|
|
6 | + * Bug 390: Rebase Mullvad Browser release onto Firefox 128.7.0esr [mullvad-browser]
|
|
7 | + * Bug 41065: navigator.storage "best effort" + "persistent" leak partitionSize/totalSpace entropy [tor-browser]
|
|
8 | + * Bug 43386: Extension requests expose Firefox's minor version and custom app name [tor-browser]
|
|
9 | + * Bug 43451: Backport security fixes from Firefox 135 [tor-browser]
|
|
10 | + * Linux
|
|
11 | + * Bug 43236: High refresh rate detectable by websites when Wayland (MOZ_ENABLE_WAYLAND=1) is used [tor-browser]
|
|
12 | + * Build System
|
|
13 | + * All Platforms
|
|
14 | + * Bug 41324: Improve build signing ergonomics [tor-browser-build]
|
|
15 | + * Bug 41343: Add signing step to clean some files such as test artifacts [tor-browser-build]
|
|
16 | + * Bug 41350: Increase timeout in rcodesign-notary-submit [tor-browser-build]
|
|
17 | + |
|
1 | 18 | Mullvad Browser 14.0.4 - January 07 2025
|
2 | 19 | * All Platforms
|
3 | 20 | * Updated Firefox to 128.6.0esr
|
1 | +Tor Browser 14.0.5 - February 04 2025
|
|
2 | + * All Platforms
|
|
3 | + * Bug 41065: navigator.storage "best effort" + "persistent" leak partitionSize/totalSpace entropy [tor-browser]
|
|
4 | + * Bug 43386: Extension requests expose Firefox's minor version and custom app name [tor-browser]
|
|
5 | + * Bug 43447: Backport stable and legacy: Some .tor.onion sites are not displaying the underlying V3 onion address in alpha [tor-browser]
|
|
6 | + * Bug 43448: Rebase Tor Browser release onto 128.7.0esr [tor-browser]
|
|
7 | + * Bug 43451: Backport security fixes from Firefox 135 [tor-browser]
|
|
8 | + * Bug 41328: Exclude tor dependencies from LD_LIBRARY_PATH [tor-browser-build]
|
|
9 | + * Windows + macOS + Linux
|
|
10 | + * Updated Firefox to 128.7.0esr
|
|
11 | + * Bug 43312: Download popup panel progress bar overflows [tor-browser]
|
|
12 | + * Linux
|
|
13 | + * Bug 43236: High refresh rate detectable by websites when Wayland (MOZ_ENABLE_WAYLAND=1) is used [tor-browser]
|
|
14 | + * Bug 43326: Launching tor-browser on gentoo fails with "version `OPENSSL_3.2.0' not found" [tor-browser]
|
|
15 | + * Android
|
|
16 | + * Updated GeckoView to 128.7.0esr
|
|
17 | + * Build System
|
|
18 | + * All Platforms
|
|
19 | + * Updated Go to 1.22.11
|
|
20 | + * Bug 41324: Improve build signing ergonomics [tor-browser-build]
|
|
21 | + * Bug 41343: Add signing step to clean some files such as test artifacts [tor-browser-build]
|
|
22 | + * Bug 41345: Go autoupdates in 1.23 so add env var to prevent it in any step that has network access [tor-browser-build]
|
|
23 | + * Bug 41350: Increase timeout in rcodesign-notary-submit [tor-browser-build]
|
|
24 | + * Bug 41357: keyring/anti-censorship.gpg is in `GPG keybox database version 1` format [tor-browser-build]
|
|
25 | + |
|
1 | 26 | Tor Browser 14.0.4 - January 07 2025
|
2 | 27 | * All Platforms
|
3 | 28 | * Updated NoScript to 12.1.1
|
... | ... | @@ -111,13 +111,13 @@ input_files: |
111 | 111 | - URL: https://addons.mozilla.org/firefox/downloads/file/4411102/noscript-12.1.1.xpi
|
112 | 112 | name: noscript
|
113 | 113 | sha256sum: f9639e63ffcfc352036de00e4ff6694bb0ca65a0bb8fbd103bd08f32dc1ff31a
|
114 | - - URL: https://addons.mozilla.org/firefox/downloads/file/4391011/ublock_origin-1.61.2.xpi
|
|
114 | + - URL: https://addons.mozilla.org/firefox/downloads/file/4412673/ublock_origin-1.62.0.xpi
|
|
115 | 115 | name: ublock-origin
|
116 | - sha256sum: ee3a724a46ff32c17d1723077fecc6ede7fdab742154020b51fb6253ddcbba14
|
|
116 | + sha256sum: 8a9e02aa838c302fb14e2b5bc88a6036d36358aadd6f95168a145af2018ef1a3
|
|
117 | 117 | enable: '[% c("var/mullvad-browser") %]'
|
118 | - - URL: https://cdn.mullvad.net/browser-extension/0.9.3/mullvad-browser-extension-0.9.3.xpi
|
|
118 | + - URL: https://cdn.mullvad.net/browser-extension/0.9.4/mullvad-browser-extension-0.9.4.xpi
|
|
119 | 119 | name: mullvad-extension
|
120 | - sha256sum: fc6bc7c850adf8845fec15b7ea06324f65f843155e2cc5dbd8719e34436512af
|
|
120 | + sha256sum: c91fcf30fe9a998f45ddc92e083bca4cd7b6dbb24fc545391e155ed1ec13c8cb
|
|
121 | 121 | enable: '[% c("var/mullvad-browser") %]'
|
122 | 122 | - filename: 'gtk3-settings.ini'
|
123 | 123 | enable: '[% c("var/linux") %]'
|
... | ... | @@ -14,12 +14,12 @@ container: |
14 | 14 | use_container: 1
|
15 | 15 | |
16 | 16 | var:
|
17 | - firefox_platform_version: '128.6.0'
|
|
17 | + firefox_platform_version: '128.7.0'
|
|
18 | 18 | firefox_version: '[% c("var/firefox_platform_version") %]esr'
|
19 | 19 | browser_series: '14.0'
|
20 | 20 | browser_rebase: 1
|
21 | 21 | browser_branch: '[% c("var/browser_series") %]-[% c("var/browser_rebase") %]'
|
22 | - browser_build: 1
|
|
22 | + browser_build: 2
|
|
23 | 23 | branding_directory_prefix: 'tb'
|
24 | 24 | copyright_year: '[% exec("git show -s --format=%ci").remove("-.*") %]'
|
25 | 25 | nightly_updates_publish_dir: '[% c("var/nightly_updates_publish_dir_prefix") %]nightly-[% c("var/osname") %]'
|
... | ... | @@ -16,12 +16,12 @@ container: |
16 | 16 | build_apk: 1
|
17 | 17 | |
18 | 18 | var:
|
19 | - firefox_platform_version: '128.6.0'
|
|
19 | + firefox_platform_version: '128.7.0'
|
|
20 | 20 | geckoview_version: '[% c("var/firefox_platform_version") %]esr'
|
21 | 21 | browser_series: '14.0'
|
22 | 22 | browser_rebase: 1
|
23 | 23 | browser_branch: '[% c("var/browser_series") %]-[% c("var/browser_rebase") %]'
|
24 | - browser_build: 1
|
|
24 | + browser_build: 2
|
|
25 | 25 | copyright_year: '[% exec("git show -s --format=%ci").remove("-.*") %]'
|
26 | 26 | gitlab_project: https://gitlab.torproject.org/tpo/applications/tor-browser
|
27 | 27 | git_commit: '[% exec("git rev-parse HEAD") %]'
|
1 | 1 | # vim: filetype=yaml sw=2
|
2 | -version: '1.22.10'
|
|
2 | +version: '1.22.11'
|
|
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
|
... | ... | @@ -126,7 +126,7 @@ input_files: |
126 | 126 | enable: '[% ! c("var/linux") %]'
|
127 | 127 | - URL: 'https://go.dev/dl/go[% c("version") %].src.tar.gz'
|
128 | 128 | name: go
|
129 | - sha256sum: 1e94fd48be750d1fafb4d9b3b6dd31a6e9d2735d339bf2462bc97b64ca4c1037
|
|
129 | + sha256sum: a60c23dec95d10a2576265ce580f57869d5ac2471c4f4aca805addc9ea0fc9fe
|
|
130 | 130 | - project: go-bootstrap
|
131 | 131 | name: go-bootstrap
|
132 | 132 | target_replace:
|
... | ... | @@ -12,13 +12,13 @@ compress_tar: 'gz' |
12 | 12 | steps:
|
13 | 13 | base-browser:
|
14 | 14 | base-browser: '[% INCLUDE build %]'
|
15 | - git_hash: bb1df34ec79d55dcd1e0ebc80cb2c72d27c462b7
|
|
15 | + git_hash: 93eddbd3888852c09e130d536fb3c9bd7e4e6f57
|
|
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: ed3c2270e0a932596abb9fdb9a9f7151fb74d3a1
|
|
21 | + git_hash: dd30508387040bf0a1217a1eb9edb80ac21926f2
|
|
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: b930eefd13fc90c515bcf9784b8175fc483b62da
|
|
35 | + git_hash: 9b5c720e96df3a54f65e5a4e86b162845971f725
|
|
36 | 36 | compress_tar: 'zst'
|
37 | 37 | targets:
|
38 | 38 | nightly:
|
... | ... | @@ -73,24 +73,23 @@ buildconf: |
73 | 73 | git_signtag_opt: '-s'
|
74 | 74 | |
75 | 75 | var:
|
76 | - torbrowser_version: '14.0.4'
|
|
76 | + torbrowser_version: '14.0.5'
|
|
77 | 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/01/06 12:57:32'
|
|
80 | + browser_release_date: '2025/02/03 10:00:00'
|
|
81 | 81 | browser_release_date_timestamp: '[% USE date; date.format(c("var/browser_release_date"), "%s") %]'
|
82 | 82 | updater_enabled: 1
|
83 | 83 | build_mar: 1
|
84 | 84 | torbrowser_incremental_from:
|
85 | - - '14.0.3'
|
|
86 | - - '[% IF c("var/tor-browser") %]14.0.2[% END %]'
|
|
87 | - - '[% IF c("var/tor-browser") %]14.0.1[% END %]'
|
|
85 | + - 14.0.4
|
|
86 | + - 14.0.3
|
|
88 | 87 | - '[% IF c("var/mullvad-browser") %]14.0[% END %]'
|
89 | - - '[% IF c("var/mullvad-browser") %]13.5.9[% END %]'
|
|
88 | + - '[% IF c("var/tor-browser") %]14.0.2[% END %]'
|
|
90 | 89 | mar_channel_id: '[% c("var/projectname") %]-torproject-[% c("var/channel") %]'
|
91 | 90 | |
92 | - torbrowser_legacy_version: 13.5.11
|
|
93 | - torbrowser_legacy_platform_version: 115.19.0
|
|
91 | + torbrowser_legacy_version: 13.5.12
|
|
92 | + torbrowser_legacy_platform_version: 115.20.0
|
|
94 | 93 | |
95 | 94 | # By default, we sort the list of installed packages. This allows sharing
|
96 | 95 | # containers with identical list of packages, even if they are not listed
|