[openwrt/openwrt] tools/xz: update to 5.8.2
LEDE Commits
lede-commits at lists.infradead.org
Sun Dec 21 11:49:26 PST 2025
robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/def7548867741206f6788d55e58d7417d859e106
commit def7548867741206f6788d55e58d7417d859e106
Author: Shiji Yang <yangshiji66 at outlook.com>
AuthorDate: Thu Dec 18 21:26:36 2025 +0800
tools/xz: update to 5.8.2
Release Notes:
https://github.com/tukaani-project/xz/releases/tag/v5.8.2
Signed-off-by: Shiji Yang <yangshiji66 at outlook.com>
Link: https://github.com/openwrt/openwrt/pull/21208
Signed-off-by: Robert Marko <robimarko at gmail.com>
---
tools/xz/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tools/xz/Makefile b/tools/xz/Makefile
index a370408ca0..d17cdb47af 100644
--- a/tools/xz/Makefile
+++ b/tools/xz/Makefile
@@ -7,13 +7,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=xz
-PKG_VERSION:=5.8.1
+PKG_VERSION:=5.8.2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=https://github.com/tukaani-project/xz/releases/download/v$(PKG_VERSION) \
@SF/lzmautils \
http://tukaani.org/xz
-PKG_HASH:=5965c692c4c8800cd4b33ce6d0f6ac9ac9d6ab227b17c512b6561bce4f08d47e
+PKG_HASH:=60345d7c0b9c8d7ffa469e96898c300def3669f5047fc76219b819340839f3d8
PKG_CPE_ID:=cpe:/a:tukaani:xz
HOST_BUILD_PARALLEL:=1
More information about the lede-commits
mailing list