gnu: bind: Update to 9.14.8 [fixes CVE-2019-6477].
* gnu/packages/dns.scm (isc-bind): Update to 9.14.8.
This commit is contained in:
		
							parent
							
								
									77ed06a8bf
								
							
						
					
					
						commit
						8a309c28c0
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -114,7 +114,7 @@ and BOOTP/TFTP for network booting of diskless machines.")
 | 
			
		|||
(define-public isc-bind
 | 
			
		||||
  (package
 | 
			
		||||
    (name "bind")
 | 
			
		||||
    (version "9.14.7")
 | 
			
		||||
    (version "9.14.8")
 | 
			
		||||
    (source (origin
 | 
			
		||||
              (method url-fetch)
 | 
			
		||||
              (uri (string-append
 | 
			
		||||
| 
						 | 
				
			
			@ -122,7 +122,7 @@ and BOOTP/TFTP for network booting of diskless machines.")
 | 
			
		|||
                    "/bind-" version ".tar.gz"))
 | 
			
		||||
              (sha256
 | 
			
		||||
               (base32
 | 
			
		||||
                "07998nx0yv3xy8c62b1ira9qygsgvpljwcgb47ypzxq8b57gb86f"))))
 | 
			
		||||
                "0xm0xrpgxq6gk6r6aa2w0lygnq02y1p614dmyjdmlsfnrrsslig5"))))
 | 
			
		||||
    (build-system gnu-build-system)
 | 
			
		||||
    (outputs `("out" "utils"))
 | 
			
		||||
    (inputs
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue