diff options
author | Ashish SHUKLA <ashish.is@lostca.se> | 2025-07-16 11:27:45 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2025-07-16 17:55:14 +0200 |
commit | 611f9d9993b587050053399006a2c26ac029970a (patch) | |
tree | 6e77a27cd4ed5e43223608ea81ef513285474695 | |
parent | e8f8b057b3813ea535a6006592182ba09b3db968 (diff) |
gnu: unbound: Update to 1.23.1.
Fixes: CVE-2025-5994 (RebirthDay Attack).
* gnu/packages/dns.scm (unbound): Update to 1.23.1.
Change-Id: I0fdda56ea742de1fb10ab6e76d0936043ce81995
Signed-off-by: Andreas Enge <andreas@enge.fr>
-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 0fae953837..7cb86ad144 100644 --- a/gnu/packages/dns.scm +++ b/gnu/packages/dns.scm @@ -642,14 +642,14 @@ BIND and djbdns---whilst using relatively little memory.") (define-public unbound (package (name "unbound") - (version "1.23.0") + (version "1.23.1") (source (origin (method url-fetch) (uri (string-append "https://www.unbound.net/downloads/unbound-" version ".tar.gz")) (sha256 - (base32 "1f1vl0sygkx6rv1mz6zw6mdmymp5dnjkgqkyysrxf5jkhzrxb6wm")))) + (base32 "14156vzhj9mjpncgaws45zagd48msw7pwfa3hs3f73cxg5y12sva")))) (build-system gnu-build-system) (outputs '("out" "python")) (native-inputs |