diff options
| author | Vijay Anusuri <vanusuri@mvista.com> | 2025-03-11 11:22:42 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-03-11 21:29:50 +0000 |
| commit | 0606ae583e157160692bc80edf03b582a06ef30d (patch) | |
| tree | 7e4add486877af1afe2e6d51f381a39403a3b98b /meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.15.bb | |
| parent | 422362a03a690780dc037165eacdda449bcfbe71 (diff) | |
| download | poky-0606ae583e157160692bc80edf03b582a06ef30d.tar.gz | |
xserver-xorg: upgrade 21.1.15 -> 21.1.16
Includes security fix
* CVE-2025-26594
* CVE-2025-26595
* CVE-2025-26596
* CVE-2025-26597
* CVE-2025-26598
* CVE-2025-26599
* CVE-2025-26600
* CVE-2025-26601
Ref: https://lists.x.org/archives/xorg-announce/2025-February/003584.html
https://lists.x.org/archives/xorg-announce/2025-February/003585.html
(From OE-Core rev: b5491688a045e52b2a1a00d04b746ed6af456784)
Signed-off-by: Vijay Anusuri <vanusuri@mvista.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.15.bb')
| -rw-r--r-- | meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.15.bb | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.15.bb b/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.15.bb deleted file mode 100644 index 080e6d220e..0000000000 --- a/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.15.bb +++ /dev/null | |||
| @@ -1,28 +0,0 @@ | |||
| 1 | require xserver-xorg.inc | ||
| 2 | |||
| 3 | SRC_URI += "file://0001-xf86pciBus.c-use-Intel-ddx-only-for-pre-gen4-hardwar.patch \ | ||
| 4 | file://0001-Avoid-duplicate-definitions-of-IOPortBase.patch \ | ||
| 5 | " | ||
| 6 | SRC_URI[sha256sum] = "841c82901282902725762df03adbbcd68153d4cdfb0d61df0cfd73ad677ae089" | ||
| 7 | |||
| 8 | # These extensions are now integrated into the server, so declare the migration | ||
| 9 | # path for in-place upgrades. | ||
| 10 | |||
| 11 | RREPLACES:${PN} = "${PN}-extension-dri \ | ||
| 12 | ${PN}-extension-dri2 \ | ||
| 13 | ${PN}-extension-record \ | ||
| 14 | ${PN}-extension-extmod \ | ||
| 15 | ${PN}-extension-dbe \ | ||
| 16 | " | ||
| 17 | RPROVIDES:${PN} = "${PN}-extension-dri \ | ||
| 18 | ${PN}-extension-dri2 \ | ||
| 19 | ${PN}-extension-record \ | ||
| 20 | ${PN}-extension-extmod \ | ||
| 21 | ${PN}-extension-dbe \ | ||
| 22 | " | ||
| 23 | RCONFLICTS:${PN} = "${PN}-extension-dri \ | ||
| 24 | ${PN}-extension-dri2 \ | ||
| 25 | ${PN}-extension-record \ | ||
| 26 | ${PN}-extension-extmod \ | ||
| 27 | ${PN}-extension-dbe \ | ||
| 28 | " | ||
