Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] xorg-server: update to 21.1.7.
@ 2023-02-08  6:54 3uryd1ce
  2023-02-08 10:12 ` Piraty
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: 3uryd1ce @ 2023-02-08  6:54 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 882 bytes --]

There is a new pull request by 3uryd1ce against master on the void-packages repository

https://github.com/3uryd1ce/void-packages xorg-server
https://github.com/void-linux/void-packages/pull/42141

xorg-server: update to 21.1.7.
@leahneukirchen 

CVE-2023-0494 is resolved for xserver in 21.1.7. It's a use-after-free vulnerability. 

[Announcement](https://marc.info/?l=freedesktop-xorg&m=167573014011487&w=2) 
[Commit](https://gitlab.freedesktop.org/xorg/xserver/-/commit/0ba6d8c37071131a49790243cdac55392ecf71ec)

(Side note: xwayland also needs a bump to 22.1.8 for the same reason, but I recognize that someone other than you maintains it)

#### Testing the changes
- I tested the changes in this PR: YES. 
- Brief runtime testing on x86_64. 
- Cross-compiled for armv6l.


A patch file from https://github.com/void-linux/void-packages/pull/42141.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-xorg-server-42141.patch --]
[-- Type: text/x-diff, Size: 1443 bytes --]

From 14953c59ceed0dff0bf7ab5523b3aa1429e9d06c Mon Sep 17 00:00:00 2001
From: Ashlen <eurydice@riseup.net>
Date: Tue, 7 Feb 2023 23:14:51 -0700
Subject: [PATCH] xorg-server: update to 21.1.7.

CVE-2023-0494 is resolved for xserver in 21.1.7. It's a use-after-free
vulnerability. Note that xwayland will also need a bump to 22.1.8.

https://marc.info/?l=freedesktop-xorg&m=167573014011487&w=2
https://gitlab.freedesktop.org/xorg/xserver/-/commit/0ba6d8c37071131a49790243cdac55392ecf71ec
---
 srcpkgs/xorg-server/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/xorg-server/template b/srcpkgs/xorg-server/template
index b0f87841ae16..b4d24434a24f 100644
--- a/srcpkgs/xorg-server/template
+++ b/srcpkgs/xorg-server/template
@@ -1,6 +1,6 @@
 # Template file for 'xorg-server'
 pkgname=xorg-server
-version=21.1.6
+version=21.1.7
 revision=1
 build_style=meson
 configure_args="-Dipv6=true -Dxorg=true -Dxnest=true -Dxephyr=true
@@ -24,7 +24,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="MIT, BSD-3-Clause"
 homepage="https://xorg.freedesktop.org"
 distfiles="${XORG_SITE}/xserver/${pkgname}-${version}.tar.xz"
-checksum=1eb86ed674d042b6c8b1f9135e59395cbbca35ed551b122f73a7d8bb3bb22484
+checksum=d9c60b2dd0ec52326ca6ab20db0e490b1ff4f566f59ca742d6532e92795877bb
 lib32disabled=yes
 provides="xserver-abi-extension-10_1 xserver-abi-input-24_1
  xserver-abi-video-25_1 xf86-video-modesetting-1_1"

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: xorg-server: update to 21.1.7.
  2023-02-08  6:54 [PR PATCH] xorg-server: update to 21.1.7 3uryd1ce
@ 2023-02-08 10:12 ` Piraty
  2023-02-08 11:35 ` 3uryd1ce
  2023-02-08 13:24 ` [PR PATCH] [Closed]: " Piraty
  2 siblings, 0 replies; 4+ messages in thread
From: Piraty @ 2023-02-08 10:12 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 183 bytes --]

New comment by Piraty on void-packages repository

https://github.com/void-linux/void-packages/pull/42141#issuecomment-1422350675

Comment:
please add the commit for xwayland as well

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: xorg-server: update to 21.1.7.
  2023-02-08  6:54 [PR PATCH] xorg-server: update to 21.1.7 3uryd1ce
  2023-02-08 10:12 ` Piraty
@ 2023-02-08 11:35 ` 3uryd1ce
  2023-02-08 13:24 ` [PR PATCH] [Closed]: " Piraty
  2 siblings, 0 replies; 4+ messages in thread
From: 3uryd1ce @ 2023-02-08 11:35 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 262 bytes --]

New comment by 3uryd1ce on void-packages repository

https://github.com/void-linux/void-packages/pull/42141#issuecomment-1422453543

Comment:
@Piraty I'm going to be asleep for some time, but I've opened the repository so that edits by maintainers are possible.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Closed]: xorg-server: update to 21.1.7.
  2023-02-08  6:54 [PR PATCH] xorg-server: update to 21.1.7 3uryd1ce
  2023-02-08 10:12 ` Piraty
  2023-02-08 11:35 ` 3uryd1ce
@ 2023-02-08 13:24 ` Piraty
  2 siblings, 0 replies; 4+ messages in thread
From: Piraty @ 2023-02-08 13:24 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 725 bytes --]

There's a closed pull request on the void-packages repository

xorg-server: update to 21.1.7.
https://github.com/void-linux/void-packages/pull/42141

Description:
@leahneukirchen 

CVE-2023-0494 is resolved for xserver in 21.1.7. It's a use-after-free vulnerability. 

[Announcement](https://marc.info/?l=freedesktop-xorg&m=167573014011487&w=2) 
[Commit](https://gitlab.freedesktop.org/xorg/xserver/-/commit/0ba6d8c37071131a49790243cdac55392ecf71ec)

(Side note: xwayland also needs a bump to 22.1.8 for the same reason, but I recognize that someone other than you maintains it)

#### Testing the changes
- I tested the changes in this PR: YES. 
- Brief runtime testing on x86_64. 
- Cross-compiled for armv6l.


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-02-08 13:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-08  6:54 [PR PATCH] xorg-server: update to 21.1.7 3uryd1ce
2023-02-08 10:12 ` Piraty
2023-02-08 11:35 ` 3uryd1ce
2023-02-08 13:24 ` [PR PATCH] [Closed]: " Piraty

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).