mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: xorg-server: Update to 21.1.20 [security-fixes].
A previous version, 21.1.19, fixed CVE-2025-62229, CVE-2025-62230, and CVE-2025-62231. See <https://lists.x.org/archives/xorg-announce/2025-October/003635.html> for more information. * gnu/packages/xorg.scm (xorg-server): Update to 21.1.20. Change-Id: I6a2a50898b1537eebc97f0a470af987aae712acc
This commit is contained in:
parent
b26b379a28
commit
7db9c56b77
1 changed files with 2 additions and 2 deletions
|
|
@ -5250,7 +5250,7 @@ by the Xorg server.")
|
|||
(define-public xorg-server
|
||||
(package
|
||||
(name "xorg-server")
|
||||
(version "21.1.18")
|
||||
(version "21.1.20")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
|
@ -5258,7 +5258,7 @@ by the Xorg server.")
|
|||
"/xserver/xorg-server-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0lk3268gzpll547zvaa64rdhs4z89d7w567lbd55swl71n9x2y68"))
|
||||
"0dz90avhaw8i4arx20p47l01b80c802qpxyjpav82fjbh9hvr5bn"))
|
||||
(patches
|
||||
(list
|
||||
;; See:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue