]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
expat: Upgrade 2.7.0 -> 2.7.1
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 27 Mar 2025 22:29:55 +0000 (22:29 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 28 Mar 2025 11:19:06 +0000 (11:19 +0000)
Includes a fix for a regression from the fix for CVE-2024-8176.

License-Update: Copyright years change only

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/expat/expat_2.7.1.bb [moved from meta/recipes-core/expat/expat_2.7.0.bb with 86% similarity]

similarity index 86%
rename from meta/recipes-core/expat/expat_2.7.0.bb
rename to meta/recipes-core/expat/expat_2.7.1.bb
index f3659d9f90975f62013dce568044e1957f51c129..2da153292213c9fc352f5eed7eea5762cc5d466a 100644 (file)
@@ -4,7 +4,7 @@ HOMEPAGE = "https://github.com/libexpat/libexpat"
 SECTION = "libs"
 LICENSE = "MIT"
 
-LIC_FILES_CHKSUM = "file://COPYING;md5=7b3b078238d0901d3b339289117cb7fb"
+LIC_FILES_CHKSUM = "file://COPYING;md5=f4fedd6116da0e171f7cb4d2923d7ac2"
 
 VERSION_TAG = "${@d.getVar('PV').replace('.', '_')}"
 
@@ -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] = "10f3e94896cd7f44de566cafa2e0e1f35e8df06d119b38d117c0e72d74a4b4b7"
+SRC_URI[sha256sum] = "45c98ae1e9b5127325d25186cf8c511fa814078e9efeae7987a574b482b79b3d"
 
 EXTRA_OECMAKE:class-native += "-DEXPAT_BUILD_DOCS=OFF"