gnu: bind: Update to 9.16.6 [multiple CVE fixes].

Fixes CVE-2020-8620, CVE-2020-8621, CVE-2020-8622, CVE-2020-8623, and
CVE-2020-8624.

* gnu/packages/dns.scm (isc-bind): Update to 9.16.6.
This commit is contained in:
Tobias Geerinckx-Rice 2020-08-20 21:14:42 +02:00
parent 3f28ebd0ff
commit 15593de33c
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79

View File

@ -312,7 +312,7 @@ and BOOTP/TFTP for network booting of diskless machines.")
(define-public isc-bind
(package
(name "bind")
(version "9.16.5")
(version "9.16.6")
(source (origin
(method url-fetch)
(uri (string-append
@ -320,7 +320,7 @@ and BOOTP/TFTP for network booting of diskless machines.")
"/bind-" version ".tar.xz"))
(sha256
(base32
"0xf07mmd0vi91jd15z8d3hhjva8v27l4ip4l8yzah4gg3zjv6y33"))))
"1jvi6ms51vyrhpflx05xlb7gblyd59zsyj28b8s3pl3xnkrv0rxm"))))
(build-system gnu-build-system)
(outputs `("out" "utils"))
(inputs