[PATCH] gnu: knot: Update to 3.4.2.

  • Open
  • quality assurance status badge
Details
One participant
  • ashish.is
Owner
unassigned
Submitted by
ashish.is
Severity
normal
A
A
ashish.is wrote on 29 Nov 15:27 +0100
(address . guix-patches@gnu.org)(name . Ashish SHUKLA)(address . ashish.is@lostca.se)
1cd7a4c4801388bfd1df7590c2958b2aa613cb93.1732890456.git.ashish.is@lostca.se
From: Ashish SHUKLA <ashish.is@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(-)

Toggle diff (34 lines)
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
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 74603@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 74603
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch