Skip to content
Snippets Groups Projects
Commit c92c6b96 authored by Richard Pospesel's avatar Richard Pospesel Committed by Giorgio Maone
Browse files

Bug 41084: Prepare Tor Browser 13.0.12 Part 2

parent bba452b3
No related branches found
No related tags found
1 merge request!937Bug 41086: Prepare Tor Browser 13.0.12 Part 2
Tor Browser 13.0.12 - March 19 2024 Tor Browser 13.0.12 - March 19 2024
* All Platforms * All Platforms
* Updated Snowflake to 2.9.2
* Bug 42376: The placeholder of datetime inputs keeps being localized when spoof English is on [tor-browser] * Bug 42376: The placeholder of datetime inputs keeps being localized when spoof English is on [tor-browser]
* Bug 42378: spoof english + htmlform <details> can leak app language [tor-browser] * Bug 42378: spoof english + htmlform <details> can leak app language [tor-browser]
* Bug 42444: Remove the "Prioritize .onion sites when known" option [tor-browser] * Bug 42444: Remove the "Prioritize .onion sites when known" option [tor-browser]
* Bug 42448: Rebase Tor Browser stable onto Firefox 115.9.0esr [tor-browser] * Bug 42448: Rebase Tor Browser stable onto Firefox 115.9.0esr [tor-browser]
* Bug 42459: Add startpage onion service to list of search providers [tor-browser] * Bug 42459: Add startpage onion service to list of search providers [tor-browser]
* Bug 41105: Bump version of snowflake to v2.9.2 [tor-browser-build]
* Windows + macOS + Linux * Windows + macOS + Linux
* Updated Firefox to 115.9.0esr * Updated Firefox to 115.9.0esr
* Windows
* Bug 42377: Hidden fonts are automatically added to the allow list [tor-browser]
* Android * Android
* Updated GeckoView to 115.9.0esr * Updated GeckoView to 115.9.0esr
* Bug 42407: TTP-03-010 WP3: Potential phishing [tor-browser] * Bug 42407: TTP-03-010 WP3: Potential phishing [tor-browser]
* Windows
* Bug 42377: Hidden fonts are automatically added to the allow list [tor-browser]
* Build System * Build System
* All Platforms * All Platforms
* Updated Go to 1.21.8 * Updated Go to 1.21.8
......
...@@ -18,7 +18,9 @@ var: ...@@ -18,7 +18,9 @@ var:
firefox_version: '[% c("var/firefox_platform_version") %]esr' firefox_version: '[% c("var/firefox_platform_version") %]esr'
browser_series: '13.0' browser_series: '13.0'
browser_branch: '[% c("var/browser_series") %]-1' browser_branch: '[% c("var/browser_series") %]-1'
browser_build: 2 # update the mullvadbrowser specific override for 115.10.0
# torbrowser had an extra firefox build tag
browser_build: 3
branding_directory_prefix: 'tb' branding_directory_prefix: 'tb'
copyright_year: '[% exec("git show -s --format=%ci").remove("-.*") %]' copyright_year: '[% exec("git show -s --format=%ci").remove("-.*") %]'
nightly_updates_publish_dir: '[% c("var/nightly_updates_publish_dir_prefix") %]nightly-[% c("var/osname") %]' nightly_updates_publish_dir: '[% c("var/nightly_updates_publish_dir_prefix") %]nightly-[% c("var/osname") %]'
...@@ -102,6 +104,7 @@ targets: ...@@ -102,6 +104,7 @@ targets:
mullvadbrowser: mullvadbrowser:
git_url: https://gitlab.torproject.org/tpo/applications/mullvad-browser.git git_url: https://gitlab.torproject.org/tpo/applications/mullvad-browser.git
var: var:
browser_build: 2
branding_directory_prefix: 'mb' branding_directory_prefix: 'mb'
gitlab_project: https://gitlab.torproject.org/tpo/applications/mullvad-browser gitlab_project: https://gitlab.torproject.org/tpo/applications/mullvad-browser
updater_url: 'https://cdn.mullvad.net/browser/update_responses/update_1/' updater_url: 'https://cdn.mullvad.net/browser/update_responses/update_1/'
......
...@@ -16,7 +16,7 @@ container: ...@@ -16,7 +16,7 @@ container:
var: var:
geckoview_version: 115.9.0esr geckoview_version: 115.9.0esr
browser_branch: 13.0-1 browser_branch: 13.0-1
browser_build: 2 browser_build: 3
copyright_year: '[% exec("git show -s --format=%ci").remove("-.*") %]' copyright_year: '[% exec("git show -s --format=%ci").remove("-.*") %]'
gitlab_project: https://gitlab.torproject.org/tpo/applications/tor-browser gitlab_project: https://gitlab.torproject.org/tpo/applications/tor-browser
git_commit: '[% exec("git rev-parse HEAD") %]' git_commit: '[% exec("git rev-parse HEAD") %]'
......
...@@ -12,13 +12,13 @@ compress_tar: 'gz' ...@@ -12,13 +12,13 @@ compress_tar: 'gz'
steps: steps:
base-browser: base-browser:
base-browser: '[% INCLUDE build %]' base-browser: '[% INCLUDE build %]'
git_hash: 595dcd5efe752cddc1b6ba47082ad9f5f4917fee git_hash: a4d224e82808529e135259e04fb58fb39b90da2d
targets: targets:
nightly: nightly:
git_hash: 'base-browser' git_hash: 'base-browser'
tor-browser: tor-browser:
tor-browser: '[% INCLUDE build %]' tor-browser: '[% INCLUDE build %]'
git_hash: 9b6914a85be61ad6975e8bf483d4484d39bf5f7a git_hash: e7aabc54138211e23bc60af1abe492c8bc68ce4b
targets: targets:
nightly: nightly:
git_hash: 'tor-browser' git_hash: 'tor-browser'
...@@ -32,7 +32,7 @@ steps: ...@@ -32,7 +32,7 @@ steps:
fenix: '[% INCLUDE build %]' fenix: '[% INCLUDE build %]'
# We need to bump the commit before releasing but just pointing to a branch # We need to bump the commit before releasing but just pointing to a branch
# might cause too much rebuidling of the Firefox part. # might cause too much rebuidling of the Firefox part.
git_hash: 7374fbc72d2c37a4d5354447dec3b5c543fd0380 git_hash: ef6bef5e373108c4e633998b517e4bc8c297770a
compress_tar: 'zst' compress_tar: 'zst'
targets: targets:
nightly: nightly:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment