morgan pushed to branch main at The Tor Project / Applications / tor-browser-build
Commits:
-
00992b63
by Morgan at 2024-10-08T20:36:48+00:00
7 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/manual/config
- projects/translation/config
- rbm.conf
Changes:
1 | +Mullvad Browser 14.0a9 - October 08 2024
|
|
2 | + * All Platforms
|
|
3 | + * Bug 43197: Disable automatic exception for HTTPS-First [tor-browser]
|
|
4 | + * Bug 43201: Security fixes from Firefox 131.0.2 [tor-browser]
|
|
5 | + * Build System
|
|
6 | + * Bug 41260: Don't set legacy version for Mullvad Browser [tor-browser-build]
|
|
7 | + |
|
8 | +Mullvad Browser 13.5.7 - October 08 2024
|
|
9 | + * All Platforms
|
|
10 | + * Updated uBlock Origin to 1.60.0
|
|
11 | + * Bug 361: SSL_ERROR_NO_CYPHER_OVERLAP on some Brazilian government websites [mullvad-browser]
|
|
12 | + * Bug 43201: Security fixes from Firefox 131.0.2 [tor-browser]
|
|
13 | + |
|
1 | 14 | Mullvad Browser 14.0a8 - October 07 2024
|
2 | 15 | * All Platforms
|
3 | 16 | * Updated uBlock Origin to 1.60.0
|
1 | +Tor Browser 14.0a9 - October 08 2024
|
|
2 | + * All Platforms
|
|
3 | + * Bug 43197: Disable automatic exception for HTTPS-First [tor-browser]
|
|
4 | + * Bug 43201: Security fixes from Firefox 131.0.2 [tor-browser]
|
|
5 | + * Android
|
|
6 | + * Bug 43132: Enable extensions installation on Tor Browser 14 for Android. [tor-browser]
|
|
7 | + |
|
8 | +Tor Browser 13.5.7 - October 08 2024
|
|
9 | + * All Platforms
|
|
10 | + * Bug 43201: Security fixes from Firefox 131.0.2 [tor-browser]
|
|
11 | + * Bug 361: SSL_ERROR_NO_CYPHER_OVERLAP on some Brazilian government websites [mullvad-browser]
|
|
12 | + * Build System
|
|
13 | + * Windows + macOS + Linux
|
|
14 | + * Bug 41254: Drop cryptoSafetyPrompt.properties line [tor-browser-build]
|
|
15 | + |
|
1 | 16 | Tor Browser 14.0a8 - October 07 2024
|
2 | 17 | * All Platforms
|
3 | 18 | * Bug 30543: compat: make spoofed orientation reflect spoofed screen dimensions [1607032 + 1918202] [tor-browser]
|
... | ... | @@ -19,7 +19,7 @@ var: |
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: 4
|
|
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") %]'
|
... | ... | @@ -107,7 +107,7 @@ targets: |
107 | 107 | gitlab_project: https://gitlab.torproject.org/tpo/applications/mullvad-browser
|
108 | 108 | updater_url: 'https://cdn.mullvad.net/browser/update_responses/update_1/'
|
109 | 109 | nightly_updates_publish_dir_prefix: mullvadbrowser-
|
110 | - browser_build: 2
|
|
110 | + browser_build: 3
|
|
111 | 111 | |
112 | 112 | linux-x86_64:
|
113 | 113 | var:
|
... | ... | @@ -21,7 +21,7 @@ var: |
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: 4
|
|
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 | 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: 199081
|
|
4 | +version: 210938
|
|
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: 12507ba43e5e4a4c4eb8e276f11c9d693d1e0fc4715753c87cd7166649c0da6b
|
|
26 | + sha256sum: eb83259f0525a14dae1a1c3944e1e5ac3a2f8111a42834ab0f401628c8a38791
|
|
27 | 27 | - filename: packagemanual.py
|
28 | 28 | name: package_script |
... | ... | @@ -12,13 +12,13 @@ compress_tar: 'gz' |
12 | 12 | steps:
|
13 | 13 | base-browser:
|
14 | 14 | base-browser: '[% INCLUDE build %]'
|
15 | - git_hash: b7ce711e8ed8cf7b0cdf25a3055cf84bab5b7a1f
|
|
15 | + git_hash: ceb66dd0937da14962cb535699242b2526e11f02
|
|
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: 59037afe137abb612bc185ce438ac3a3c657def7
|
|
21 | + git_hash: dbf1454fdbd3256d65985cc1c46391ce0ec159e7
|
|
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: 11f4fdc77fa45fe6ff0d47d1586dea0779b354ee
|
|
35 | + git_hash: 669ea989fa07933df7ab03ec0077e166e0dcc961
|
|
36 | 36 | compress_tar: 'zst'
|
37 | 37 | targets:
|
38 | 38 | nightly:
|
... | ... | @@ -73,18 +73,18 @@ buildconf: |
73 | 73 | git_signtag_opt: '-s'
|
74 | 74 | |
75 | 75 | var:
|
76 | - torbrowser_version: '14.0a8'
|
|
77 | - torbrowser_build: 'build2'
|
|
76 | + torbrowser_version: '14.0a9'
|
|
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: '2024/10/03 19:27:08'
|
|
80 | + browser_release_date: '2024/10/08 20:33:09'
|
|
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.0a8
|
|
85 | 86 | - 14.0a7
|
86 | 87 | - 14.0a6
|
87 | - - 14.0a5
|
|
88 | 88 | mar_channel_id: '[% c("var/projectname") %]-torproject-[% c("var/channel") %]'
|
89 | 89 | |
90 | 90 | torbrowser_legacy_version: 13.5a11
|