summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/zlib/zlib_1.2.8.bb
diff options
context:
space:
mode:
authorGeorge McCollister <george.mccollister@gmail.com>2017-11-14 14:01:03 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-11-21 14:43:55 +0000
commitc3450174c8624e02d6515ec4afb981171aed1817 (patch)
tree271e3f317c961c08db63f01512c6998c0c34840d /meta/recipes-core/zlib/zlib_1.2.8.bb
parent7e357238ef49143ba0a818735553be79972da01f (diff)
downloadpoky-c3450174c8624e02d6515ec4afb981171aed1817.tar.gz
zlib: Fix CVE-2016-9840
Add backported patch to fix CVE-2016-9840 which was fixed in zlib 1.2.9 https://nvd.nist.gov/vuln/detail/CVE-2016-9840 (From OE-Core rev: c34064cceeb56806ed8ddf3aff73a3971378066c) Signed-off-by: George McCollister <george.mccollister@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/zlib/zlib_1.2.8.bb')
-rw-r--r--meta/recipes-core/zlib/zlib_1.2.8.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/zlib/zlib_1.2.8.bb b/meta/recipes-core/zlib/zlib_1.2.8.bb
index 913c7033d4..b6a4c687ca 100644
--- a/meta/recipes-core/zlib/zlib_1.2.8.bb
+++ b/meta/recipes-core/zlib/zlib_1.2.8.bb
@@ -10,6 +10,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/libpng/${BPN}/${PV}/${BPN}-${PV}.tar.xz \
10 file://remove.ldconfig.call.patch \ 10 file://remove.ldconfig.call.patch \
11 file://Makefile-runtests.patch \ 11 file://Makefile-runtests.patch \
12 file://ldflags-tests.patch \ 12 file://ldflags-tests.patch \
13 file://CVE-2016-9840.patch \
13 file://run-ptest \ 14 file://run-ptest \
14 " 15 "
15 16