diff options
| author | Tianling Shen | 2025-08-11 07:22:28 +0000 |
|---|---|---|
| committer | Nick Hainke | 2025-08-17 09:09:46 +0000 |
| commit | 4e9fbc75c731715d5b8dd9e9d6c0a4eb3fd0d121 (patch) | |
| tree | c4d73c4faae14241275ee479b2853eadda62b1e2 | |
| parent | 9736d42141289455eb47b6088800fd384ab732be (diff) | |
| download | openwrt-4e9fbc75c731715d5b8dd9e9d6c0a4eb3fd0d121.tar.gz | |
tools/7z: update to 25.01
This version contains fixes for CVE-2025-55188.
Changelog: https://www.7-zip.org/history.txt
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Link: https://github.com/openwrt/openwrt/pull/19742
Signed-off-by: Nick Hainke <vincent@systemli.org>
| -rw-r--r-- | tools/7z/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/7z/Makefile b/tools/7z/Makefile index 0241a0c2e2..4fb82eb753 100644 --- a/tools/7z/Makefile +++ b/tools/7z/Makefile @@ -1,11 +1,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=7z -PKG_VERSION:=25.00 +PKG_VERSION:=25.01 PKG_SOURCE:=$(PKG_NAME)$(subst .,,$(PKG_VERSION))-src.tar.xz PKG_SOURCE_URL:=https://7-zip.org/a/ -PKG_HASH:=bff9e69b6ca73a5b8715d7623870a39dc90ad6ce1f4d1070685843987af1af9b +PKG_HASH:=ed087f83ee789c1ea5f39c464c55a5c9d4008deb0efe900814f2df262b82c36e PKG_CPE_ID:=cpe:/a:7-zip:7-zip |