summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Marko <peter.marko@siemens.com>2026-02-27 00:02:49 +0100
committerKhem Raj <raj.khem@gmail.com>2026-03-02 19:25:50 -0800
commit4b50ae538341ae0fb4848418dec1477c98028f11 (patch)
treeaf17578a4cc337408886b4c7db9957b215111e87
parent321112dd2e468a18f92f82f451bbc4587045d570 (diff)
downloadmeta-openembedded-4b50ae538341ae0fb4848418dec1477c98028f11.tar.gz
7zip: upgrade 25.01 -> 26.00
Release notes [1]: * improved code for ZIP, CPIO, RAR, UFD, QCOW, Compound. * 7-Zip File Manager: improved sorting order of the file list. It uses file name as secondary sorting key. * 7-Zip File Manager: improved Benchmark to support systems with more than 64 CPU threads. * the bug was fixed: 7-Zip could not correctly extract TAR archives containing sparse files. * some bugs were fixed. License-Update: copyright years refreshed [1] https://github.com/ip7z/7zip/releases/tag/26.00 Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-extended/7zip/7zip_26.00.bb (renamed from meta-oe/recipes-extended/7zip/7zip_25.01.bb)6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-extended/7zip/7zip_25.01.bb b/meta-oe/recipes-extended/7zip/7zip_26.00.bb
index f4ea6506e1..85219b5052 100644
--- a/meta-oe/recipes-extended/7zip/7zip_25.01.bb
+++ b/meta-oe/recipes-extended/7zip/7zip_26.00.bb
@@ -3,16 +3,16 @@ HOMEPAGE = "http://www.7-zip.org/"
3LICENSE = "LGPL-2.1-or-later & unRAR & PD & BSD-2-Clause & BSD-3-Clause" 3LICENSE = "LGPL-2.1-or-later & unRAR & PD & BSD-2-Clause & BSD-3-Clause"
4LIC_FILES_CHKSUM = "file://DOC/copying.txt;md5=4fbd65380cdd255951079008b364516c \ 4LIC_FILES_CHKSUM = "file://DOC/copying.txt;md5=4fbd65380cdd255951079008b364516c \
5 file://DOC/unRarLicense.txt;md5=9c87ddde469ef94aed153b0951d088de \ 5 file://DOC/unRarLicense.txt;md5=9c87ddde469ef94aed153b0951d088de \
6 file://DOC/License.txt;md5=e80f9280df93aa8da95cac449f9fd115 \ 6 file://DOC/License.txt;md5=a4ae6e492874f0008c7600c2ef80daa4 \
7 " 7 "
8 8
9CVE_PRODUCT = "7-zip 7zip" 9CVE_PRODUCT = "7-zip 7zip"
10SRC_URI = "git://github.com/ip7z/7zip.git;protocol=https;branch=main \ 10SRC_URI = "git://github.com/ip7z/7zip.git;protocol=https;branch=main;tag=${PV} \
11 file://0001-support-yocto-cross-compiling.patch \ 11 file://0001-support-yocto-cross-compiling.patch \
12 file://0001-Remove-treating-warning-as-errors.patch \ 12 file://0001-Remove-treating-warning-as-errors.patch \
13 file://7z_wrapper.sh \ 13 file://7z_wrapper.sh \
14 " 14 "
15SRCREV = "5e96a8279489832924056b1fa82f29d5837c9469" 15SRCREV = "839151eaaad24771892afaae6bac690e31e58384"
16 16
17UPSTREAM_CHECK_URI = "https://github.com/ip7z/7zip/releases/latest" 17UPSTREAM_CHECK_URI = "https://github.com/ip7z/7zip/releases/latest"
18 18