gnu: libvirt: Update to 5.4.0 [security fixes].
This release includes fixes for CVE-2019-10161, CVE-2019-10166, CVE-2019-10167, and CVE-2019-10168. * gnu/packages/virtualization.scm (libvirt): Update to 5.4.0.
This commit is contained in:
		
							parent
							
								
									7aee2f5709
								
							
						
					
					
						commit
						1e623974b1
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
					@ -399,14 +399,14 @@ manage system or application containers.")
 | 
				
			||||||
(define-public libvirt
 | 
					(define-public libvirt
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "libvirt")
 | 
					    (name "libvirt")
 | 
				
			||||||
    (version "4.10.0")
 | 
					    (version "5.4.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
 | 
				
			||||||
                "0v17zzyyb25nn9l18v5244myg7590dp6ppwgi8xysipifc0q77bz"))))
 | 
					                "0ywf8m9yz2hxnic7fylzlmgy4m353r4vv5zsvp89zq5yh4h81yhw"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(;; FAIL: virshtest
 | 
					     `(;; FAIL: virshtest
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue