all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Simon South <simon@simonsouth.net>
To: 52352@debbugs.gnu.org
Subject: [bug#52352] [PATCH] gnu: knot-resolver: Update to 5.4.3.
Date: Tue,  7 Dec 2021 09:34:34 -0500	[thread overview]
Message-ID: <20211207143434.24321-1-simon@simonsouth.net> (raw)

* gnu/packages/dns.scm (knot-resolver): Update to 5.4.3.
---
Tested on AArch64 and (minimally) on x86-64.

Note that building on AArch64 requires changes to Ragel.  A fix has been
applied upstream and a corresponding patch for Guix is waiting for review in
bug #51241:

https://issues.guix.gnu.org/51241#5

 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 0c2e037b4f..b50bc716c9 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -1059,14 +1059,14 @@ (define-public knot
 (define-public knot-resolver
   (package
     (name "knot-resolver")
-    (version "5.4.2")
+    (version "5.4.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://secure.nic.cz/files/knot-resolver/"
                                   "knot-resolver-" version ".tar.xz"))
               (sha256
                (base32
-                "12x5cd09rv530pak5f2smxcfq2zdqg0g5qxsd5k0alm7f6aj2spa"))))
+                "01m5s2kllr0apkg0bcfagzvijyfbivby03d1pjv3c0qrjgmjk1s8"))))
     (build-system meson-build-system)
     (outputs '("out" "doc"))
     (arguments

base-commit: 68d15fcf20feddb72f5c2d2ff7d754dcc4f409df
-- 
2.34.0





             reply	other threads:[~2021-12-07 14:37 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-07 14:34 Simon South [this message]
2021-12-19 22:27 ` bug#52352: [PATCH] gnu: knot-resolver: Update to 5.4.3 Ludovic Courtès

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=20211207143434.24321-1-simon@simonsouth.net \
    --to=simon@simonsouth.net \
    --cc=52352@debbugs.gnu.org \
    /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.