From: Ross Burton Date: Mon, 31 Jan 2022 12:20:28 +0000 (+0000) Subject: expat: upgrade to 2.4.4 X-Git-Tag: 2021-10.2~4 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=4857274b27712981e175c0bbc00fa650f5d3bcf2;p=openembedded-core.git expat: upgrade to 2.4.4 Fixes CVE-2022-23852 and CVE-2022-23990. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie (cherry picked from commit 4ed96683893e7433804ccf7a4000a2dd18318ef5) Signed-off-by: Anuj Mittal --- diff --git a/meta/recipes-core/expat/expat_2.4.3.bb b/meta/recipes-core/expat/expat_2.4.4.bb similarity index 91% rename from meta/recipes-core/expat/expat_2.4.3.bb rename to meta/recipes-core/expat/expat_2.4.4.bb index 088ce81500..63d291ed40 100644 --- a/meta/recipes-core/expat/expat_2.4.3.bb +++ b/meta/recipes-core/expat/expat_2.4.4.bb @@ -15,7 +15,7 @@ SRC_URI = "https://github.com/libexpat/libexpat/releases/download/R_${VERSION_TA UPSTREAM_CHECK_URI = "https://github.com/libexpat/libexpat/releases/" -SRC_URI[sha256sum] = "6f262e216a494fbf42d8c22bc841b3e117c21f2467a19dc4c27c991b5622f986" +SRC_URI[sha256sum] = "14c58c2a0b5b8b31836514dfab41bd191836db7aa7b84ae5c47bc0327a20d64a" EXTRA_OECMAKE:class-native += "-DEXPAT_BUILD_DOCS=OFF"