gnu: spice: Update to 0.14.2 [fixes CVE-2019-3813].
* gnu/packages/spice.scm (spice): Update to 0.14.2.
This commit is contained in:
parent
a550da6247
commit
a0d44bb09f
|
@ -202,7 +202,7 @@ which allows users to view a desktop computing environment.")
|
||||||
(define-public spice
|
(define-public spice
|
||||||
(package
|
(package
|
||||||
(name "spice")
|
(name "spice")
|
||||||
(version "0.14.1")
|
(version "0.14.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -210,7 +210,7 @@ which allows users to view a desktop computing environment.")
|
||||||
"spice-server/spice-" version ".tar.bz2"))
|
"spice-server/spice-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"068mb9l7wzk4k4c65bzvpw5fyyzh81rb6z81skgdxvh67pk5vb8y"))))
|
"19r999py9v9c7md2bb8ysj809ag1hh6djl1ik8jcgx065s4b60xj"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("openssl" ,openssl)
|
`(("openssl" ,openssl)
|
||||||
|
|
Loading…
Reference in New Issue