diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-08-20 21:14:42 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-08-20 21:17:06 +0200 |
commit | 15593de33ce78bf3e1deb6d524fc67e4db115411 (patch) | |
tree | a90d92c3d61d80f9c2c2988e1978ebbbd8943df6 /gnu | |
parent | 3f28ebd0ff864c7f99f1eba13d73092cfed0cc29 (diff) | |
download | guix-15593de33ce78bf3e1deb6d524fc67e4db115411.tar.gz guix-15593de33ce78bf3e1deb6d524fc67e4db115411.zip |
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.
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 3dd41ad833..3ea9d02b28 100644 --- a/gnu/packages/dns.scm +++ b/gnu/packages/dns.scm @@ -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 |