diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-02-14 14:03:45 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-02-15 17:07:03 +0100 |
commit | 8aaeabf9ecad2bd3b743a4a2258c04eaf5fd9da5 (patch) | |
tree | 97c5aa3c60fce7a0128c48bc4b2955d87b269cc6 /gnu | |
parent | 41db3463a616166af5eb01b7b1f1c599010bd4df (diff) |
gnu: unbound: Update to 1.9.6 [security improvements].
* gnu/packages/dns.scm (unbound): Update to 1.9.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 3a42a98bc4..1ed751b7e1 100644 --- a/gnu/packages/dns.scm +++ b/gnu/packages/dns.scm @@ -390,14 +390,14 @@ to result in system-wide compromise.") (define-public unbound (package (name "unbound") - (version "1.9.5") + (version "1.9.6") (source (origin (method url-fetch) (uri (string-append "https://www.unbound.net/downloads/unbound-" version ".tar.gz")) (sha256 - (base32 "0myv8l886gmlh9nh4j3q5549idxnl51hf9cw20yxfqbwd47l13ca")))) + (base32 "1w5aylh2gfvfvqkgrq46aw427x9c0a3hwm0f985s55wim5pgr60x")))) (build-system gnu-build-system) (outputs '("out" "python")) (native-inputs |