diff options
| author | Peter Marko <peter.marko@siemens.com> | 2024-11-11 20:05:32 +0100 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2024-11-18 06:59:35 -0800 |
| commit | b7d43e74a0a6b412d286399dcd433873aee79ee0 (patch) | |
| tree | 1de524a5a510641d695ded4d6cba0c62bf0a743b /meta | |
| parent | e7335e4f0a33d167696ca3dba9a09a8eb6b3b943 (diff) | |
| download | poky-b7d43e74a0a6b412d286399dcd433873aee79ee0.tar.gz | |
expat: upgrade 2.6.3 -> 2.6.4
Handle CVE-2024-50602
(From OE-Core rev: e53da1a3bfd62b6b1771f9026fed8fd04e97f7b4)
Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/recipes-core/expat/expat_2.6.4.bb (renamed from meta/recipes-core/expat/expat_2.6.3.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/expat/expat_2.6.3.bb b/meta/recipes-core/expat/expat_2.6.4.bb index 5ae694a004..f383792793 100644 --- a/meta/recipes-core/expat/expat_2.6.3.bb +++ b/meta/recipes-core/expat/expat_2.6.4.bb | |||
| @@ -15,7 +15,7 @@ SRC_URI = "${GITHUB_BASE_URI}/download/R_${VERSION_TAG}/expat-${PV}.tar.bz2 \ | |||
| 15 | GITHUB_BASE_URI = "https://github.com/libexpat/libexpat/releases/" | 15 | GITHUB_BASE_URI = "https://github.com/libexpat/libexpat/releases/" |
| 16 | UPSTREAM_CHECK_REGEX = "releases/tag/R_(?P<pver>.+)" | 16 | UPSTREAM_CHECK_REGEX = "releases/tag/R_(?P<pver>.+)" |
| 17 | 17 | ||
| 18 | SRC_URI[sha256sum] = "b8baef92f328eebcf731f4d18103951c61fa8c8ec21d5ff4202fb6f2198aeb2d" | 18 | SRC_URI[sha256sum] = "8dc480b796163d4436e6f1352e71800a774f73dbae213f1860b60607d2a83ada" |
| 19 | 19 | ||
| 20 | EXTRA_OECMAKE:class-native += "-DEXPAT_BUILD_DOCS=OFF" | 20 | EXTRA_OECMAKE:class-native += "-DEXPAT_BUILD_DOCS=OFF" |
| 21 | 21 | ||
