From 6d2dc8c8d138c721e8f02f01cc6c0ef690bd0af2 Mon Sep 17 00:00:00 2001 From: Vallabh Mahajan <168367584+Vallabh-1504@users.noreply.github.com> Date: Wed, 24 Dec 2025 08:25:33 +0530 Subject: [PATCH] [liblzma] update to 5.8.2 (#49052) --- ports/liblzma/portfile.cmake | 2 +- ports/liblzma/vcpkg.json | 2 +- versions/baseline.json | 2 +- versions/l-/liblzma.json | 5 +++++ 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ports/liblzma/portfile.cmake b/ports/liblzma/portfile.cmake index 8cb8887ea6..65c8c69d10 100644 --- a/ports/liblzma/portfile.cmake +++ b/ports/liblzma/portfile.cmake @@ -2,7 +2,7 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO tukaani-project/xz REF "v${VERSION}" - SHA512 2f51fb316adb2962e0f2ef6ccc8b544cdc45087b9ad26dcd33f2025784be56578ab937c618e5826b2220b49b79b8581dcb8c6d43cd50ded7ad9de9fe61610f46 + SHA512 "a14c9d0a118c611d1156cd9a605269c706b976a752c048db7f2eea956e2bf717ce595f46186d951a6c4493e35658e08fa3fe4b256898c6ca08e3695c0ee7b0e5" HEAD_REF master PATCHES build-tools.patch diff --git a/ports/liblzma/vcpkg.json b/ports/liblzma/vcpkg.json index ca9f89dac3..ff33675d9f 100644 --- a/ports/liblzma/vcpkg.json +++ b/ports/liblzma/vcpkg.json @@ -1,6 +1,6 @@ { "name": "liblzma", - "version": "5.8.1", + "version": "5.8.2", "description": "Compression library with an API similar to that of zlib.", "homepage": "https://tukaani.org/xz/", "license": null, diff --git a/versions/baseline.json b/versions/baseline.json index afbe635fb3..c573706c4e 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -5117,7 +5117,7 @@ "port-version": 1 }, "liblzma": { - "baseline": "5.8.1", + "baseline": "5.8.2", "port-version": 0 }, "libmad": { diff --git a/versions/l-/liblzma.json b/versions/l-/liblzma.json index bc938a206c..a258afb6b8 100644 --- a/versions/l-/liblzma.json +++ b/versions/l-/liblzma.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "ac8f26dab6f1bda59ca96900cda5c81a1cd0aa48", + "version": "5.8.2", + "port-version": 0 + }, { "git-tree": "55eb3803f1d0388aebca8fd293963721bbf0092c", "version": "5.8.1",