GNU bug report logs -
#78031
[PATCH] gnu: unbound: Update to 1.23.0.
Previous Next
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
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Tue, 29 Apr 2025 11:05:19 +0800
with message-id <877c33acr4.fsf <at> iscas.ac.cn>
and subject line Re: [bug#78031] [PATCH] gnu: unbound: Update to 1.23.0.
has caused the debbugs.gnu.org bug report #78031,
regarding [PATCH] gnu: unbound: Update to 1.23.0.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
78031: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=78031
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
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
[Message part 3 (message/rfc822, inline)]
[Message part 4 (text/plain, inline)]
"ashish.is--- via Guix-patches" via <guix-patches <at> gnu.org> writes:
> 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
pushed, closing.
[signature.asc (application/pgp-signature, inline)]
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.