[PATCH] gnu: knot-resolver: Update to 5.4.3.

  • Done
  • quality assurance status badge
Details
2 participants
  • Ludovic Courtès
  • Simon South
Owner
unassigned
Submitted by
Simon South
Severity
normal
S
S
Simon South wrote on 7 Dec 2021 15:34
(address . guix-patches@gnu.org)
20211207143434.24321-1-simon@simonsouth.net
* 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:


gnu/packages/dns.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (25 lines)
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
L
L
Ludovic Courtès wrote on 19 Dec 2021 23:27
(name . Simon South)(address . simon@simonsouth.net)(address . 52352-done@debbugs.gnu.org)
877dc0mdrj.fsf@gnu.org
Hi,

Simon South <simon@simonsouth.net> skribis:

Toggle quote (2 lines)
> * gnu/packages/dns.scm (knot-resolver): Update to 5.4.3.

This was done in 8d973a5a9b7f6469c9af4d877479417e9d4d7a8f.

Toggle quote (8 lines)
> 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

Alright, thanks!

Ludo’.
Closed
?