gnu: libvirt: Update to 5.5.0 [security fixes].

This release includes fixes for CVE-2019-10161, CVE-2019-10166,
CVE-2019-10167, and CVE-2019-10168.

If you think these sound familiar, you are[0] correct[1]…

[0]: https://www.redhat.com/archives/libvirt-announce/2019-June/msg00000.html
[1]: https://www.redhat.com/archives/libvirt-announce/2019-July/msg00000.html

* gnu/packages/virtualization.scm (libvirt): Update to 5.5.0.
master
Tobias Geerinckx-Rice 2019-07-02 23:52:35 +02:00
parent cb94ae38c1
commit 458fe41923
No known key found for this signature in database
GPG Key ID: D889B0F018C5493C
1 changed files with 2 additions and 2 deletions

View File

@ -399,14 +399,14 @@ manage system or application containers.")
(define-public libvirt
(package
(name "libvirt")
(version "5.4.0")
(version "5.5.0")
(source (origin
(method url-fetch)
(uri (string-append "https://libvirt.org/sources/libvirt-"
version ".tar.xz"))
(sha256
(base32
"0ywf8m9yz2hxnic7fylzlmgy4m353r4vv5zsvp89zq5yh4h81yhw"))))
"1s1mzw4cmkcfivs1kphpgy4lpddx0w1qnjysr4ggk5558w4yy1i3"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags