diff options
author | Ross Burton <ross.burton@arm.com> | 2023-10-04 22:43:41 +0100 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2023-10-25 04:51:01 -1000 |
commit | 57fb41f5c6ef03a6df4a4a3f848b6ed66eebdc2b (patch) | |
tree | 29a50c8c8dfb33d098e3bf0107becc04d8ef7304 | |
parent | d441582b0673f69f2cf56081e6b5d7992a78fe4c (diff) | |
download | poky-57fb41f5c6ef03a6df4a4a3f848b6ed66eebdc2b.tar.gz |
libxpm: upgrade to 3.5.17
This release fixes the following CVEs:
- CVE-2023-43788
- CVE-2023-43789
(From OE-Core rev: b4596281de1f96fdf6533ab4caa957f1eaeff756)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 46dd8ce41756dbc2aa0f9001416f208cced1c8d5)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
-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" |