summaryrefslogtreecommitdiffstats
path: root/tools/xz
diff options
context:
space:
mode:
authorNick Hainke <vincent@systemli.org>2022-08-18 14:49:25 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2022-08-20 23:25:32 +0200
commit20f8101a26d0affd9a68f972a8bc65b02d7d4300 (patch)
tree91d4a18f648a3a4824c3bc19095ba73e18f9d35d /tools/xz
parentf1c9afd801380a05a91d979b475c76cc0a67caae (diff)
downloadopenwrt-20f8101a26d0affd9a68f972a8bc65b02d7d4300.tar.gz
openwrt-20f8101a26d0affd9a68f972a8bc65b02d7d4300.tar.bz2
openwrt-20f8101a26d0affd9a68f972a8bc65b02d7d4300.zip
tools/xz: update to 5.2.6
This update contains a security fix to xzgrep (CVE-2022-1271, ZDI-CAN-16587). Release notes: https://git.tukaani.org/?p=xz.git;a=blob;f=NEWS;hb=HEAD Signed-off-by: Nick Hainke <vincent@systemli.org>
Diffstat (limited to 'tools/xz')
-rw-r--r--tools/xz/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/xz/Makefile b/tools/xz/Makefile
index 4b13f727da..ef0ed02396 100644
--- a/tools/xz/Makefile
+++ b/tools/xz/Makefile
@@ -7,12 +7,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=xz
-PKG_VERSION:=5.2.5
+PKG_VERSION:=5.2.6
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=@SF/lzmautils \
http://tukaani.org/xz
-PKG_HASH:=5117f930900b341493827d63aa910ff5e011e0b994197c3b71c08a20228a42df
+PKG_HASH:=13e3402e301b6018f6a71ef0e497f714c6d11e214ae82dab156b81c2a64acb25
PKG_CPE_ID:=cpe:/a:tukaani:xz
HOST_BUILD_PARALLEL:=1