diff options
author | Peter Marko <peter.marko@siemens.com> | 2025-03-10 13:56:22 +0100 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2025-03-15 06:44:47 -0700 |
commit | d65cbfb15bf098863b414e4e1ddc62e7a5940e74 (patch) | |
tree | 322351f4db0177f96f8f79650a1194a355b1dd5c | |
parent | d5bb46337dd362ba82df3677b2f5db1791a6685b (diff) | |
download | poky-d65cbfb15bf098863b414e4e1ddc62e7a5940e74.tar.gz |
xwayland: upgrade 21.1.4 -> 21.1.6
Handle following CVEs:
* CVE-2025-26594
* CVE-2025-26595
* CVE-2025-26596
* CVE-2025-26597
* CVE-2025-26598
* CVE-2025-26599
* CVE-2025-26600
* CVE-2025-26601
(From OE-Core rev: 57c278ec18eb2daba8bed1ea96f924491e11a78e)
Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r-- | meta/recipes-graphics/xwayland/xwayland_24.1.6.bb (renamed from meta/recipes-graphics/xwayland/xwayland_24.1.4.bb) | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xwayland/xwayland_24.1.4.bb b/meta/recipes-graphics/xwayland/xwayland_24.1.6.bb index 6f8589ba5a..0774c1bbf5 100644 --- a/meta/recipes-graphics/xwayland/xwayland_24.1.4.bb +++ b/meta/recipes-graphics/xwayland/xwayland_24.1.6.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] = "d96a78dbab819f55750173444444995b5031ebdcc15b77afebbd8dbc02af34f4" | 13 | SRC_URI[sha256sum] = "737e612ca36bbdf415a911644eb7592cf9389846847b47fa46dc705bd754d2d7" |
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 | ||
@@ -48,3 +48,7 @@ do_install:append() { | |||
48 | FILES:${PN} += "${libdir}/xorg/protocol.txt" | 48 | FILES:${PN} += "${libdir}/xorg/protocol.txt" |
49 | 49 | ||
50 | RDEPENDS:${PN} += "xkbcomp" | 50 | RDEPENDS:${PN} += "xkbcomp" |
51 | |||
52 | CVE_STATUS_GROUPS = "CVE_STATUS_REDHAT" | ||
53 | CVE_STATUS_REDHAT = "CVE-2025-26594 CVE-2025-26595 CVE-2025-26596 CVE-2025-26597 CVE-2025-26598 CVE-2025-26599 CVE-2025-26600 CVE-2025-26601" | ||
54 | CVE_STATUS_REDHAT[status] = "fixed-version: these are tracked as versionless redhat CVEs in NVD DB, fixed in 24.1.6" | ||