gnu: bind: Update to 9.16.3 [fixes CVE-2020-8616 & CVE-2020-8617].

* gnu/packages/dns.scm (bind): Update to 9.16.3.
This commit is contained in:
Tobias Geerinckx-Rice 2020-05-19 12:41:14 +02:00
parent 9dc50c8c47
commit 1942814978
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -119,7 +119,7 @@ (define-public dnsmasq
(define-public isc-bind
(package
(name "bind")
(version "9.16.2")
(version "9.16.3")
(source (origin
(method url-fetch)
(uri (string-append
@ -127,7 +127,7 @@ (define-public isc-bind
"/bind-" version ".tar.xz"))
(sha256
(base32
"0gwr4p14zy5jqq050n762rfc33km51qwipcwy6bsvk55ziybgrfr"))))
"0zjgaspnx0p0rp83h4yj595s25da7fjis94z9frhv3azvq9nbb17"))))
(build-system gnu-build-system)
(outputs `("out" "utils"))
(inputs