diff options
author | Vijay Anusuri <vanusuri@mvista.com> | 2024-11-05 18:40:44 +0530 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2024-11-30 05:41:59 -0800 |
commit | 423213a8d69c6df1a0e229ba2960dd5ea06cd591 (patch) | |
tree | 76af76c2bb80e14b8dcbafcb9cb84e26da67d158 | |
parent | 6b52d22a26ea7e8d7ff5d2ac460e908df6877e21 (diff) | |
download | poky-423213a8d69c6df1a0e229ba2960dd5ea06cd591.tar.gz |
xwayland: upgrade 24.1.3 -> 24.1.4
Includes security fix CVE-2024-9632
Ref: https://lists.x.org/archives/xorg/2024-October/061766.html
(From OE-Core rev: 95a4db564feff2c0dd21dad735b7a95a03c2a647)
Signed-off-by: Vijay Anusuri <vanusuri@mvista.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 3fdc716d1260b4a92a46cfd2059ce044447f9172)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r-- | meta/recipes-graphics/xwayland/xwayland_24.1.4.bb (renamed from meta/recipes-graphics/xwayland/xwayland_24.1.3.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xwayland/xwayland_24.1.3.bb b/meta/recipes-graphics/xwayland/xwayland_24.1.4.bb index 7e817a7241..6f8589ba5a 100644 --- a/meta/recipes-graphics/xwayland/xwayland_24.1.3.bb +++ b/meta/recipes-graphics/xwayland/xwayland_24.1.4.bb | |||
@@ -10,7 +10,7 @@ LICENSE = "MIT" | |||
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=5df87950af51ac2c5822094553ea1880" | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=5df87950af51ac2c5822094553ea1880" |
11 | 11 | ||
12 | SRC_URI = "https://www.x.org/archive/individual/xserver/xwayland-${PV}.tar.xz" | 12 | SRC_URI = "https://www.x.org/archive/individual/xserver/xwayland-${PV}.tar.xz" |
13 | SRC_URI[sha256sum] = "dcdb57a66cc9b124c8f936760592628ac4e744a7d7b3179aa86189ad7ea4cb10" | 13 | SRC_URI[sha256sum] = "d96a78dbab819f55750173444444995b5031ebdcc15b77afebbd8dbc02af34f4" |
14 | 14 | ||
15 | UPSTREAM_CHECK_REGEX = "xwayland-(?P<pver>\d+(\.(?!90\d)\d+)+)\.tar" | 15 | UPSTREAM_CHECK_REGEX = "xwayland-(?P<pver>\d+(\.(?!90\d)\d+)+)\.tar" |
16 | 16 | ||