diff options
author | 2017-11-03 12:54:37 -0700 | |
---|---|---|
committer | 2017-11-05 22:42:44 +0000 | |
commit | 3c52e8a857a8be23ce470f4107c3e09228969f9e (patch) | |
tree | ecca46c9112dd3f5d8757ae52133799527dbfefb | |
parent | 77a8256d9cbfe24d470aac9b4cc2910a41ca0ee8 (diff) | |
download | openembedded-core-3c52e8a857a8be23ce470f4107c3e09228969f9e.tar.gz |
libxres: upgrading to 1.2.0
https://lists.x.org/archives/xorg-announce/2017-October/002812.html
integer overflow in XResQueryClients() [CVE-2013-1988 1/2]
integer overflow in XResQueryClientResources() [CVE-2013-1988 2/2]
Signed-off-by: Armin Kuster <akuster@mvista.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-graphics/xorg-lib/libxres_1.2.0.bb (renamed from meta/recipes-graphics/xorg-lib/libxres_1.0.7.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxres_1.0.7.bb b/meta/recipes-graphics/xorg-lib/libxres_1.2.0.bb index 8c04c44f80..8c34e47b43 100644 --- a/meta/recipes-graphics/xorg-lib/libxres_1.0.7.bb +++ b/meta/recipes-graphics/xorg-lib/libxres_1.2.0.bb @@ -16,5 +16,5 @@ PE = "1" XORG_PN = "libXres" -SRC_URI[md5sum] = "45ef29206a6b58254c81bea28ec6c95f" -SRC_URI[sha256sum] = "26899054aa87f81b17becc68e8645b240f140464cf90c42616ebb263ec5fa0e5" +SRC_URI[md5sum] = "5d6d443d1abc8e1f6fc1c57fb27729bb" +SRC_URI[sha256sum] = "ff75c1643488e64a7cfbced27486f0f944801319c84c18d3bd3da6bf28c812d4" |