diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-10-16 20:14:48 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-10-16 20:14:52 +0200 |
commit | 8fc3116eebdcaff6723ef8cee76f8fcff729bff8 (patch) | |
tree | 199b14f972403b06fa5be74df30024fd32be1b93 /gnu/packages/dns.scm | |
parent | 8361b9011ae7bf85da72189fcbf6dcef73d5dd1b (diff) |
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.
Diffstat (limited to 'gnu/packages/dns.scm')
-rw-r--r-- | gnu/packages/dns.scm | 4 |
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 |