summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-extended/libzip/libzip_1.9.2.bb (renamed from meta-oe/recipes-extended/libzip/libzip_1.9.0.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-extended/libzip/libzip_1.9.0.bb b/meta-oe/recipes-extended/libzip/libzip_1.9.2.bb
index 6349b61bd6..f4de8607a0 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
2HOMEPAGE = "https://libzip.org/" 2HOMEPAGE = "https://libzip.org/"
3 3
4LICENSE = "BSD-3-Clause" 4LICENSE = "BSD-3-Clause"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=067e9870bba57e1ce20695c4d5672f30" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=d8a9d2078f35e61cf1122ccd440687cf"
6 6
7DEPENDS = "zlib bzip2" 7DEPENDS = "zlib bzip2"
8 8
@@ -21,7 +21,7 @@ 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] = "a17240ee88f0705a9067bb0087fde1cee73948b3cf6c3978a21a58fdb73b76a2" 24SRC_URI[sha256sum] = "c93e9852b7b2dc931197831438fee5295976ee0ba24f8524a8907be5c2ba5937"
25 25
26# Patch for CVE-2017-12858 is applied in version 1.2.0. 26# Patch for CVE-2017-12858 is applied in version 1.2.0.
27CVE_CHECK_IGNORE += "CVE-2017-12858" 27CVE_CHECK_IGNORE += "CVE-2017-12858"