diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-09-04 21:07:57 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-09-05 21:48:47 +0100 |
| commit | 1231f5d34f05742ecdc115bdee1d9f4c5c5045d8 (patch) | |
| tree | 26aa19fa9c6beb2784df683d1d53248d99b167e7 /meta | |
| parent | c22b1c9f68983c4f9b745491ffd780070f7636a2 (diff) | |
| download | poky-1231f5d34f05742ecdc115bdee1d9f4c5c5045d8.tar.gz | |
expat: 2.6.2 -> 2.6.3
Includes fixes for CVE-2024-45490, CVE-2024-45491 and CVE-2024-45492.
https://blog.hartwork.org/posts/expat-2-6-3-released/
(From OE-Core rev: cc96903d915db0dfde382a26bb7ec57d0d37e62e)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/recipes-core/expat/expat_2.6.3.bb (renamed from meta/recipes-core/expat/expat_2.6.2.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/expat/expat_2.6.2.bb b/meta/recipes-core/expat/expat_2.6.3.bb index 6c9db91bef..5ae694a004 100644 --- a/meta/recipes-core/expat/expat_2.6.2.bb +++ b/meta/recipes-core/expat/expat_2.6.3.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] = "9c7c1b5dcbc3c237c500a8fb1493e14d9582146dd9b42aa8d3ffb856a3b927e0" | 18 | SRC_URI[sha256sum] = "b8baef92f328eebcf731f4d18103951c61fa8c8ec21d5ff4202fb6f2198aeb2d" |
| 19 | 19 | ||
| 20 | EXTRA_OECMAKE:class-native += "-DEXPAT_BUILD_DOCS=OFF" | 20 | EXTRA_OECMAKE:class-native += "-DEXPAT_BUILD_DOCS=OFF" |
| 21 | 21 | ||
