mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: xorg-server: Update to 21.1.9 [security fixes].
Fixes CVE-2023-5367 and CVE-2023-5380. See the X.Org security advisory <https://lists.x.org/archives/xorg/2023-October/003430.html> for more information. * gnu/packages/xorg.scm (xorg-server): Update to 21.1.9. Change-Id: I5786210cf1e5de4d603155fbbd076763e7ae3447 Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
This commit is contained in:
parent
79765b40fd
commit
06e0f638ab
1 changed files with 2 additions and 2 deletions
|
@ -5013,7 +5013,7 @@ (define-public libxcvt
|
|||
(define-public xorg-server
|
||||
(package
|
||||
(name "xorg-server")
|
||||
(version "21.1.4")
|
||||
(version "21.1.9")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -5021,7 +5021,7 @@ (define-public xorg-server
|
|||
"/xserver/xorg-server-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"11y5w6z3rz3i4jyv0wc3scd2jh3bsmcklq0fm7a5invywj7bxi2w"))
|
||||
"0fjk9ggcrn96blq0bm80739yj23s3gjjjsc0nxk4jk0v07i7nsgz"))
|
||||
(patches
|
||||
(list
|
||||
;; See:
|
||||
|
|
Loading…
Reference in a new issue