guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: spice: Update to 0.12.8 [fixes CVE-2016-{0749,2150}].


From: David Craven
Subject: 02/02: gnu: spice: Update to 0.12.8 [fixes CVE-2016-{0749,2150}].
Date: Mon, 22 Aug 2016 11:08:52 +0000 (UTC)

dvc pushed a commit to branch master
in repository guix.

commit 5f2a7f4fcb2f29aa79cdf7d276b7220281319ae0
Author: David Craven <address@hidden>
Date:   Mon Aug 22 13:06:23 2016 +0200

    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.
---
 gnu/packages/spice.scm |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/spice.scm b/gnu/packages/spice.scm
index 3e6366e..c0e8d24 100644
--- a/gnu/packages/spice.scm
+++ b/gnu/packages/spice.scm
@@ -20,6 +20,7 @@
   #:use-module (gnu packages)
   #:use-module (gnu packages autotools) ; remove after updating usbredir to 
0.7.1+
   #:use-module (gnu packages compression)
+  #:use-module (gnu packages cyrus-sasl)
   #:use-module (gnu packages gl)
   #:use-module (gnu packages glib)
   #:use-module (gnu packages gnome)
@@ -199,7 +200,7 @@ which allows users to view a desktop computing 
environment.")
 (define-public spice
   (package
     (name "spice")
-    (version "0.13.1")
+    (version "0.12.8")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -207,14 +208,15 @@ which allows users to view a desktop computing 
environment.")
                 "spice-" version ".tar.bz2"))
               (sha256
                (base32
-                "18hxk47z58cqbix5h477qmvcdmsrwzv984jw4c6fj0ns4h217jwy"))))
+                "0za03i77j8i3g5l2np2j7vy8cqsdbkm9wbv4hjnaqq9xhz2sa0gr"))))
     (build-system gnu-build-system)
     (propagated-inputs
       `(("openssl" ,openssl)
         ("pixman" ,pixman)
         ("spice-protocol" ,spice-protocol)))
     (inputs
-      `(("glib" ,glib)
+      `(("cyrus-sasl" ,cyrus-sasl)
+        ("glib" ,glib)
         ("libjpeg" ,libjpeg)
         ("lz4" ,lz4)
         ("opus" ,opus)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]