gnu: spice: Update to 0.12.8 [fixes CVE-2016-{0749,2150}].
* gnu/packages/spice.scm (spice): Update to 0.12.8. [inputs]: Add cyrus-sasl.
This commit is contained in:
parent
548f99b3e0
commit
5f2a7f4fcb
|
@ -20,6 +20,7 @@
|
||||||
#:use-module (gnu packages)
|
#:use-module (gnu packages)
|
||||||
#:use-module (gnu packages autotools) ; remove after updating usbredir to 0.7.1+
|
#:use-module (gnu packages autotools) ; remove after updating usbredir to 0.7.1+
|
||||||
#:use-module (gnu packages compression)
|
#:use-module (gnu packages compression)
|
||||||
|
#:use-module (gnu packages cyrus-sasl)
|
||||||
#:use-module (gnu packages gl)
|
#:use-module (gnu packages gl)
|
||||||
#:use-module (gnu packages glib)
|
#:use-module (gnu packages glib)
|
||||||
#:use-module (gnu packages gnome)
|
#:use-module (gnu packages gnome)
|
||||||
|
@ -199,7 +200,7 @@ which allows users to view a desktop computing environment.")
|
||||||
(define-public spice
|
(define-public spice
|
||||||
(package
|
(package
|
||||||
(name "spice")
|
(name "spice")
|
||||||
(version "0.13.1")
|
(version "0.12.8")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -207,14 +208,15 @@ which allows users to view a desktop computing environment.")
|
||||||
"spice-" version ".tar.bz2"))
|
"spice-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"18hxk47z58cqbix5h477qmvcdmsrwzv984jw4c6fj0ns4h217jwy"))))
|
"0za03i77j8i3g5l2np2j7vy8cqsdbkm9wbv4hjnaqq9xhz2sa0gr"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("openssl" ,openssl)
|
`(("openssl" ,openssl)
|
||||||
("pixman" ,pixman)
|
("pixman" ,pixman)
|
||||||
("spice-protocol" ,spice-protocol)))
|
("spice-protocol" ,spice-protocol)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("glib" ,glib)
|
`(("cyrus-sasl" ,cyrus-sasl)
|
||||||
|
("glib" ,glib)
|
||||||
("libjpeg" ,libjpeg)
|
("libjpeg" ,libjpeg)
|
||||||
("lz4" ,lz4)
|
("lz4" ,lz4)
|
||||||
("opus" ,opus)
|
("opus" ,opus)
|
||||||
|
|
Loading…
Reference in New Issue