summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/expat/expat_2.2.10.bb
diff options
context:
space:
mode:
authorKai Kang <kai.kang@windriver.com>2022-02-23 11:15:29 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-03-02 00:22:12 +0000
commitb94f4ca8efd359cf00a3b9d8f3bc8e06e7081573 (patch)
tree7acde77a9b7491ac09d6012c90386f2aec4c2b3e /meta/recipes-core/expat/expat_2.2.10.bb
parent73a75034b9b7352801617472c7e961e820cecbee (diff)
downloadpoky-b94f4ca8efd359cf00a3b9d8f3bc8e06e7081573.tar.gz
expat: fix CVE-2022-23990
CVE: CVE-2022-23990 Based on Steve Sakoman's patch for branch dunfell, fix CVE-2022-23990 for expat in branch hardknott. And correct indent as well. (From OE-Core rev: dc30243e7cc1b1c392b999de114b4096d432ef02) Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/expat/expat_2.2.10.bb')
-rw-r--r--meta/recipes-core/expat/expat_2.2.10.bb7
1 files changed, 4 insertions, 3 deletions
diff --git a/meta/recipes-core/expat/expat_2.2.10.bb b/meta/recipes-core/expat/expat_2.2.10.bb
index 074441dc2a..a851e54b2a 100644
--- a/meta/recipes-core/expat/expat_2.2.10.bb
+++ b/meta/recipes-core/expat/expat_2.2.10.bb
@@ -10,13 +10,14 @@ VERSION_TAG = "${@d.getVar('PV').replace('.', '_')}"
10 10
11SRC_URI = "https://github.com/libexpat/libexpat/releases/download/R_${VERSION_TAG}/expat-${PV}.tar.bz2 \ 11SRC_URI = "https://github.com/libexpat/libexpat/releases/download/R_${VERSION_TAG}/expat-${PV}.tar.bz2 \
12 file://libtool-tag.patch \ 12 file://libtool-tag.patch \
13 file://run-ptest \ 13 file://run-ptest \
14 file://0001-Add-output-of-tests-result.patch \ 14 file://0001-Add-output-of-tests-result.patch \
15 file://CVE-2022-22822-27.patch \ 15 file://CVE-2022-22822-27.patch \
16 file://CVE-2021-45960.patch \ 16 file://CVE-2021-45960.patch \
17 file://CVE-2021-46143.patch \ 17 file://CVE-2021-46143.patch \
18 file://CVE-2022-23852.patch \ 18 file://CVE-2022-23852.patch \
19 " 19 file://CVE-2022-23990.patch \
20 "
20 21
21UPSTREAM_CHECK_URI = "https://github.com/libexpat/libexpat/releases/" 22UPSTREAM_CHECK_URI = "https://github.com/libexpat/libexpat/releases/"
22 23