summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/libxml/libxml2.inc
diff options
context:
space:
mode:
authorYue Tao <Yue.Tao@windriver.com>2015-06-15 09:18:52 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-06-18 09:14:07 +0100
commit8ef99a00dc75c6eed87aa1bc1528614a2a27eddf (patch)
tree909416c3d9a3450f52ce52d64b3eb0cc74a43378 /meta/recipes-core/libxml/libxml2.inc
parent64df52da57440b8d1f97a8f228399954effb7700 (diff)
downloadpoky-8ef99a00dc75c6eed87aa1bc1528614a2a27eddf.tar.gz
libxml2: Security Advisory - libxml2 - CVE-2015-1819
for CVE-2015-1819 Enforce the reader to run in constant memory (From OE-Core rev: 9e67d8ae592a37d7c92d6566466b09c83e9ec6a7) Signed-off-by: Yue Tao <Yue.Tao@windriver.com> Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.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 d337bec0d0..1c3c37d509 100644
--- a/meta/recipes-core/libxml/libxml2.inc
+++ b/meta/recipes-core/libxml/libxml2.inc
@@ -20,6 +20,7 @@ SRC_URI = "ftp://xmlsoft.org/libxml2/libxml2-${PV}.tar.gz;name=libtar \
20 file://python-sitepackages-dir.patch \ 20 file://python-sitepackages-dir.patch \
21 file://libxml-m4-use-pkgconfig.patch \ 21 file://libxml-m4-use-pkgconfig.patch \
22 file://configure.ac-fix-cross-compiling-warning.patch \ 22 file://configure.ac-fix-cross-compiling-warning.patch \
23 file://0001-CVE-2015-1819-Enforce-the-reader-to-run-in-constant-.patch \
23 " 24 "
24 25
25BINCONFIG = "${bindir}/xml2-config" 26BINCONFIG = "${bindir}/xml2-config"