diff options
author | Siddharth Doshi <sdoshi@mvista.com> | 2023-10-16 20:02:43 +0530 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2023-10-21 05:21:36 -1000 |
commit | 36a2a0129a9afede691fd3cb15d2fae4b3184318 (patch) | |
tree | b34a902983ae1120224c5b55332e3e5b7e522662 | |
parent | 6da1e21e9a1c0ae6ece413305a4ce45922bddf6f (diff) | |
download | poky-36a2a0129a9afede691fd3cb15d2fae4b3184318.tar.gz |
libxpm: upgrade to 3.5.17
This release fixes the following CVEs:
- CVE-2023-43788
- CVE-2023-43789
(From OE-Core rev: 1475a47239d77a368bcec69f12e5a63f8bebe14f)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Siddharth Doshi <sdoshi@mvista.com>
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 28a775c5f4..7bc494a690 100644 --- a/meta/recipes-graphics/xorg-lib/libxpm_3.5.16.bb +++ b/meta/recipes-graphics/xorg-lib/libxpm_3.5.17.bb | |||
@@ -23,6 +23,6 @@ PACKAGES =+ "sxpm cxpm" | |||
23 | FILES:cxpm = "${bindir}/cxpm" | 23 | FILES:cxpm = "${bindir}/cxpm" |
24 | FILES:sxpm = "${bindir}/sxpm" | 24 | FILES:sxpm = "${bindir}/sxpm" |
25 | 25 | ||
26 | SRC_URI[sha256sum] = "e6bc5da7a69dbd9bcc67e87c93d4904fe2f5177a0711c56e71fa2f6eff649f51" | 26 | SRC_URI[sha256sum] = "64b31f81019e7d388c822b0b28af8d51c4622b83f1f0cb6fa3fc95e271226e43" |
27 | 27 | ||
28 | BBCLASSEXTEND = "native" | 28 | BBCLASSEXTEND = "native" |