mirror of
https://git.yoctoproject.org/poky
synced 2026-09-16 00:49:32 +02:00
libxml2: upgrade 2.9.8 -> 2.9.9
- Drop backported fix-CVE-2017-8872.patch, fix-CVE-2018-14404.patch and 0001-Fix-infinite-loop-in-LZMA-decompression.patch (From OE-Core rev: dc51f92b2a6f2439fa93b9b0c1d8c4c13e884813) Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
66d67b818a
commit
311f07ebe5
@@ -1,11 +1,20 @@
|
||||
AM_PATH_XML2 uses xml-config which we disable through
|
||||
From 43edc9a445ed66cceb7533eadeef242940b4592c Mon Sep 17 00:00:00 2001
|
||||
From: Hongxu Jia <hongxu.jia@windriver.com>
|
||||
Date: Sat, 11 May 2019 20:37:12 +0800
|
||||
Subject: [PATCH] AM_PATH_XML2 uses xml-config which we disable through
|
||||
binconfig-disabled.bbclass, so port it to use pkg-config instead.
|
||||
|
||||
Upstream-Status: Pending
|
||||
Signed-off-by: Ross Burton <ross.burton@intel.com>
|
||||
|
||||
Rebase to 2.9.9
|
||||
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
|
||||
---
|
||||
libxml.m4 | 186 ++------------------------------------------------------------
|
||||
1 file changed, 5 insertions(+), 181 deletions(-)
|
||||
|
||||
diff --git a/libxml.m4 b/libxml.m4
|
||||
index 68cd824..5fa0a9b 100644
|
||||
index 2d7a6f5..1c53585 100644
|
||||
--- a/libxml.m4
|
||||
+++ b/libxml.m4
|
||||
@@ -1,188 +1,12 @@
|
||||
@@ -202,3 +211,6 @@ index 68cd824..5fa0a9b 100644
|
||||
- AC_SUBST(XML_LIBS)
|
||||
- rm -f conf.xmltest
|
||||
])
|
||||
--
|
||||
2.7.4
|
||||
|
||||
|
||||
Reference in New Issue
Block a user