diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-04-15 19:54:51 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-04-15 19:55:44 +0200 |
commit | ce6619b059cb3ae168e3dc270dfa98b50c1f3c97 (patch) | |
tree | 5580e2bbe91a735e7bcfa9d40981927683441a27 /gnu/packages/dns.scm | |
parent | b44e19acd1a0d449427cea0333f02ac98605be1c (diff) |
gnu: bind: Update to 9.16.2 [security fixes].
* gnu/packages/dns.scm (isc-bind): Update to 9.16.2.
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 77f27fddfb..0f7227ad03 100644 --- a/gnu/packages/dns.scm +++ b/gnu/packages/dns.scm @@ -115,7 +115,7 @@ and BOOTP/TFTP for network booting of diskless machines.") (define-public isc-bind (package (name "bind") - (version "9.16.1") + (version "9.16.2") (source (origin (method url-fetch) (uri (string-append @@ -123,7 +123,7 @@ and BOOTP/TFTP for network booting of diskless machines.") "/bind-" version ".tar.xz")) (sha256 (base32 - "14ayswxnyaqwb935iqdi1w9ih3zs0a0va59j4cyi5f9mh7kxf4x9")))) + "0gwr4p14zy5jqq050n762rfc33km51qwipcwy6bsvk55ziybgrfr")))) (build-system gnu-build-system) (outputs `("out" "utils")) (inputs |