diff mbox series

expat: upgrade 2.8.2 -> 2.8.3

Message ID 20260811183256.2325708-1-peter.marko@siemens.com
State New
Headers show
Series expat: upgrade 2.8.2 -> 2.8.3 | expand

Commit Message

Peter Marko Aug. 11, 2026, 6:32 p.m. UTC
From: Peter Marko <peter.marko@siemens.com>

Handle CVE-2026-72522.

Release information:
* https://blog.hartwork.org/posts/expat-2-8-3-released/
* https://github.com/libexpat/libexpat/blob/R_2_8_3/expat/Changes

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

Patch

diff --git a/meta/recipes-core/expat/expat_2.8.2.bb b/meta/recipes-core/expat/expat_2.8.3.bb
similarity index 92%
rename from meta/recipes-core/expat/expat_2.8.2.bb
rename to meta/recipes-core/expat/expat_2.8.3.bb
index 0b9dbe161b..79e8c15227 100644
--- a/meta/recipes-core/expat/expat_2.8.2.bb
+++ b/meta/recipes-core/expat/expat_2.8.3.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] = "69e7f52417d85b1c2b7fe855e176eec55d0b2d7d92d691372d833a1c7df7923b"
+SRC_URI[sha256sum] = "b4cc2483927d5e90bf8c40b44a6b95b368b42a8a96e25883fce188b48a92b670"
 
 EXTRA_OECMAKE:class-native += "-DEXPAT_BUILD_DOCS=OFF"