diff mbox series

expat: upgrade 2.7.5 -> 2.8.0

Message ID 20260425093705.2935681-1-peter.marko@siemens.com
State Under Review
Headers show
Series expat: upgrade 2.7.5 -> 2.8.0 | expand

Commit Message

Peter Marko April 25, 2026, 9:37 a.m. UTC
From: Peter Marko <peter.marko@siemens.com>

Release notes: [1]

Handles CVE-2026-41080

[1] https://github.com/libexpat/libexpat/blob/R_2_8_0/expat/Changes

Signed-off-by: Peter Marko <peter.marko@siemens.com>
---
 meta/recipes-core/expat/{expat_2.7.5.bb => expat_2.8.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-core/expat/{expat_2.7.5.bb => expat_2.8.0.bb} (92%)
diff mbox series

Patch

diff --git a/meta/recipes-core/expat/expat_2.7.5.bb b/meta/recipes-core/expat/expat_2.8.0.bb
similarity index 92%
rename from meta/recipes-core/expat/expat_2.7.5.bb
rename to meta/recipes-core/expat/expat_2.8.0.bb
index 4f2578292d..53c141c200 100644
--- a/meta/recipes-core/expat/expat_2.7.5.bb
+++ b/meta/recipes-core/expat/expat_2.8.0.bb
@@ -15,7 +15,7 @@  SRC_URI = "${GITHUB_BASE_URI}/download/R_${VERSION_TAG}/expat-${PV}.tar.bz2  \
 GITHUB_BASE_URI = "https://github.com/libexpat/libexpat/releases/"
 UPSTREAM_CHECK_REGEX = "releases/tag/R_(?P<pver>.+)"
 
-SRC_URI[sha256sum] = "386a423d40580f1e392e8b512b7635cac5083fe0631961e74e036b0a7a830d77"
+SRC_URI[sha256sum] = "586494499ac3ad46d87f3beda7b1f770c1c8026a9b60e151593f8b29089a52ca"
 
 EXTRA_OECMAKE:class-native += "-DEXPAT_BUILD_DOCS=OFF"