Revert "gnu: xorg-server: Update to 1.19.2 [fixes CVE-2017-2624]."
This release was not properly bootstrapped:
https://lists.x.org/archives/xorg-announce/2017-March/002780.html
We will wait for 1.19.3 before updating.
This reverts commit 848d643874
.
This commit is contained in:
parent
5eda3d824c
commit
74a2b2b439
1 changed files with 2 additions and 2 deletions
|
@ -4982,7 +4982,7 @@ (define-public libxcb
|
|||
(define-public xorg-server
|
||||
(package
|
||||
(name "xorg-server")
|
||||
(version "1.19.2")
|
||||
(version "1.19.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -4991,7 +4991,7 @@ (define-public xorg-server
|
|||
name "-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"1fw4b2lf75nsqkiyhn95b1c2if1l3cw5a188a1szx1d8l7sbk2jg"))))
|
||||
"1yx7cnlhl14hsdq5lg0740s4nxqxkmaav38x428llv1zkprjrbkr"))))
|
||||
(build-system gnu-build-system)
|
||||
(propagated-inputs
|
||||
`(("dri2proto" ,dri2proto)
|
||||
|
|
Loading…
Reference in a new issue