From 506bd38398027cb5af6cc0bdf5d3dbc4d3f70222 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 30 Apr 2026 18:48:20 +0800 Subject: [PATCH] 7zip: upgrade 26.00 -> 26.01 Changelog: ============= - linux version of 7-Zip can use huge pages (2 MB pages). It can increase compression speed for 10% for 7z/xz/LZMA/LZMA2 compression. - new -spo[d|c|r] switch specifies the path generation mode for the output directory for archive extraction. The output directory path is generated from the path specified in the -o{dir_path} switch and the name of the archive being unpacked. - some bugs were fixed. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-oe/recipes-extended/7zip/{7zip_26.00.bb => 7zip_26.01.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-extended/7zip/{7zip_26.00.bb => 7zip_26.01.bb} (98%) diff --git a/meta-oe/recipes-extended/7zip/7zip_26.00.bb b/meta-oe/recipes-extended/7zip/7zip_26.01.bb similarity index 98% rename from meta-oe/recipes-extended/7zip/7zip_26.00.bb rename to meta-oe/recipes-extended/7zip/7zip_26.01.bb index 85219b5052..a3e124518a 100644 --- a/meta-oe/recipes-extended/7zip/7zip_26.00.bb +++ b/meta-oe/recipes-extended/7zip/7zip_26.01.bb @@ -12,7 +12,7 @@ SRC_URI = "git://github.com/ip7z/7zip.git;protocol=https;branch=main;tag=${PV} \ file://0001-Remove-treating-warning-as-errors.patch \ file://7z_wrapper.sh \ " -SRCREV = "839151eaaad24771892afaae6bac690e31e58384" +SRCREV = "8c63d71ff886bda90c86db28466287f977374237" UPSTREAM_CHECK_URI = "https://github.com/ip7z/7zip/releases/latest"