ma1 pushed to branch maint-14.5 at The Tor Project / Applications / tor-browser-build
Commits:
-
5eb66faf
by hackademix at 2025-04-28T23:38:49+02:00
8 changed files:
- projects/browser/Bundle-Data/Docs-MB/ChangeLog.txt
- projects/browser/Bundle-Data/Docs-TBB/ChangeLog.txt
- projects/firefox/config
- projects/geckoview/config
- projects/lyrebird/config
- projects/manual/config
- projects/translation/config
- rbm.conf
Changes:
1 | +Mullvad Browser 14.5.1 - April 29 2025
|
|
2 | + * All Platforms
|
|
3 | + * Updated Firefox to 128.10.0esr
|
|
4 | + * Bug 421: Rebase Mullvad Browser release onto 128.10.0esr [mullvad-browser]
|
|
5 | + * Bug 43659: Set new tabs to default to Tor Browser Home (about:tor) on desktop [tor-browser]
|
|
6 | + * Bug 43672: Incorrect initial letterbox size when the interface font size is 13px. [tor-browser]
|
|
7 | + * Bug 43691: Backport security fixes from Firefox 138 [tor-browser]
|
|
8 | + * Build System
|
|
9 | + * All Platforms
|
|
10 | + * Bug 41435: Skip update-responses update entries for versions without incremental or full update mar [tor-browser-build]
|
|
11 | + |
|
1 | 12 | Mullvad Browser 14.5 - April 15 2025
|
2 | 13 | * All Platforms
|
3 | 14 | * Bug 312: Apply Alpha and Nightly branding to unstable release channels [mullvad-browser]
|
1 | +Tor Browser 14.5.1 - April 29 2025
|
|
2 | + * All Platforms
|
|
3 | + * Bug 43670: Rebase stable onto 128.10.0esr [tor-browser]
|
|
4 | + * Bug 43691: Backport security fixes from Firefox 138 [tor-browser]
|
|
5 | + * Bug 41446: Update anti-censorship.gpg keyring with shelikhoo's latest public key [tor-browser-build]
|
|
6 | + * Windows + macOS + Linux
|
|
7 | + * Updated Firefox to 128.10.0esr
|
|
8 | + * Bug 43659: Set new tabs to default to Tor Browser Home (about:tor) on desktop [tor-browser]
|
|
9 | + * Bug 43672: Incorrect initial letterbox size when the interface font size is 13px. [tor-browser]
|
|
10 | + * Android
|
|
11 | + * Updated GeckoView to 128.10.0esr
|
|
12 | + * Build System
|
|
13 | + * All Platforms
|
|
14 | + * Bug 41435: Skip update-responses update entries for versions without incremental or full update mar [tor-browser-build]
|
|
15 | + |
|
1 | 16 | Tor Browser 14.5 - April 15 2025
|
2 | 17 | * All Platforms
|
3 | 18 | * Bug 41710: Refactor about:torconnects relation to TorConnectParent [tor-browser]
|
... | ... | @@ -15,12 +15,12 @@ container: |
15 | 15 | use_container: 1
|
16 | 16 | |
17 | 17 | var:
|
18 | - firefox_platform_version: '128.9.0'
|
|
18 | + firefox_platform_version: '128.10.0'
|
|
19 | 19 | firefox_version: '[% c("var/firefox_platform_version") %]esr'
|
20 | 20 | browser_series: '14.5'
|
21 | 21 | browser_rebase: 1
|
22 | 22 | browser_branch: '[% c("var/browser_series") %]-[% c("var/browser_rebase") %]'
|
23 | - browser_build: 4
|
|
23 | + browser_build: 2
|
|
24 | 24 | copyright_year: '[% exec("git show -s --format=%ci " _ c("git_hash") _ "^{commit}", { exec_noco => 1 }).remove("-.*") %]'
|
25 | 25 | nightly_updates_publish_dir: '[% c("var/nightly_updates_publish_dir_prefix") %]nightly-[% c("var/osname") %]'
|
26 | 26 | gitlab_project: https://gitlab.torproject.org/tpo/applications/tor-browser
|
... | ... | @@ -17,12 +17,12 @@ container: |
17 | 17 | build_apk: 1
|
18 | 18 | |
19 | 19 | var:
|
20 | - firefox_platform_version: '128.9.0'
|
|
20 | + firefox_platform_version: '128.10.0'
|
|
21 | 21 | geckoview_version: '[% c("var/firefox_platform_version") %]esr'
|
22 | 22 | browser_series: '14.5'
|
23 | 23 | browser_rebase: 1
|
24 | 24 | browser_branch: '[% c("var/browser_series") %]-[% c("var/browser_rebase") %]'
|
25 | - browser_build: 3
|
|
25 | + browser_build: 2
|
|
26 | 26 | gitlab_project: https://gitlab.torproject.org/tpo/applications/tor-browser
|
27 | 27 | git_commit: '[% exec("git rev-parse " _ c("git_hash") _ "^{commit}", { exec_noco => 1 }) %]'
|
28 | 28 | deps:
|
1 | 1 | # vim: filetype=yaml sw=2
|
2 | -version: 0.6.0
|
|
2 | +version: 0.6.1
|
|
3 | 3 | git_url: https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/lyrebird.git
|
4 | -git_hash: 'lyrebird-[% c("version") %]'
|
|
5 | -tag_gpg_id: 1
|
|
4 | +git_hash: ad08585d979f72a1019470e4e2b18e9ed2550274
|
|
5 | +tag_gpg_id: 0
|
|
6 | 6 | gpg_keyring: anti-censorship.gpg
|
7 | 7 | |
8 | 8 | container:
|
1 | 1 | # vim: filetype=yaml sw=2
|
2 | 2 | # To update, see doc/how-to-update-the-manual.txt
|
3 | 3 | # Remember to update also the package's hash, with the version!
|
4 | -version: 268702
|
|
4 | +version: 269235
|
|
5 | 5 | filename: 'manual-[% c("version") %]-[% c("var/build_id") %].tar.[% c("compress_tar") %]'
|
6 | 6 | container:
|
7 | 7 | use_container: 1
|
... | ... | @@ -23,6 +23,6 @@ input_files: |
23 | 23 | - project: container-image
|
24 | 24 | - URL: 'https://build-sources.tbb.torproject.org/manual_[% c("version") %].zip'
|
25 | 25 | name: manual
|
26 | - sha256sum: 609b9e87bb56760f5142544de9d0f4a23e8f94b24eb2a19069fd4a98f7ef8569
|
|
26 | + sha256sum: 26153c3042bf90a2d12bd79164fbd950dc7872b2c77abdc0b4aaae360165b349
|
|
27 | 27 | - filename: packagemanual.py
|
28 | 28 | name: package_script |
... | ... | @@ -12,19 +12,19 @@ compress_tar: 'gz' |
12 | 12 | steps:
|
13 | 13 | base-browser:
|
14 | 14 | base-browser: '[% INCLUDE build %]'
|
15 | - git_hash: 86442427facf038d5706644221de7e2fb733550b
|
|
15 | + git_hash: 04331f4c8177a09f0785f8cf2604dcebde139be5
|
|
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: 2c0b448503d52c3b512d1e7a55ccc78ac19db146
|
|
21 | + git_hash: 5f4849f6d050316f9d7fe90018d1a83a3d191341
|
|
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: 34b45a7417145b1f26784825ef6c873497cbda0a
|
|
27 | + git_hash: 88915281a11105bef03e638336b2852bd806ef78
|
|
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: f5b1916560f4162f281201a19deee7ed3eb0882e
|
|
35 | + git_hash: ce940e29041854d5758a8fccb36e5a7f153df5ad
|
|
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'
|
|
77 | - torbrowser_build: 'build2'
|
|
76 | + torbrowser_version: '14.5.1'
|
|
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/04/14 19:03:25'
|
|
80 | + browser_release_date: '2025/04/28 20:58:42'
|
|
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,16 +96,15 @@ var: |
96 | 96 | updater_enabled: 1
|
97 | 97 | build_mar: 1
|
98 | 98 | torbrowser_incremental_from:
|
99 | + - '14.5'
|
|
99 | 100 | - 14.0.9
|
100 | 101 | # 14.0.8 was windows-only
|
101 | 102 | - 14.0.8
|
102 | 103 | - 14.0.7
|
103 | - - '[% IF c("var/tor-browser") %]14.0.6[% END %]'
|
|
104 | - - '[% IF c("var/mullvad-browser") %]14.0.5[% END %]'
|
|
105 | 104 | mar_channel_id: '[% c("var/projectname") %]-torproject-[% c("var/channel") %]'
|
106 | 105 | |
107 | - torbrowser_legacy_version: 13.5.15
|
|
108 | - torbrowser_legacy_platform_version: 115.22.0
|
|
106 | + torbrowser_legacy_version: 13.5.16
|
|
107 | + torbrowser_legacy_platform_version: 115.23.0
|
|
109 | 108 | |
110 | 109 | # By default, we sort the list of installed packages. This allows sharing
|
111 | 110 | # containers with identical list of packages, even if they are not listed
|