diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-09-18 23:59:01 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-09-18 23:59:29 +0200 |
commit | ded2dab3d8d31b493233f09dab9edb031409113f (patch) | |
tree | 7f0775fe5d6d9eeb2819227690a5029ea852dc77 /gnu | |
parent | b48d77fcf66a7fd41ea281afdfb9a56794a0083e (diff) |
gnu: bind: Update to 9.14.6 [fixes CVE-2019-6471].
* gnu/packages/dns.scm (isc-bind): Update to 9.14.6.
Diffstat (limited to 'gnu')
-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 8b8622813b..5f3686347d 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.5") + (version "9.14.6") (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 - "0ic0k0kpavwnbyf10rwx6yypxg66f65fprwc0dbmp61xp0n6gl0j")))) + "1zpd47ckn5lf4qbscfkj7krngwn2gwsp961v5401h3lhxm0a0rw9")))) (build-system gnu-build-system) (outputs `("out" "utils")) (inputs |