From 63d25696260dd0eabbfc820dac545d34010ef1ad Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 30 Sep 2024 15:42:31 +0800 Subject: [PATCH] libzip: upgrade 1.10.1 -> 1.11.1 Changelog: =========== * Fix zipconf.h for version number with missing third component. * Stop searching after finding acceptable central directory, even if it contains inconsistencies. * Only write Zip64 EOCD if fields don't fit in normal EOCD. Previously libzip also wrote it when any directory entry required Zip64. * Allow bytes from 0x00-0x1F as UTF-8. * Add new error code 'ZIP_ER_TRUNCATED_ZIP' for files that start with a valid local header signature. * 'zipcmp': add '-T' option for comparing timestamps. * 'zip_file_replace' now removes the target's extra field information. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../libzip/{libzip_1.10.1.bb => libzip_1.11.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-extended/libzip/{libzip_1.10.1.bb => libzip_1.11.1.bb} (91%) diff --git a/meta-oe/recipes-extended/libzip/libzip_1.10.1.bb b/meta-oe/recipes-extended/libzip/libzip_1.11.1.bb similarity index 91% rename from meta-oe/recipes-extended/libzip/libzip_1.10.1.bb rename to meta-oe/recipes-extended/libzip/libzip_1.11.1.bb index a314efc126..b1a0dd66c1 100644 --- a/meta-oe/recipes-extended/libzip/libzip_1.10.1.bb +++ b/meta-oe/recipes-extended/libzip/libzip_1.11.1.bb @@ -21,6 +21,6 @@ inherit cmake SRC_URI = "https://libzip.org/download/libzip-${PV}.tar.xz" -SRC_URI[sha256sum] = "dc3c8d5b4c8bbd09626864f6bcf93de701540f761d76b85d7c7d710f4bd90318" +SRC_URI[sha256sum] = "721e0e4e851073b508c243fd75eda04e4c5006158a900441de10ce274cc3b633" BBCLASSEXTEND += "native"