gnu: bind: Update to 9.10.4-P3 [fixes CVE-2016-2776].

* gnu/packages/dns.scm (bind): Update to 9.10.4-P3.
master
Leo Famulari 2016-09-27 15:03:16 -04:00
parent e8c9b01090
commit cc132e0f38
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

@ -67,7 +67,7 @@ and BOOTP/TFTP for network booting of diskless machines.")
(define-public bind
(package
(name "bind")
(version "9.10.4-P2")
(version "9.10.4-P3")
(source (origin
(method url-fetch)
(uri (string-append
@ -75,7 +75,7 @@ and BOOTP/TFTP for network booting of diskless machines.")
version ".tar.gz"))
(sha256
(base32
"08s48h5p916ixjiwgar4w6skc20crmg7yj1y7g89c083zvw8lnxk"))))
"1vxs29w4hnl7jcd7sknga58xv1qk2rcpsxyich7cpp7xi77faxd0"))))
(build-system gnu-build-system)
(outputs `("out" "utils"))
(inputs