guix_mirror_bot pushed a commit to branch master
in repository guix.
commit a6c51c83f058cc78a3adb99abb68ccf252ed12f0
Author: Ashish SHUKLA <[email protected]>
AuthorDate: Wed Nov 26 14:07:14 2025 +0100
gnu: unbound: Update to 1.24.2. [security-fixes]
This update includes fix for CVE-2025-11411.
* gnu/packages/dns.scm (unbound): Update to 1.24.2.
Change-Id: I36e56a6bdd3f73f216047157881faf24a1f68bfb
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/dns.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm
index 31982b3e89..72258b07f0 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -643,14 +643,14 @@ BIND and djbdns---whilst using relatively little memory.")
(define-public unbound
(package
(name "unbound")
- (version "1.24.1")
+ (version "1.24.2")
(source
(origin
(method url-fetch)
(uri (string-append "https://www.unbound.net/downloads/unbound-"
version ".tar.gz"))
(sha256
- (base32 "1azfl6dkab043jjs7r8fxkh3mwxhg1wgc9q5mqcrch1rw8ricavz"))))
+ (base32 "1nwwwmwazwx40nm88lhh7k1basml2ai6j9q30gnclvca00zbbrs4"))))
(build-system gnu-build-system)
(outputs '("out" "python"))
(native-inputs