aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-10-16 20:14:48 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2019-10-16 20:14:52 +0200
commit8fc3116eebdcaff6723ef8cee76f8fcff729bff8 (patch)
tree199b14f972403b06fa5be74df30024fd32be1b93
parent8361b9011ae7bf85da72189fcbf6dcef73d5dd1b (diff)
downloadguix-8fc3116eebdcaff6723ef8cee76f8fcff729bff8.tar
guix-8fc3116eebdcaff6723ef8cee76f8fcff729bff8.tar.gz
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.
-rw-r--r--gnu/packages/dns.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm
index 5167cf8379..b072a43e11 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -109,7 +109,7 @@ and BOOTP/TFTP for network booting of diskless machines.")
(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 @@ and BOOTP/TFTP for network booting of diskless machines.")
"/bind-" version ".tar.gz"))
(sha256
(base32
- "1zpd47ckn5lf4qbscfkj7krngwn2gwsp961v5401h3lhxm0a0rw9"))))
+ "07998nx0yv3xy8c62b1ira9qygsgvpljwcgb47ypzxq8b57gb86f"))))
(build-system gnu-build-system)
(outputs `("out" "utils"))
(inputs