all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "ashish.is--- via Guix-patches" via <guix-patches@gnu.org>
To: 74603@debbugs.gnu.org
Cc: Ashish SHUKLA <ashish.is@lostca.se>,
	Sharlatan Hellseher <sharlatanus@gmail.com>
Subject: [bug#74603] [PATCH] gnu: knot: Update to 3.4.2.
Date: Fri, 29 Nov 2024 15:27:36 +0100	[thread overview]
Message-ID: <1cd7a4c4801388bfd1df7590c2958b2aa613cb93.1732890456.git.ashish.is@lostca.se> (raw)

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(-)

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





                 reply	other threads:[~2024-11-29 14:29 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1cd7a4c4801388bfd1df7590c2958b2aa613cb93.1732890456.git.ashish.is@lostca.se \
    --to=guix-patches@gnu.org \
    --cc=74603@debbugs.gnu.org \
    --cc=ashish.is@lostca.se \
    --cc=sharlatanus@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.