GNU bug report logs -
#73850
[PATCH] gnu: unbound: Update to 1.22.0.
Previous Next
Reported by: Ashish SHUKLA <ashish.is <at> lostca.se>
Date: Thu, 17 Oct 2024 11:23:02 UTC
Severity: normal
Tags: patch
Done: Nicolas Graves <ngraves <at> ngraves.fr>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/dns.scm (unbound): Update to 1.22.0.
Change-Id: I3af89323ddc0e0d85c82a9b7989bbf66eab56d0b
---
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 1e9d1bc904..ba611ada2b 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -636,14 +636,14 @@ (define-public rbldnsd
(define-public unbound
(package
(name "unbound")
- (version "1.21.1")
+ (version "1.22.0")
(source
(origin
(method url-fetch)
(uri (string-append "https://www.unbound.net/downloads/unbound-"
version ".tar.gz"))
(sha256
- (base32 "0ipam47nnh86v1wbjvk337wch6pcplbk353yr39kcav24cyd4dih"))))
+ (base32 "0hrx3d5qvn2wq55a6aamyr22viajs66iajdpxln5ns6mypg1ppf5"))))
(build-system gnu-build-system)
(outputs '("out" "python"))
(native-inputs
base-commit: d95588242c605fbb72e25fe36a0903a1538e9018
--
2.47.0
This bug report was last modified 268 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.