GNU bug report logs -
#74603
[PATCH] gnu: knot: Update to 3.4.2.
Previous Next
Reported by: ashish.is <at> lostca.se
Date: Fri, 29 Nov 2024 14:29: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
[Message part 1 (text/plain, inline)]
Your message dated Thu, 26 Dec 2024 23:14:51 +0100
with message-id <874j2qytus.fsf <at> gnu.org>
and subject line Re: [bug#74603] [PATCH] gnu: knot: Update to 3.4.2.
has caused the debbugs.gnu.org bug report #74603,
regarding [PATCH] gnu: knot: Update to 3.4.2.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
74603: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=74603
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): Update to 3.4.2.
[inputs]: Add ngtcp2 for DNS-over-QUIC support.
Change-Id: Ibda27eac9ad71a96a06e3641725e7a1bbeccd2b5
---
gnu/packages/dns.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm
index 7a78fb0308..21f2808102 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.1")
+ (version "3.4.2")
(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 "0iqzqfjk60lxzbjgkjsf1l8vqnv6rgz1z0p1zyhdqnp037123d4j"))
+ (base32 "1gvkwxy8jq017vmnd14wvnm5b6ql7ahrjp71gkbplz560h3kknpw"))
(patches
(search-patches "knot-remove-runtime-deps.patch"))
(modules '((guix build utils)))
@@ -960,6 +960,7 @@ (define-public knot
libelf
libidn
libmnl
+ ngtcp2
`(,nghttp2 "lib")
liburcu
lmdb
base-commit: c5421392081944d43db18fe04eafecec521f994a
--
2.47.1
[Message part 3 (message/rfc822, inline)]
ashish.is <at> lostca.se skribis:
> From: Ashish SHUKLA <ashish.is <at> lostca.se>
>
> * gnu/packages/dns.scm (knot): Update to 3.4.2.
> [inputs]: Add ngtcp2 for DNS-over-QUIC support.
>
> Change-Id: Ibda27eac9ad71a96a06e3641725e7a1bbeccd2b5
Applied, thanks!
This bug report was last modified 142 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.