Skip to content
Snippets Groups Projects
Unverified Commit 15593de3 authored by Tobias Geerinckx-Rice's avatar Tobias Geerinckx-Rice
Browse files

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.
parent 3f28ebd0
No related branches found
No related tags found
No related merge requests found
......@@ -312,7 +312,7 @@ (define-public dnsmasq
(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 @@ (define-public isc-bind
"/bind-" version ".tar.xz"))
(sha256
(base32
"0xf07mmd0vi91jd15z8d3hhjva8v27l4ip4l8yzah4gg3zjv6y33"))))
"1jvi6ms51vyrhpflx05xlb7gblyd59zsyj28b8s3pl3xnkrv0rxm"))))
(build-system gnu-build-system)
(outputs `("out" "utils"))
(inputs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment