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.
This commit is contained in:
parent
cb94ae38c1
commit
458fe41923
1 changed files with 2 additions and 2 deletions
|
@ -399,14 +399,14 @@ (define-public lxc
|
||||||
(define-public libvirt
|
(define-public libvirt
|
||||||
(package
|
(package
|
||||||
(name "libvirt")
|
(name "libvirt")
|
||||||
(version "5.4.0")
|
(version "5.5.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://libvirt.org/sources/libvirt-"
|
(uri (string-append "https://libvirt.org/sources/libvirt-"
|
||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0ywf8m9yz2hxnic7fylzlmgy4m353r4vv5zsvp89zq5yh4h81yhw"))))
|
"1s1mzw4cmkcfivs1kphpgy4lpddx0w1qnjysr4ggk5558w4yy1i3"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
|
|
Loading…
Reference in a new issue