tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit 90cb71c6ef16b01472dea3aa3a081f05ba9e3db4
parent cfbfa845e4b0e518b7c2d29b225cd4f827752eae
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Date:   Mon, 10 Nov 2025 13:15:04 +0000

Bug 1998498 - Update XZ to v5.8.1. r=firefox-build-system-reviewers,ahochheiden

Differential Revision: https://phabricator.services.mozilla.com/D271473

Diffstat:
Mtaskcluster/kinds/fetch/toolchains.yml | 10+++++-----
Mtaskcluster/kinds/toolchain/misc.yml | 2+-
2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/taskcluster/kinds/fetch/toolchains.yml b/taskcluster/kinds/fetch/toolchains.yml @@ -689,13 +689,13 @@ symbol-scrapers: repo: https://github.com/mozilla/symbol-scrapers revision: 4a589bc872995b76fa18b5f8746715e5c86fa4bb -xz-5.4.4: - description: xz 5.4.4 source code +xz-5.8.1: + description: xz 5.8.1 source code fetch: type: static-url - url: https://tukaani.org/xz/xz-5.4.4.tar.gz - sha256: aae39544e254cfd27e942d35a048d592959bd7a79f9a624afb0498bb5613bdf8 - size: 2874706 + url: https://github.com/tukaani-project/xz/releases/download/v5.8.1/xz-5.8.1.tar.xz + sha256: 0b54f79df85912504de0b14aec7971e3f964491af1812d83447005807513cd9e + size: 1461872 artifact-name: xz-source.tar.zst strip-components: 1 add-prefix: xz-source/ diff --git a/taskcluster/kinds/toolchain/misc.yml b/taskcluster/kinds/toolchain/misc.yml @@ -217,7 +217,7 @@ macosx64-xz: toolchain-artifact: public/build/xz.tar.zst fetches: fetch: - - xz-5.4.4 + - xz-5.8.1 toolchain: - macosx64-clang-toolchain - macosx64-sdk-toolchain