diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2023-06-27 15:17:06 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-06-28 07:56:33 +0100 |
commit | 8c0d28fd1f87fa85dd0ca82060ee66f20ccb7afb (patch) | |
tree | 35c20df43513437ebc01d92de9eff13afde38d46 | |
parent | ab410170ec8248f36328668ac8c3cfbec31deb6c (diff) | |
download | poky-8c0d28fd1f87fa85dd0ca82060ee66f20ccb7afb.tar.gz |
libx11: upgrade 1.8.5 -> 1.8.6
Changelog:
==========
InitExt.c: Add bounds checks for extension request, event, & error codes
Fixes CVE-2023-3138
(From OE-Core rev: 49b74259b196454d22fcca8b8ecc1c0d41487285)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-graphics/xorg-lib/libx11_1.8.6.bb (renamed from meta/recipes-graphics/xorg-lib/libx11_1.8.5.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libx11_1.8.5.bb b/meta/recipes-graphics/xorg-lib/libx11_1.8.6.bb index cf2e29471a..1cfa56b21e 100644 --- a/meta/recipes-graphics/xorg-lib/libx11_1.8.5.bb +++ b/meta/recipes-graphics/xorg-lib/libx11_1.8.6.bb | |||
@@ -24,7 +24,7 @@ XORG_PN = "libX11" | |||
24 | 24 | ||
25 | SRC_URI += "file://disable_tests.patch" | 25 | SRC_URI += "file://disable_tests.patch" |
26 | 26 | ||
27 | SRC_URI[sha256sum] = "e362c6f03c793171becd1ce2078c64789504c7d7ff48ee40a76ff76b59f6b561" | 27 | SRC_URI[sha256sum] = "59535b7cc6989ba806a022f7e8533b28c4397b9d86e9d07b6df0c0703fa25cc9" |
28 | 28 | ||
29 | inherit gettext | 29 | inherit gettext |
30 | 30 | ||