From: Richard Purdie Date: Sat, 19 Feb 2022 18:19:42 +0000 (+0000) Subject: expat: Upgrade 2.4.4 -> 2.4.5 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=b7d19a0a36325ec652f9fe40d0a3b90d489ec088;p=openembedded-core.git expat: Upgrade 2.4.4 -> 2.4.5 This is a security fix release containing fixes for CVE-2022-25235, CVE-2022-25236, CVE-2022-25313, CVE-2022-25314 and CVE-2022-25315. Signed-off-by: Richard Purdie (cherry picked from commit b71344dacb71cfc452b335a6f2fb9cb74e2e1ff8) Signed-off-by: Anuj Mittal --- diff --git a/meta/recipes-core/expat/expat_2.4.4.bb b/meta/recipes-core/expat/expat_2.4.5.bb similarity index 91% rename from meta/recipes-core/expat/expat_2.4.4.bb rename to meta/recipes-core/expat/expat_2.4.5.bb index 63d291ed40..2d9894a057 100644 --- a/meta/recipes-core/expat/expat_2.4.4.bb +++ b/meta/recipes-core/expat/expat_2.4.5.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] = "14c58c2a0b5b8b31836514dfab41bd191836db7aa7b84ae5c47bc0327a20d64a" +SRC_URI[sha256sum] = "fbb430f964c7a2db2626452b6769e6a8d5d23593a453ccbc21701b74deabedff" EXTRA_OECMAKE:class-native += "-DEXPAT_BUILD_DOCS=OFF"