summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2022-07-14 00:00:50 +0200
committerMarius Bakke <marius@gnu.org>2022-07-14 00:00:50 +0200
commitc420b66c23a8a539e2209f1cebf49e2db34d715e (patch)
treec9c91a1121343e5905478e6494d3c96cfbf3118f /gnu/packages
parentb160795a0b65d67ff5d64447f1b97c2f009517a0 (diff)
downloadguix-patches-c420b66c23a8a539e2209f1cebf49e2db34d715e.tar
guix-patches-c420b66c23a8a539e2209f1cebf49e2db34d715e.tar.gz
gnu: xorg-server: Update to 21.1.4 [fixes CVE-2022-2319, CVE-2022-2320].
* gnu/packages/xorg.scm (xorg-server): Update to 21.1.4.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/xorg.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 6a424b71d2..c3e38314ce 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -5132,7 +5132,7 @@ by the Xorg server.")
(define-public xorg-server
(package
(name "xorg-server")
- (version "21.1.2")
+ (version "21.1.4")
(source
(origin
(method url-fetch)
@@ -5140,7 +5140,7 @@ by the Xorg server.")
"/xserver/xorg-server-" version ".tar.xz"))
(sha256
(base32
- "1c4dgvpv3kib8rhw37b00vc056nlb1z66c2lwzs4prz8kxmg82y2"))
+ "11y5w6z3rz3i4jyv0wc3scd2jh3bsmcklq0fm7a5invywj7bxi2w"))
(patches
(list
;; See: