gnu: xorg-server: Update to 1.19.5. [security fixes]
Fixes CVE-2017-{12176..12187}. See <https://lists.x.org/archives/xorg-announce/2017-October/002814.html> * gnu/packages/xorg.scm (xorg-server): Update to 1.19.5.
This commit is contained in:
parent
fc0ed8c9c9
commit
24384c39ad
|
@ -5078,7 +5078,7 @@ over Xlib, including:
|
|||
(define-public xorg-server
|
||||
(package
|
||||
(name "xorg-server")
|
||||
(version "1.19.4")
|
||||
(version "1.19.5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -5087,7 +5087,7 @@ over Xlib, including:
|
|||
name "-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"1a690fzv5l5ks45g9zhlzdskdq8q73mcbpb9a3wz3shxm778lxda"))
|
||||
"0iql4pgsgpyqcrd3256pv227cdadvz01ych61n0d41ixp67gmzqq"))
|
||||
(patches
|
||||
(list
|
||||
;; See:
|
||||
|
|
Loading…
Reference in New Issue