[meta-oe] [PATCH] libzip: upgrade 1.9.0 -> 1.9.2
wangmy
License-Update: email of authors changed to <info@...>
Signed-off-by: Wang Mingyu <wangmy@...> --- .../libzip/{libzip_1.9.0.bb => libzip_1.9.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-extended/libzip/{libzip_1.9.0.bb => libzip_1.9.2.bb} (85%) diff --git a/meta-oe/recipes-extended/libzip/libzip_1.9.0.bb b/meta-oe/recipes-extended/libzip/libzip_1.9.2.bb similarity index 85% rename from meta-oe/recipes-extended/libzip/libzip_1.9.0.bb rename to meta-oe/recipes-extended/libzip/libzip_1.9.2.bb index 6349b61bd..f4de8607a 100644 --- a/meta-oe/recipes-extended/libzip/libzip_1.9.0.bb +++ b/meta-oe/recipes-extended/libzip/libzip_1.9.2.bb @@ -2,7 +2,7 @@ DESCRIPTION = "libzip is a C library for reading, creating, and modifying zip ar HOMEPAGE = "https://libzip.org/" LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://LICENSE;md5=067e9870bba57e1ce20695c4d5672f30" +LIC_FILES_CHKSUM = "file://LICENSE;md5=d8a9d2078f35e61cf1122ccd440687cf" DEPENDS = "zlib bzip2" @@ -21,7 +21,7 @@ inherit cmake SRC_URI = "https://libzip.org/download/libzip-${PV}.tar.xz" -SRC_URI[sha256sum] = "a17240ee88f0705a9067bb0087fde1cee73948b3cf6c3978a21a58fdb73b76a2" +SRC_URI[sha256sum] = "c93e9852b7b2dc931197831438fee5295976ee0ba24f8524a8907be5c2ba5937" # Patch for CVE-2017-12858 is applied in version 1.2.0. CVE_CHECK_IGNORE += "CVE-2017-12858" -- 2.25.1
|
|