summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-09-30 15:42:31 +0800
committerKhem Raj <raj.khem@gmail.com>2024-09-30 07:34:23 -0700
commit63d25696260dd0eabbfc820dac545d34010ef1ad (patch)
tree20411a9d867cb4cb9869f99397369a7693745daa
parente2b256aa7612605214d729e22143056437cd1914 (diff)
downloadmeta-openembedded-63d25696260dd0eabbfc820dac545d34010ef1ad.tar.gz
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 <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-extended/libzip/libzip_1.11.1.bb (renamed from meta-oe/recipes-extended/libzip/libzip_1.10.1.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/libzip/libzip_1.10.1.bb b/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
21 21
22SRC_URI = "https://libzip.org/download/libzip-${PV}.tar.xz" 22SRC_URI = "https://libzip.org/download/libzip-${PV}.tar.xz"
23 23
24SRC_URI[sha256sum] = "dc3c8d5b4c8bbd09626864f6bcf93de701540f761d76b85d7c7d710f4bd90318" 24SRC_URI[sha256sum] = "721e0e4e851073b508c243fd75eda04e4c5006158a900441de10ce274cc3b633"
25 25
26BBCLASSEXTEND += "native" 26BBCLASSEXTEND += "native"