summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/zlib/zlib_1.2.12.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-08-14 19:49:50 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-08-16 14:57:58 +0100
commit70700eab9cca9daaccf4effbc4ff52cae55c619c (patch)
treee1ffb720514cde4ad86025c052c96592804816ee /meta/recipes-core/zlib/zlib_1.2.12.bb
parentef5488d7326090e9e78939f7624214b8868b16ae (diff)
downloadpoky-70700eab9cca9daaccf4effbc4ff52cae55c619c.tar.gz
zlib: Resolve CVE-2022-37434
Backport needed fixes CVE: CVE-2022-37434 (From OE-Core rev: f7f089a89a9ba83aa62e4ca1fe9a6b8649b29259) Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Paul Eggleton <bluelightning@bluelightning.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/zlib/zlib_1.2.12.bb')
-rw-r--r--meta/recipes-core/zlib/zlib_1.2.12.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-core/zlib/zlib_1.2.12.bb b/meta/recipes-core/zlib/zlib_1.2.12.bb
index 77e7a4937f..b999f13530 100644
--- a/meta/recipes-core/zlib/zlib_1.2.12.bb
+++ b/meta/recipes-core/zlib/zlib_1.2.12.bb
@@ -12,6 +12,8 @@ SRC_URI = "https://zlib.net/${BP}.tar.xz \
12 file://0001-configure-Pass-LDFLAGS-to-link-tests.patch \ 12 file://0001-configure-Pass-LDFLAGS-to-link-tests.patch \
13 file://run-ptest \ 13 file://run-ptest \
14 file://0001-Correct-incorrect-inputs-provided-to-the-CRC-functio.patch \ 14 file://0001-Correct-incorrect-inputs-provided-to-the-CRC-functio.patch \
15 file://0001-Fix-a-bug-when-getting-a-gzip-header-extra-field-wit.patch \
16 file://0001-Fix-extra-field-processing-bug-that-dereferences-NUL.patch \
15 " 17 "
16UPSTREAM_CHECK_URI = "http://zlib.net/" 18UPSTREAM_CHECK_URI = "http://zlib.net/"
17 19