summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/libxml/libxml2.inc
diff options
context:
space:
mode:
authorArmin Kuster <akuster@mvista.com>2015-12-05 10:54:29 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-01-14 15:18:27 +0000
commitfdea03df12625eb2d6852decc30a2c6de9a300ad (patch)
tree0949fafc936dafcbbe3f5a4a6357325ee9107c6e /meta/recipes-core/libxml/libxml2.inc
parent6fc1109f5db665e306e4c34d6198251675e15969 (diff)
downloadpoky-fdea03df12625eb2d6852decc30a2c6de9a300ad.tar.gz
libxml2: security fix CVE-2015-8317
(From OE-Core rev: 42086e309dfce3caa05e88681875f5f78cf5f095) Signed-off-by: Armin Kuster <akuster@mvista.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/libxml/libxml2.inc')
-rw-r--r--meta/recipes-core/libxml/libxml2.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/libxml/libxml2.inc b/meta/recipes-core/libxml/libxml2.inc
index 24b98a6f92..84217bf5dd 100644
--- a/meta/recipes-core/libxml/libxml2.inc
+++ b/meta/recipes-core/libxml/libxml2.inc
@@ -23,6 +23,7 @@ SRC_URI = "ftp://xmlsoft.org/libxml2/libxml2-${PV}.tar.gz;name=libtar \
23 file://0001-CVE-2015-1819-Enforce-the-reader-to-run-in-constant-.patch \ 23 file://0001-CVE-2015-1819-Enforce-the-reader-to-run-in-constant-.patch \
24 file://CVE-2015-7941-1-Stop-parsing-on-entities-boundaries-errors.patch \ 24 file://CVE-2015-7941-1-Stop-parsing-on-entities-boundaries-errors.patch \
25 file://CVE-2015-7941-2-Cleanup-conditional-section-error-handling.patch \ 25 file://CVE-2015-7941-2-Cleanup-conditional-section-error-handling.patch \
26 file://CVE-2015-8317-Fail-parsing-early-on-if-encoding-conversion-failed.patch \
26 " 27 "
27 28
28BINCONFIG = "${bindir}/xml2-config" 29BINCONFIG = "${bindir}/xml2-config"