GNU bug report logs - #78300
[PATCH] gnu: knot-resolver: Update to 5.7.5. [security fixes]

Previous Next

Package: guix-patches;

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

Date: Wed, 7 May 2025 15:03:02 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: 78300 <at> debbugs.gnu.org
Cc: Ashish SHUKLA <ashish.is <at> lostca.se>, Sharlatan Hellseher <sharlatanus <at> gmail.com>
Subject: [bug#78300] [PATCH] gnu: knot-resolver: Update to 5.7.5. [security fixes]
Date: Wed,  7 May 2025 15:00:58 +0000
From: Ashish SHUKLA <ashish.is <at> lostca.se>

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

Change-Id: I8e62f61c13a8161fae4fb909fad7b1522d4c3d52
---
Hi,

As per the release notes[0]:

> Security
> DoS: fix unconfirmed crashes with the line below (!1683) [system] requirement "h && h->end > h->begin" failed in queue_pop_impl

References:
[0] https://www.knot-resolver.cz/2025-04-24-knot-resolver-5.7.5.html

 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 3d780019a0..7ac5b9e3f6 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -987,14 +987,14 @@ (define-public knot
 (define-public knot-resolver
   (package
     (name "knot-resolver")
-    (version "5.7.4")
+    (version "5.7.5")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://secure.nic.cz/files/knot-resolver/"
                                   "knot-resolver-" version ".tar.xz"))
               (sha256
                (base32
-                "1j6rig8mb4sh11q6cfhqmlsaxw41fwiglkflz8d08a38y3nacvbb"))))
+                "0rnz7k5pjqd4ds46iyf6r7xwrci0apm2sr6lpaf9sncjmbwrq8w0"))))
     (build-system meson-build-system)
     (outputs '("out" "doc"))
     (arguments

base-commit: 475173e4f25ad6437ee770b83e741d759f5ce380
-- 
2.49.0





This bug report was last modified 11 days ago.

Previous Next


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