GNU bug report logs -
#78300
[PATCH] gnu: knot-resolver: Update to 5.7.5. [security fixes]
Previous Next
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
[Message part 1 (text/plain, inline)]
Your message dated Mon, 12 May 2025 10:37:39 +0200
with message-id <87y0v24430.fsf <at> gnu.org>
and subject line Re: [bug#78300] [PATCH] gnu: knot-resolver: Update to 5.7.5. [security fixes]
has caused the debbugs.gnu.org bug report #78300,
regarding [PATCH] gnu: knot-resolver: Update to 5.7.5. [security fixes]
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
78300: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=78300
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 (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
[Message part 3 (message/rfc822, inline)]
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 11 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.