gnu: bind: Update to 9.14.7 [fixes CVE-2019-6475 & CVE-2019-6476].

* gnu/packages/dns.scm (isc-bind): Update to 9.14.7.
This commit is contained in:
Tobias Geerinckx-Rice 2019-10-16 20:14:48 +02:00
parent 8361b9011a
commit 8fc3116eeb
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -109,7 +109,7 @@ (define-public dnsmasq
(define-public isc-bind
(package
(name "bind")
(version "9.14.6")
(version "9.14.7")
(source (origin
(method url-fetch)
(uri (string-append
@ -117,7 +117,7 @@ (define-public isc-bind
"/bind-" version ".tar.gz"))
(sha256
(base32
"1zpd47ckn5lf4qbscfkj7krngwn2gwsp961v5401h3lhxm0a0rw9"))))
"07998nx0yv3xy8c62b1ira9qygsgvpljwcgb47ypzxq8b57gb86f"))))
(build-system gnu-build-system)
(outputs `("out" "utils"))
(inputs