mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: xorg-server: Update to 21.1.11 [security fixes].
Fixes CVE-2023-6816, CVE-2024-0229, CVE-2024-21885, CVE-2024-21886, CVE-2024-0409, and CVE-2024-0408. See the X.Org security advisory <https://lists.x.org/archives/xorg/2024-January/061525.html> for more information. Copyright line updated as followup to commits3080abba40
and158502e40d
. * gnu/packages/xorg.scm (xorg-server): Update to 21.1.11. Change-Id: I07cb273e2a504f94f8f26624d26ad79c6e92f109 Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
This commit is contained in:
parent
856b4a603a
commit
ed6ff0ec7b
1 changed files with 3 additions and 2 deletions
|
@ -37,6 +37,7 @@
|
|||
;;; Copyright © 2023 Zheng Junjie <873216071@qq.com>
|
||||
;;; Copyright © 2023 Janneke Nieuwenhuizen <janneke@gnu.org>
|
||||
;;; Copyright © 2023 John Kehayias <john.kehayias@protonmail.com>
|
||||
;;; Copyright © 2023, 2024 Kaelyn Takata <kaelyn.alexi@protonmail.com>
|
||||
;;;
|
||||
;;; This file is part of GNU Guix.
|
||||
;;;
|
||||
|
@ -5017,7 +5018,7 @@ (define-public libxcvt
|
|||
(define-public xorg-server
|
||||
(package
|
||||
(name "xorg-server")
|
||||
(version "21.1.10")
|
||||
(version "21.1.11")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -5025,7 +5026,7 @@ (define-public xorg-server
|
|||
"/xserver/xorg-server-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1l0iaq83vbl9jr34sa7v7630c5bnp64drlw8yg6c6yn5xyib7c6f"))
|
||||
"1vr6sc38sqipazsm61bcym2ggbgfgaamz7wf05mb31pvayyssg8x"))
|
||||
(patches
|
||||
(list
|
||||
;; See:
|
||||
|
|
Loading…
Reference in a new issue