From 2d8d6ec229fd6f8ec01c72f7c49c84ea3ea7064a Mon Sep 17 00:00:00 2001 From: Peter Marko Date: Wed, 13 Aug 2025 20:50:07 +0200 Subject: [PATCH] 7zip: upgrade 24.09 -> 25.01 Handles CVEs: * 25.00: CVE-2025-53816, CVE-2025-53817 * 25.01: CVE-2025-55188 License-Update: copyright years refreshed Signed-off-by: Peter Marko Signed-off-by: Khem Raj --- .../recipes-extended/7zip/{7zip_24.09.bb => 7zip_25.01.bb} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) rename meta-oe/recipes-extended/7zip/{7zip_24.09.bb => 7zip_25.01.bb} (94%) diff --git a/meta-oe/recipes-extended/7zip/7zip_24.09.bb b/meta-oe/recipes-extended/7zip/7zip_25.01.bb similarity index 94% rename from meta-oe/recipes-extended/7zip/7zip_24.09.bb rename to meta-oe/recipes-extended/7zip/7zip_25.01.bb index 74e44c44e3..779b708eee 100644 --- a/meta-oe/recipes-extended/7zip/7zip_24.09.bb +++ b/meta-oe/recipes-extended/7zip/7zip_25.01.bb @@ -3,14 +3,15 @@ HOMEPAGE = "http://www.7-zip.org/" LICENSE = "LGPL-2.1-or-later & unRAR & PD & BSD-2-Clause & BSD-3-Clause" LIC_FILES_CHKSUM = "file://DOC/copying.txt;md5=4fbd65380cdd255951079008b364516c \ file://DOC/unRarLicense.txt;md5=9c87ddde469ef94aed153b0951d088de \ - file://DOC/License.txt;md5=44483e232b64ffca25fe001f3d6418d0" + file://DOC/License.txt;md5=e80f9280df93aa8da95cac449f9fd115 \ + " CVE_PRODUCT = "7-zip 7zip" SRC_URI = "git://github.com/ip7z/7zip.git;protocol=https;branch=main \ file://0001-support-yocto-cross-compiling.patch \ file://7z_wrapper.sh \ " -SRCREV = "e5431fa6f5505e385c6f9367260717e9c47dc2ee" +SRCREV = "5e96a8279489832924056b1fa82f29d5837c9469" UPSTREAM_CHECK_URI = "https://github.com/ip7z/7zip/releases/latest"