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>

To reply to this bug, email your comments to 78300 AT debbugs.gnu.org.
There is no need to reopen the bug first.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to sharlatanus <at> gmail.com, guix-patches <at> gnu.org:
bug#78300; Package guix-patches. (Wed, 07 May 2025 15:03:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to ashish.is <at> lostca.se:
New bug report received and forwarded. Copy sent to sharlatanus <at> gmail.com, guix-patches <at> gnu.org. (Wed, 07 May 2025 15:03:02 GMT) Full text and rfc822 format available.

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: 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





Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Mon, 12 May 2025 08:55:05 GMT) Full text and rfc822 format available.

Notification sent to ashish.is <at> lostca.se:
bug acknowledged by developer. (Mon, 12 May 2025 08:55:06 GMT) Full text and rfc822 format available.

Message #10 received at 78300-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: ashish.is <at> lostca.se
Cc: Sharlatan Hellseher <sharlatanus <at> gmail.com>, 78300-done <at> debbugs.gnu.org
Subject: Re: [bug#78300] [PATCH] gnu: knot-resolver: Update to 5.7.5.
 [security fixes]
Date: Mon, 12 May 2025 10:37:39 +0200
ashish.is <at> lostca.se writes:

> From: Ashish SHUKLA <ashish.is <at> lostca.se>
>
> * gnu/packages/dns.scm (knot-resolver): Update to 5.7.5.
>
> Change-Id: I8e62f61c13a8161fae4fb909fad7b1522d4c3d52

Applied, thanks!




This bug report was last modified 3 days ago.

Previous Next


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