summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/libxml/libxml2_2.9.8.bb
diff options
context:
space:
mode:
authorLee Chee Yang <chee.yang.lee@intel.com>2020-02-21 23:57:23 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-04-09 00:07:12 +0100
commitb83baaf23d1e7b2e24dddc8b5efec0d0e4c9780e (patch)
treec3a5ad6d886b3373440d996ca0f681463e6b7d6b /meta/recipes-core/libxml/libxml2_2.9.8.bb
parentca1f5181476bd3066e159a3cf16dffb645dd9457 (diff)
downloadpoky-b83baaf23d1e7b2e24dddc8b5efec0d0e4c9780e.tar.gz
libxml2: Fix CVE-2019-20388
see: https://gitlab.gnome.org/GNOME/libxml2/merge_requests/68 (From OE-Core rev: 6c4477563bc418ec215671d6960e6e8d6bdd074b) Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/libxml/libxml2_2.9.8.bb')
-rw-r--r--meta/recipes-core/libxml/libxml2_2.9.8.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/libxml/libxml2_2.9.8.bb b/meta/recipes-core/libxml/libxml2_2.9.8.bb
index 618f307214..ab47a50c56 100644
--- a/meta/recipes-core/libxml/libxml2_2.9.8.bb
+++ b/meta/recipes-core/libxml/libxml2_2.9.8.bb
@@ -25,6 +25,7 @@ SRC_URI = "http://www.xmlsoft.org/sources/libxml2-${PV}.tar.gz;name=libtar \
25 file://0001-Fix-infinite-loop-in-LZMA-decompression.patch \ 25 file://0001-Fix-infinite-loop-in-LZMA-decompression.patch \
26 file://fix-CVE-2019-19956.patch \ 26 file://fix-CVE-2019-19956.patch \
27 file://CVE-2020-7595.patch \ 27 file://CVE-2020-7595.patch \
28 file://CVE-2019-20388.patch \
28 " 29 "
29 30
30SRC_URI[libtar.md5sum] = "b786e353e2aa1b872d70d5d1ca0c740d" 31SRC_URI[libtar.md5sum] = "b786e353e2aa1b872d70d5d1ca0c740d"