ma1 pushed to branch maint-14.0 at The Tor Project / Applications / tor-browser-build
Commits:
-
81c8abba
by hackademix at 2025-03-03T10:34:30+01:00
-
7de2da28
by hackademix at 2025-03-03T11:35:27+01:00
-
3d341fde
by hackademix at 2025-03-03T11:35:27+01:00
10 changed files:
- projects/browser/Bundle-Data/Docs-MB/ChangeLog.txt
- projects/browser/Bundle-Data/Docs-TBB/ChangeLog.txt
- projects/firefox/build
- projects/firefox/config
- projects/geckoview/config
- projects/openssl/config
- projects/translation/config
- projects/zstd/config
- rbm.conf
- tools/relprep.py
Changes:
1 | +Mullvad Browser 14.0.7 - March 04 2025
|
|
2 | + * All Platforms
|
|
3 | + * Updated Firefox to 128.8.0esr
|
|
4 | + * Bug 395: Set Mullvad Leta as default search engine [mullvad-browser]
|
|
5 | + * Bug 398: Rebase Mullvad Browser release onto Firefox 128.8.0esr [mullvad-browser]
|
|
6 | + * Bug 403: Backport Bugzilla 1915093: Don't prefetch HTTPS RR if proxyDNS is enabled [mullvad-browser]
|
|
7 | + * Bug 43536: Backport security fixes from Firefox 136 [tor-browser]
|
|
8 | + * macOS
|
|
9 | + * Bug 43468: ScreenCaptureKit framework should be a weak link [tor-browser]
|
|
10 | + * Linux
|
|
11 | + * Bug 394: Missing package when try to install Mullvad Browser in Debian Trixie [mullvad-browser]
|
|
12 | + * Build System
|
|
13 | + * All Platforms
|
|
14 | + * Bug 41380: Update kick-devmole script to use Mullvad's new GitHub action [tor-browser-build]
|
|
15 | + |
|
1 | 16 | Mullvad Browser 14.0.5 - February 04 2025
|
2 | 17 | * All Platforms
|
3 | 18 | * Updated Firefox to 128.7.0esr
|
1 | +Tor Browser 14.0.7 - March 04 2025
|
|
2 | + * All Platforms
|
|
3 | + * Updated OpenSSL to 3.0.16
|
|
4 | + * Bug 43522: Rebase Tor Browser release onto 128.0.8esr [tor-browser]
|
|
5 | + * Bug 43536: Backport security fixes from Firefox 136 [tor-browser]
|
|
6 | + * Windows + macOS + Linux
|
|
7 | + * Updated Firefox to 128.8.0esr
|
|
8 | + * Android
|
|
9 | + * Updated GeckoView to 128.8.0esr
|
|
10 | + * Updated Zstandard to 1.5.7
|
|
11 | + * Build System
|
|
12 | + * All Platforms
|
|
13 | + * Bug 41380: Update kick-devmole script to use Mullvad's new GitHub action [tor-browser-build]
|
|
14 | + |
|
1 | 15 | Tor Browser 14.0.6 - February 07 2025
|
2 | 16 | * All Platforms
|
3 | 17 | * Updated Tor to 0.4.8.14
|
... | ... | @@ -341,7 +341,7 @@ END; |
341 | 341 | # Strip and generate debuginfo for libs
|
342 | 342 | for LIB in "$libdest"/*so*
|
343 | 343 | do
|
344 | - "$STRIP" "$LIB"
|
|
344 | + strip "$LIB"
|
|
345 | 345 | done
|
346 | 346 | [% END -%]
|
347 | 347 |
... | ... | @@ -14,12 +14,12 @@ container: |
14 | 14 | use_container: 1
|
15 | 15 | |
16 | 16 | var:
|
17 | - firefox_platform_version: '128.7.0'
|
|
17 | + firefox_platform_version: '128.8.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: 3
|
|
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.7.0'
|
|
19 | + firefox_platform_version: '128.8.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: 3
|
|
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: 3.0.15
|
|
2 | +version: 3.0.16
|
|
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
|
... | ... | @@ -36,5 +36,5 @@ input_files: |
36 | 36 | - name: '[% c("var/compiler") %]'
|
37 | 37 | project: '[% c("var/compiler") %]'
|
38 | 38 | - URL: 'https://github.com/openssl/openssl/releases/download/openssl-[% c("version") %]/openssl-[% c("version") %].tar.gz'
|
39 | - sha256sum: 23c666d0edf20f14249b3d8f0368acaee9ab585b09e1de82107c66e1f3ec9533
|
|
39 | + sha256sum: 57e03c50feab5d31b152af2b764f10379aecd8ee92f16c985983ce4a99f7ef86
|
|
40 | 40 | name: openssl |
... | ... | @@ -12,19 +12,19 @@ compress_tar: 'gz' |
12 | 12 | steps:
|
13 | 13 | base-browser:
|
14 | 14 | base-browser: '[% INCLUDE build %]'
|
15 | - git_hash: 93eddbd3888852c09e130d536fb3c9bd7e4e6f57
|
|
15 | + git_hash: 21fed48fc58df9e6c4d9f67b048fcae831df50c9
|
|
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: dd30508387040bf0a1217a1eb9edb80ac21926f2
|
|
21 | + git_hash: 100908b702f92bc001b69cdd70f96a6e63134516
|
|
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: 6a1ef41c664a5185e25ca2c4bbf5d7447bd888a7
|
|
27 | + git_hash: d279ce2add9a5bb3fc71f24b55679e3e0706f0eb
|
|
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: e4f5825b1125e2c8c2aa8d4fdaa7e002d8f2934a
|
|
35 | + git_hash: 75d7b65ebdcde2bb5b8788d13a33373fc4084965
|
|
36 | 36 | compress_tar: 'zst'
|
37 | 37 | targets:
|
38 | 38 | nightly:
|
1 | 1 | # vim: filetype=yaml sw=2
|
2 | -version: 1.5.6
|
|
2 | +version: 1.5.7
|
|
3 | 3 | git_url: https://github.com/facebook/zstd.git
|
4 | -git_hash: 794ea1b0afca0f020f4e57b6732332231fb23c70
|
|
4 | +git_hash: f8745da6ff1ad1e7bab384bd1f9d742439278e99
|
|
5 | 5 | filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.[% c("compress_tar") %]'
|
6 | 6 | |
7 | 7 | container:
|
... | ... | @@ -73,18 +73,19 @@ buildconf: |
73 | 73 | git_signtag_opt: '-s'
|
74 | 74 | |
75 | 75 | var:
|
76 | - torbrowser_version: '14.0.6'
|
|
76 | + torbrowser_version: '14.0.7'
|
|
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/02/06 18:43:58'
|
|
80 | + browser_release_date: '2025/03/03 09:37:02'
|
|
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 | + - '[% IF c("var/tor-browser") %]14.0.6[% END %]'
|
|
85 | 86 | - 14.0.5
|
86 | 87 | - 14.0.4
|
87 | - - 14.0.3
|
|
88 | + - '[% IF c("var/mullvad-browser") %]14.0.3[% END %]'
|
|
88 | 89 | mar_channel_id: '[% c("var/projectname") %]-torproject-[% c("var/channel") %]'
|
89 | 90 | |
90 | 91 | torbrowser_legacy_version: 13.5.12
|
... | ... | @@ -135,7 +135,7 @@ class ReleasePreparation: |
135 | 135 | self.update_zlib()
|
136 | 136 | if self.android:
|
137 | 137 | self.update_zstd()
|
138 | - self.update_go()
|
|
138 | + # self.update_go()
|
|
139 | 139 | self.update_manual()
|
140 | 140 | |
141 | 141 | self.update_changelogs()
|