GNU bug report logs - #78031
[PATCH] gnu: unbound: Update to 1.23.0.

Previous Next

Package: guix-patches;

Reported by: ashish.is <at> lostca.se

Date: Thu, 24 Apr 2025 10:00:01 UTC

Severity: normal

Tags: patch

Done: Z572 <zhengjunjie <at> iscas.ac.cn>

Bug is archived. No further changes may be made.

Full log


Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: ashish.is <at> lostca.se
To: guix-patches <at> gnu.org
Cc: Ashish SHUKLA <ashish.is <at> lostca.se>
Subject: [PATCH] gnu: unbound: Update to 1.23.0.
Date: Thu, 24 Apr 2025 11:59:32 +0200
From: Ashish SHUKLA <ashish.is <at> lostca.se>

* gnu/packages/dns.scm (unbound): Update to 1.23.0.

Change-Id: I6a317febf864f766f9e99d78a3fa4031be69cafd
---
 gnu/packages/dns.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm
index 21f2808102..f8025a21ae 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -22,7 +22,7 @@
 ;;; Copyright © 2023 Bruno Victal <mirai <at> makinata.eu>
 ;;; Copyright © 2023 Hilton Chain <hako <at> ultrarare.space>
 ;;; Copyright © 2024 John Kehayias <john.kehayias <at> protonmail.com>
-;;; Copyright © 2024 Ashish SHUKLA <ashish.is <at> lostca.se>
+;;; Copyright © 2024, 2025 Ashish SHUKLA <ashish.is <at> lostca.se>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -636,14 +636,14 @@ (define-public rbldnsd
 (define-public unbound
   (package
     (name "unbound")
-    (version "1.22.0")
+    (version "1.23.0")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://www.unbound.net/downloads/unbound-"
                            version ".tar.gz"))
        (sha256
-        (base32 "0hrx3d5qvn2wq55a6aamyr22viajs66iajdpxln5ns6mypg1ppf5"))))
+        (base32 "1f1vl0sygkx6rv1mz6zw6mdmymp5dnjkgqkyysrxf5jkhzrxb6wm"))))
     (build-system gnu-build-system)
     (outputs '("out" "python"))
     (native-inputs

base-commit: 9f4bdb270e178eac636df3f4bbffbe4aa3b90a67
-- 
2.49.0





This bug report was last modified 24 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.