summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/libxml/libxml2_2.9.13.bb
diff options
context:
space:
mode:
authorJoe Slater <joe.slater@windriver.com>2022-03-24 12:20:35 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-03-26 09:33:32 +0000
commit1e94dfcb04764d0d08de37437fe9d6fdfa534d85 (patch)
tree10bfb49f22137c57366c5a9fba9918a5874dd8e9 /meta/recipes-core/libxml/libxml2_2.9.13.bb
parent075aeeff2bb5be176e6d58ad3f1e7b7fb2d5b762 (diff)
downloadpoky-1e94dfcb04764d0d08de37437fe9d6fdfa534d85.tar.gz
libxml2: fix CVE-2022-23308 regression
The fix for the CVE in 2.9.13 caused a regression which was addressed after 2.9.13. We import that patch here. (From OE-Core rev: f7fd194feb4f7993518388160acd5199fcfc3b26) Signed-off-by: Joe Slater <joe.slater@windriver.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/libxml/libxml2_2.9.13.bb')
-rw-r--r--meta/recipes-core/libxml/libxml2_2.9.13.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-core/libxml/libxml2_2.9.13.bb b/meta/recipes-core/libxml/libxml2_2.9.13.bb
index be59aba84b..e361b53bfd 100644
--- a/meta/recipes-core/libxml/libxml2_2.9.13.bb
+++ b/meta/recipes-core/libxml/libxml2_2.9.13.bb
@@ -23,6 +23,9 @@ SRC_URI += "http://www.w3.org/XML/Test/xmlts20080827.tar.gz;subdir=${BP};name=te
23 file://remove-fuzz-from-ptests.patch \ 23 file://remove-fuzz-from-ptests.patch \
24 file://libxml-m4-use-pkgconfig.patch \ 24 file://libxml-m4-use-pkgconfig.patch \
25 " 25 "
26# will be in v2.9.14
27#
28SRC_URI += "file://CVE-2022-23308-fix-regression.patch"
26 29
27SRC_URI[archive.sha256sum] = "276130602d12fe484ecc03447ee5e759d0465558fbc9d6bd144e3745306ebf0e" 30SRC_URI[archive.sha256sum] = "276130602d12fe484ecc03447ee5e759d0465558fbc9d6bd144e3745306ebf0e"
28SRC_URI[testtar.sha256sum] = "96151685cec997e1f9f3387e3626d61e6284d4d6e66e0e440c209286c03e9cc7" 31SRC_URI[testtar.sha256sum] = "96151685cec997e1f9f3387e3626d61e6284d4d6e66e0e440c209286c03e9cc7"