1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-27 03:21:49 +02:00

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>
This commit is contained in:
Ashish SHUKLA
2025-07-16 11:27:45 +02:00
committed by Andreas Enge
parent e8f8b057b3
commit 611f9d9993
+2 -2
View File
@@ -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