diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-02-19 18:19:42 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-02-21 07:52:04 +0000 |
commit | ebf9181a8b5dd439a3303bb75d7ac252887ed622 (patch) | |
tree | cb5b9c27cbeee85c94c16cd8fbd184ff0e8c851a | |
parent | 0539b563c6f41fef383429a13c28bf918231d404 (diff) | |
download | poky-ebf9181a8b5dd439a3303bb75d7ac252887ed622.tar.gz |
expat: Upgrade 2.4.4 -> 2.4.5
This is a security fix release containing fixes for CVE-2022-25235, CVE-2022-25236,
CVE-2022-25313, CVE-2022-25314 and CVE-2022-25315.
(From OE-Core rev: b71344dacb71cfc452b335a6f2fb9cb74e2e1ff8)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-core/expat/expat_2.4.5.bb (renamed from meta/recipes-core/expat/expat_2.4.4.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/expat/expat_2.4.4.bb b/meta/recipes-core/expat/expat_2.4.5.bb index 14080220d2..83ba3a2329 100644 --- a/meta/recipes-core/expat/expat_2.4.4.bb +++ b/meta/recipes-core/expat/expat_2.4.5.bb | |||
@@ -14,7 +14,7 @@ SRC_URI = "https://github.com/libexpat/libexpat/releases/download/R_${VERSION_TA | |||
14 | 14 | ||
15 | UPSTREAM_CHECK_URI = "https://github.com/libexpat/libexpat/releases/" | 15 | UPSTREAM_CHECK_URI = "https://github.com/libexpat/libexpat/releases/" |
16 | 16 | ||
17 | SRC_URI[sha256sum] = "14c58c2a0b5b8b31836514dfab41bd191836db7aa7b84ae5c47bc0327a20d64a" | 17 | SRC_URI[sha256sum] = "fbb430f964c7a2db2626452b6769e6a8d5d23593a453ccbc21701b74deabedff" |
18 | 18 | ||
19 | EXTRA_OECMAKE:class-native += "-DEXPAT_BUILD_DOCS=OFF" | 19 | EXTRA_OECMAKE:class-native += "-DEXPAT_BUILD_DOCS=OFF" |
20 | 20 | ||