Pier Angelo Vendrame pushed to branch main at The Tor Project / Applications / tor-browser-build
Commits: 6b9b3490 by Pier Angelo Vendrame at 2025-03-20T19:40:46+01:00 Bug 41402: Fix Snowflake 2.11.0 for Android with Go 1.23.
- - - - - 4651f8e8 by Pier Angelo Vendrame at 2025-03-20T19:41:36+01:00 Bug 41390,41391: Prepare Tor+Mullvad Browser 14.5a5
- - - - -
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/snowflake/build - projects/translation/config - rbm.conf
Changes:
===================================== projects/browser/Bundle-Data/Docs-MB/ChangeLog.txt ===================================== @@ -1,3 +1,17 @@ +Mullvad Browser 14.5a5 - March 21 2025 + * All Platforms + * Updated uBlock Origin to 1.63.0 + * Bug 412: Link the release page in the about dialog and clean brand-related preferences [mullvad-browser] + * Bug 41051: Replace Noto Sans Myanmar with Pyidaungsu [tor-browser] + * Bug 41755: Show the link to about:support in the help menu [tor-browser] + * Bug 42670: Letterboxing visible even if disable with tiled window managers [tor-browser] + * Build System + * All Platforms + * Bug 41394: Fix upload-update_responses-to-staticiforme for mullvadbrowser [tor-browser-build] + * Bug 41401: Replace Noto Sans Myanmar with Pyidaungsu [tor-browser-build] + * Linux + * Bug 41397: Building mullvad-browser no longer generates .deb or .rpm packages [tor-browser-build] + Mullvad Browser 14.5a4 - March 12 2025 * All Platforms * Updated Firefox to 128.8.0esr
===================================== projects/browser/Bundle-Data/Docs-TBB/ChangeLog.txt ===================================== @@ -1,3 +1,38 @@ +Tor Browser 14.5a5 - March 21 2025 + * All Platforms + * Updated Lyrebird to 0.6.0 + * Updated Snowflake to 2.11.0 + * Bug 42300: Do not store logs inside TorProvider [tor-browser] + * Bug 43488: Handle Moat connection errors and other non-bootstrapping errors in TorConnect [tor-browser] + * Bug 43490: Use lower case "n" for "Tor network" in the UI [tor-browser] + * Bug 43556: Update Desktop and Android survey dismissal string [tor-browser] + * Bug 43575: Cleanup channel preferences [tor-browser] + * Windows + macOS + Linux + * Bug 41051: Replace Noto Sans Myanmar with Pyidaungsu [tor-browser] + * Bug 41755: Show the link to about:support in the help menu [tor-browser] + * Bug 42550: Do not re-try auto-bootstrapping after the user selects a specific region in about:torconnect [tor-browser] + * Bug 42656: about:torconnect new url location override (maybeUpdateOpenLocationForTorConnect) mostly does nothing [tor-browser] + * Bug 42670: Letterboxing visible even if disable with tiled window managers [tor-browser] + * Bug 42720: Link to release notes missing from "About Tor Browser" window [tor-browser] + * Bug 43321: Do not focus the connect button if the user has never connected before [tor-browser] + * Bug 43405: Handle failing to apply tor settings [tor-browser] + * Android + * Bug 41188: Implement Android-native Connection Assist UI [tor-browser] + * Bug 42251: Expose TorConnect lifecycle events to fenix [tor-browser] + * Bug 43091: Delete unused android strings [tor-browser] + * Bug 43361: [Android] Move code relating to `onTerminate()` in `FenixApplication.kt` [tor-browser] + * Bug 43473: Rename "Quickstart" toggle as "Connect automatically" (Android) [tor-browser] + * Bug 43505: Implement User Survey UX (Android) [tor-browser] + * Build System + * All Platforms + * Bug 41394: Fix upload-update_responses-to-staticiforme for mullvadbrowser [tor-browser-build] + * Bug 41398: Build snowflake from main on nightlies [tor-browser-build] + * Bug 41399: Update snowflake to 2.11.0 and lyrebird to 0.6.0 [tor-browser-build] + * Windows + macOS + Linux + * Bug 41401: Replace Noto Sans Myanmar with Pyidaungsu [tor-browser-build] + * Android + * Bug 41402: Fix Snowflake 2.11.0 on Android [tor-browser-build] + Tor Browser 14.5a4 - March 12 2025 * All Platforms * Updated OpenSSL to 3.0.16
===================================== projects/browser/config ===================================== @@ -114,9 +114,9 @@ input_files: - URL: https://addons.mozilla.org/firefox/downloads/file/4411102/noscript-12.1.1.xp... name: noscript sha256sum: f9639e63ffcfc352036de00e4ff6694bb0ca65a0bb8fbd103bd08f32dc1ff31a - - URL: https://addons.mozilla.org/firefox/downloads/file/4412673/ublock_origin-1.62... + - URL: https://addons.mozilla.org/firefox/downloads/file/4456610/ublock_origin-1.63... name: ublock-origin - sha256sum: 8a9e02aa838c302fb14e2b5bc88a6036d36358aadd6f95168a145af2018ef1a3 + sha256sum: 8a208284b53565957c878a93b717b46ea0d079cb097214062b76bb96dc18a0f4 enable: '[% c("var/mullvad-browser") %]' - URL: https://cdn.mullvad.net/browser-extension/0.9.4/mullvad-browser-extension-0.... name: mullvad-extension
===================================== projects/firefox/config ===================================== @@ -20,7 +20,7 @@ var: browser_series: '14.5' browser_rebase: 1 browser_branch: '[% c("var/browser_series") %]-[% c("var/browser_rebase") %]' - browser_build: 2 + browser_build: 3 branding_directory_prefix: 'tb' copyright_year: '[% exec("git show -s --format=%ci " _ c("git_hash") _ "^{commit}", { exec_noco => 1 }).remove("-.*") %]' nightly_updates_publish_dir: '[% c("var/nightly_updates_publish_dir_prefix") %]nightly-[% c("var/osname") %]'
===================================== projects/geckoview/config ===================================== @@ -22,7 +22,7 @@ var: browser_series: '14.5' browser_rebase: 1 browser_branch: '[% c("var/browser_series") %]-[% c("var/browser_rebase") %]' - browser_build: 2 + browser_build: 3 gitlab_project: https://gitlab.torproject.org/tpo/applications/tor-browser git_commit: '[% exec("git rev-parse " _ c("git_hash") _ "^{commit}", { exec_noco => 1 }) %]' deps:
===================================== projects/snowflake/build ===================================== @@ -18,7 +18,7 @@ cd /var/tmp/build/[% project %]-[% c('version') %] tar -xf $rootdir/[% c('input_files_by_name/go_vendor') %]
cd client -go build -ldflags '-s' -tags 'nopshufb,noasm,packetioSizeHardlimit,purego,safe,appengine,disableunsafe' +go build -ldflags '-s[% IF c("var/android") %] -checklinkname=0[% END %]' -tags 'nopshufb,noasm,packetioSizeHardlimit,purego,safe,appengine,disableunsafe' cp -a client[% IF c("var/windows") %].exe[% END %] $distdir/snowflake-client[% IF c("var/windows") %].exe[% END %]
cd ..
===================================== projects/translation/config ===================================== @@ -12,13 +12,13 @@ compress_tar: 'gz' steps: base-browser: base-browser: '[% INCLUDE build %]' - git_hash: 292c09a35bcda153068e77a35107baf034929067 + git_hash: 86fc2c2f873ef1df7cb564aa683c0ba7c2071185 targets: nightly: git_hash: 'base-browser' tor-browser: tor-browser: '[% INCLUDE build %]' - git_hash: f969264d8ca95f8d75a8dfcd61b78cb7f7e5f385 + git_hash: 3bd4b0f7867b3539d0963fa0b5ce2c425cc94df7 targets: nightly: git_hash: 'tor-browser' @@ -32,7 +32,7 @@ steps: fenix: '[% INCLUDE build %]' # We need to bump the commit before releasing but just pointing to a branch # might cause too much rebuidling of the Firefox part. - git_hash: 16ce780d14da56fd304d2bde886848a6ca19d512 + git_hash: 550f0663ad92e56f1d3cf1660309f55e1fc0dabb compress_tar: 'zst' targets: nightly:
===================================== rbm.conf ===================================== @@ -73,11 +73,11 @@ buildconf: git_signtag_opt: '-s'
var: - torbrowser_version: '14.5a4' + torbrowser_version: '14.5a5' torbrowser_build: 'build1' # This should be the date of when the build is started. For the build # to be reproducible, browser_release_date should always be in the past. - browser_release_date: '2025/03/11 16:46:53' + browser_release_date: '2025/03/20 18:10:00' browser_release_date_timestamp: '[% USE date; date.format(c("var/browser_release_date"), "%s") %]' browser_default_channel: alpha browser_platforms: @@ -96,9 +96,9 @@ var: updater_enabled: 1 build_mar: 1 torbrowser_incremental_from: + - 14.5a4 - 14.5a3 - 14.5a2 - - 14.5a1 mar_channel_id: '[% c("var/projectname") %]-torproject-[% c("var/channel") %]'
# By default, we sort the list of installed packages. This allows sharing
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/compare/3...