From 44845523d7dc4c7a35cae449eba9ebe7475495da Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 10 Feb 2025 17:00:43 +0800 Subject: [PATCH] libzip: upgrade 1.11.2 -> 1.11.3 Changelog: ============ * Report read error for corrupted encrypted file data. * Avoid unnecessary seeks when writing archive. * Don't hardcode '_Nullable' support in 'zip.h' to allow it to be used with different compilers. * Improve check for GetSecurityInformation availability on Windows. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../libzip/{libzip_1.11.2.bb => libzip_1.11.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-extended/libzip/{libzip_1.11.2.bb => libzip_1.11.3.bb} (91%) diff --git a/meta-oe/recipes-extended/libzip/libzip_1.11.2.bb b/meta-oe/recipes-extended/libzip/libzip_1.11.3.bb similarity index 91% rename from meta-oe/recipes-extended/libzip/libzip_1.11.2.bb rename to meta-oe/recipes-extended/libzip/libzip_1.11.3.bb index 527be364cb..2d26ea59b5 100644 --- a/meta-oe/recipes-extended/libzip/libzip_1.11.2.bb +++ b/meta-oe/recipes-extended/libzip/libzip_1.11.3.bb @@ -21,6 +21,6 @@ inherit cmake SRC_URI = "https://libzip.org/download/libzip-${PV}.tar.xz" -SRC_URI[sha256sum] = "5d471308cef4c4752bbcf973d9cd37ba4cb53739116c30349d4764ba1410dfc1" +SRC_URI[sha256sum] = "9509d878ba788271c8b5abca9cfde1720f075335686237b7e9a9e7210fe67c1b" BBCLASSEXTEND += "native"