GNU bug report logs - #72716
[PATCH 0/2] Update knot, and knot-resolver

Previous Next

Package: guix-patches;

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

Date: Mon, 19 Aug 2024 17:22:01 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: ashish.is <at> lostca.se
To: 72716 <at> debbugs.gnu.org
Cc: Ashish SHUKLA <ashish.is <at> lostca.se>
Subject: [bug#72716] [PATCH 2/2] gnu: knot-resolver: Update to 5.7.4.
Date: Mon, 19 Aug 2024 17:22:00 +0000
From: Ashish SHUKLA <ashish.is <at> lostca.se>

* gnu/packages/dns.scm (knot-resolver): Update to 5.7.4.

Change-Id: I1902c3ced083c5cbb360aa65517cde339b5e0893
---
 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 402e3251ad..78f7f3f77c 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -985,14 +985,14 @@ (define-public knot
 (define-public knot-resolver
   (package
     (name "knot-resolver")
-    (version "5.7.1")
+    (version "5.7.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://secure.nic.cz/files/knot-resolver/"
                                   "knot-resolver-" version ".tar.xz"))
               (sha256
                (base32
-                "18n3jh17d22xmzpg8syw2dm85vv7jchdc4hzk5x78lqxqqav856s"))))
+                "1j6rig8mb4sh11q6cfhqmlsaxw41fwiglkflz8d08a38y3nacvbb"))))
     (build-system meson-build-system)
     (outputs '("out" "doc"))
     (arguments
-- 
2.46.0





This bug report was last modified 262 days ago.

Previous Next


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