gnu: qemu: Update to 2.7.0 [fixes CVE-2016-7116].
* gnu/packages/qemu.scm (qemu): Update to 2.7.0. [arguments]: Adjust path in 'disable-test-qga' phase.
This commit is contained in:
parent
c2b411c288
commit
43bec6d06d
|
@ -69,14 +69,14 @@
|
||||||
(define-public qemu
|
(define-public qemu
|
||||||
(package
|
(package
|
||||||
(name "qemu")
|
(name "qemu")
|
||||||
(version "2.6.1")
|
(version "2.7.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://wiki.qemu-project.org/download/qemu-"
|
(uri (string-append "http://wiki.qemu-project.org/download/qemu-"
|
||||||
version ".tar.bz2"))
|
version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1l88iqk0swqccrnjwczgl9arqsvy77bis862zxajy7z3dqdzshj9"))))
|
"0lqyz01z90nvxpc3nx4djbci7hx62cwvs5zwd6phssds0sap6vij"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(;; Running tests in parallel can occasionally lead to failures, like:
|
'(;; Running tests in parallel can occasionally lead to failures, like:
|
||||||
|
@ -125,7 +125,7 @@
|
||||||
(setenv "V" "1")))
|
(setenv "V" "1")))
|
||||||
(add-before 'check 'disable-test-qga
|
(add-before 'check 'disable-test-qga
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "tests/Makefile"
|
(substitute* "tests/Makefile.include"
|
||||||
;; Comment out the test-qga test, which needs /sys and
|
;; Comment out the test-qga test, which needs /sys and
|
||||||
;; fails within the build environment.
|
;; fails within the build environment.
|
||||||
(("check-unit-.* tests/test-qga" all)
|
(("check-unit-.* tests/test-qga" all)
|
||||||
|
|
Loading…
Reference in New Issue