guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: qemu: Update to 2.5.1.1 [fixes CVE-2015-8558, CVE-2016-{3710


From: Leo Famulari
Subject: 01/01: gnu: qemu: Update to 2.5.1.1 [fixes CVE-2015-8558, CVE-2016-{3710, 3712}].
Date: Tue, 10 May 2016 07:35:44 +0000 (UTC)

lfam pushed a commit to branch master
in repository guix.

commit b6449e61262374581b342aa4920bd37f2292923e
Author: Leo Famulari <address@hidden>
Date:   Mon May 9 20:48:36 2016 -0400

    gnu: qemu: Update to 2.5.1.1 [fixes CVE-2015-8558, CVE-2016-{3710, 3712}].
    
    * gnu/packages/qemu.scm (qemu): Update to 2.5.1.1.
    [arguments]: Disable parallel tests.
---
 gnu/packages/qemu.scm |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/qemu.scm b/gnu/packages/qemu.scm
index d942951..9e3fbf4 100644
--- a/gnu/packages/qemu.scm
+++ b/gnu/packages/qemu.scm
@@ -55,17 +55,20 @@
 (define-public qemu
   (package
     (name "qemu")
-    (version "2.5.1")
+    (version "2.5.1.1")
     (source (origin
              (method url-fetch)
              (uri (string-append "http://wiki.qemu-project.org/download/qemu-";
                                  version ".tar.bz2"))
              (sha256
               (base32
-               "0b2xa8604absdmzpcyjs7fix19y5blqmgflnwjzsp1mp7g1m51q2"))))
+               "1rpgr1v6gnsdb4bcxwn1krsz4d4h9xgvlg6ark648nkn8dp99n98"))))
     (build-system gnu-build-system)
     (arguments
-     '(#:phases (alist-replace
+     '(;; FIXME: On x86_64, the test 'check-qtest-x86_64' sometimes fails when
+       ;; parallel builds are enabled.
+       #:parallel-tests? #f
+       #:phases (alist-replace
                  'configure
                  (lambda* (#:key inputs outputs (configure-flags '())
                            #:allow-other-keys)



reply via email to

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