From: Wang Mingyu <[email protected]> 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 <[email protected]> --- .../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 a314efc12..b1a0dd66c 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" -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#112565): https://lists.openembedded.org/g/openembedded-devel/message/112565 Mute This Topic: https://lists.openembedded.org/mt/108731749/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
