diff options
| author | Peter Marko <peter.marko@siemens.com> | 2025-08-23 22:47:06 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-08-25 17:47:21 +0100 |
| commit | 66e1a790639982ca1c19259f72981652bf6fcbfc (patch) | |
| tree | a3e6d5937ca0ce4d3d22832476bb03837a2bf0dc /meta/recipes-support | |
| parent | 0a05bf16db4ca79356ab6ecf9aa5df668cc9a03a (diff) | |
| download | poky-66e1a790639982ca1c19259f72981652bf6fcbfc.tar.gz | |
icu: mark CVE-2025-5222 as fixed
Commit mentioned in [1] is included in 77-1.
This comit was also backported to Yocto all stable/LTS releases.
[1] https://security-tracker.debian.org/tracker/CVE-2025-5222
(From OE-Core rev: 69c2956d6af3ffdedc77649ea833dc04ab62b8d3)
Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
| -rw-r--r-- | meta/recipes-support/icu/icu_77-1.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-support/icu/icu_77-1.bb b/meta/recipes-support/icu/icu_77-1.bb index 43ea865f2d..fa25b3e7c8 100644 --- a/meta/recipes-support/icu/icu_77-1.bb +++ b/meta/recipes-support/icu/icu_77-1.bb | |||
| @@ -183,3 +183,5 @@ do_install_ptest() { | |||
| 183 | install -d ${D}${PTEST_PATH}/test/tests | 183 | install -d ${D}${PTEST_PATH}/test/tests |
| 184 | find ${B}/test/ -type f -executable -exec cp {} ${D}${PTEST_PATH}/test/tests \; | 184 | find ${B}/test/ -type f -executable -exec cp {} ${D}${PTEST_PATH}/test/tests \; |
| 185 | } | 185 | } |
| 186 | |||
| 187 | CVE_STATUS[CVE-2025-5222] = "fixed-version: fixed in version 77-1" | ||
