GNU bug report logs - #78073
[PATCH] gnu: knot: Update to 3.4.6.

Previous Next

Package: guix-patches;

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

Date: Sat, 26 Apr 2025 11:49:02 UTC

Severity: normal

Tags: patch

Done: Christopher Baines <mail <at> cbaines.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Ashish SHUKLA <ashish.is <at> lostca.se>
Subject: bug#78073: closed (Re: [bug#78073] [PATCH] gnu: knot: Update to
 3.4.6.)
Date: Mon, 28 Apr 2025 07:22:04 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#78073: [PATCH] gnu: knot: Update to 3.4.6.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 78073 <at> debbugs.gnu.org.

-- 
78073: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=78073
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Christopher Baines <mail <at> cbaines.net>
To: Ashish SHUKLA via Guix-patches via <guix-patches <at> gnu.org>
Cc: 78073-done <at> debbugs.gnu.org, Sharlatan Hellseher <sharlatanus <at> gmail.com>,
 Ashish SHUKLA <ashish.is <at> lostca.se>
Subject: Re: [bug#78073] [PATCH] gnu: knot: Update to 3.4.6.
Date: Mon, 28 Apr 2025 08:21:34 +0100
[Message part 3 (text/plain, inline)]
Ashish SHUKLA via Guix-patches via <guix-patches <at> gnu.org> writes:

> * gnu/packages/dns.scm (knot): Update to 3.4.6.
>
> Change-Id: Ibaf25be8c2d222a06aa1fab0148ae00ffc2e20c6
> ---
>  gnu/packages/dns.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Thanks for the patch, I've pushed this to master as
6134805e68560ae5d8627edeed953737db9b9d49.

Chris
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Ashish SHUKLA <ashish.is <at> lostca.se>
To: guix-patches <at> gnu.org
Cc: Ashish SHUKLA <ashish.is <at> lostca.se>
Subject: [PATCH] gnu: knot: Update to 3.4.6.
Date: Sat, 26 Apr 2025 11:48:11 +0000
* gnu/packages/dns.scm (knot): Update to 3.4.6.

Change-Id: Ibaf25be8c2d222a06aa1fab0148ae00ffc2e20c6
---
 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 21f2808102..a28db32cd2 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -845,7 +845,7 @@ (define-public yadifa
 (define-public knot
   (package
     (name "knot")
-    (version "3.4.2")
+    (version "3.4.6")
     (source
      (origin
        (method git-fetch)
@@ -854,7 +854,7 @@ (define-public knot
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1gvkwxy8jq017vmnd14wvnm5b6ql7ahrjp71gkbplz560h3kknpw"))
+        (base32 "0chdlzasng3q3ss4yfppf8fbkkiqllqz4p6s8a6jgwhcbiylmmdi"))
        (patches
         (search-patches "knot-remove-runtime-deps.patch"))
        (modules '((guix build utils)))

base-commit: 7ff20b9e94c429f1160bd8f0db86b153a03e4683
-- 
2.49.0




This bug report was last modified 26 days ago.

Previous Next


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