diff options
author | Ross Burton <ross.burton@arm.com> | 2023-10-04 22:43:41 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-10-05 21:09:10 +0100 |
commit | 08421d8985d968b46cfc03baf610c6d7a71f2eed (patch) | |
tree | 4fa2cbf0bd4ed2e3816088408e0af1542d8dfa42 | |
parent | 07e1460ca746757afac50dbe25accf7b20f18f2e (diff) | |
download | poky-08421d8985d968b46cfc03baf610c6d7a71f2eed.tar.gz |
libxpm: upgrade to 3.5.17
This release fixes the following CVEs:
- CVE-2023-43788
- CVE-2023-43789
(From OE-Core rev: 46dd8ce41756dbc2aa0f9001416f208cced1c8d5)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-graphics/xorg-lib/libxpm_3.5.17.bb (renamed from meta/recipes-graphics/xorg-lib/libxpm_3.5.16.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxpm_3.5.16.bb b/meta/recipes-graphics/xorg-lib/libxpm_3.5.17.bb index c3d01f1bb3..8e15ecc0d4 100644 --- a/meta/recipes-graphics/xorg-lib/libxpm_3.5.16.bb +++ b/meta/recipes-graphics/xorg-lib/libxpm_3.5.17.bb | |||
@@ -22,6 +22,6 @@ PACKAGES =+ "sxpm cxpm" | |||
22 | FILES:cxpm = "${bindir}/cxpm" | 22 | FILES:cxpm = "${bindir}/cxpm" |
23 | FILES:sxpm = "${bindir}/sxpm" | 23 | FILES:sxpm = "${bindir}/sxpm" |
24 | 24 | ||
25 | SRC_URI[sha256sum] = "e6bc5da7a69dbd9bcc67e87c93d4904fe2f5177a0711c56e71fa2f6eff649f51" | 25 | SRC_URI[sha256sum] = "64b31f81019e7d388c822b0b28af8d51c4622b83f1f0cb6fa3fc95e271226e43" |
26 | 26 | ||
27 | BBCLASSEXTEND = "native" | 27 | BBCLASSEXTEND = "native" |