summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2022-02-19 18:19:42 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-02-21 07:51:46 +0000
commitb71344dacb71cfc452b335a6f2fb9cb74e2e1ff8 (patch)
treeb7ebf13a14cc673aab3bbecf7d2097cd249b832f
parent3ca368aa12ac3a8398312c9bf5cb6136261d56af (diff)
downloadopenembedded-core-contrib-b71344dacb71cfc452b335a6f2fb9cb74e2e1ff8.tar.gz
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 <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-core/expat/expat_2.4.5.bb (renamed from meta/recipes-core/expat/expat_2.4.4.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/expat/expat_2.4.4.bb b/meta/recipes-core/expat/expat_2.4.5.bb
index 14080220d2..83ba3a2329 100644
--- a/meta/recipes-core/expat/expat_2.4.4.bb
+++ b/meta/recipes-core/expat/expat_2.4.5.bb
@@ -14,7 +14,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"