unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Simon South <simon@simonsouth.net>
To: 44596@debbugs.gnu.org
Cc: simon@simonsouth.net
Subject: [bug#44596] [PATCH 1/2] gnu: knot-resolver: Update to 5.2.0.
Date: Thu, 12 Nov 2020 11:48:42 -0500	[thread overview]
Message-ID: <2df165db376e6d21f8657ceabc3836ea46255d22.1605198478.git.simon@simonsouth.net> (raw)
In-Reply-To: <cover.1605198478.git.simon@simonsouth.net>

* gnu/packages/dns.scm (knot-resolver): Update to 5.2.0.
[native-inputs]: Add texinfo, to enable generating the manual in Info format.
[inputs]: Add nghttp2:lib, to enable the new implementation of DNS-over-HTTPS.
---
 gnu/packages/dns.scm | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm
index 906333bb44..784473d85f 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -937,14 +937,14 @@ synthesis, and on-the-fly re-configuration.")
 (define-public knot-resolver
   (package
     (name "knot-resolver")
-    (version "5.1.3")
+    (version "5.2.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://secure.nic.cz/files/knot-resolver/"
                                   "knot-resolver-" version ".tar.xz"))
               (sha256
                (base32
-                "12s5070nqqf599s1mb6rjas2as481rjf751qk5yrz6p34y885k90"))))
+                "0cwlipib3x88dr6cijqv2aps13b4ijv524wc85ns07rkldy2c948"))))
     (build-system meson-build-system)
     (arguments
      '(#:configure-flags '("-Ddoc=enabled")
@@ -982,7 +982,8 @@ synthesis, and on-the-fly re-configuration.")
        ("pkg-config" ,pkg-config)
        ("python-breathe" ,python-breathe)
        ("python-sphinx" ,python-sphinx)
-       ("python-sphinx-rtd-theme" ,python-sphinx-rtd-theme)))
+       ("python-sphinx-rtd-theme" ,python-sphinx-rtd-theme)
+       ("texinfo" ,texinfo)))
     (inputs
      `(("fstrm" ,fstrm)
        ("gnutls" ,gnutls)
@@ -991,7 +992,8 @@ synthesis, and on-the-fly re-configuration.")
        ("lmdb" ,lmdb)
        ("luajit" ,luajit)
        ;; TODO: Add optional lua modules: basexx and psl.
-       ("lua-bitop" ,lua5.1-bitop)))
+       ("lua-bitop" ,lua5.1-bitop)
+       ("nghttp2" ,nghttp2 "lib")))
     (home-page "https://www.knot-resolver.cz/")
     (synopsis "Caching validating DNS resolver")
     (description
-- 
2.29.2





  reply	other threads:[~2020-11-12 16:50 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-12 16:46 [bug#44596] [PATCH 0/2] gnu: knot-resolver: Update to 5.2.0; add "doc" output Simon South
2020-11-12 16:48 ` Simon South [this message]
2020-11-12 16:48 ` [bug#44596] [PATCH 2/2] gnu: knot-resolver: Move manual, examples to separate " Simon South
2020-11-13 16:00 ` [bug#44596] [PATCH 0/2] gnu: knot-resolver: Update to 5.2.0; add " Simon South
2020-12-01 14:45 ` [bug#44596] [PATCH v2 " Simon South
2020-12-01 14:45   ` [bug#44596] [PATCH v2 1/2] gnu: knot-resolver: Update to 5.2.0 Simon South
2020-12-01 14:45   ` [bug#44596] [PATCH v2 2/2] gnu: knot-resolver: Move manual, examples to separate "doc" output Simon South
2020-12-06 10:41   ` bug#44596: [PATCH v2 0/2] gnu: knot-resolver: Update to 5.2.0; add " 宋文武

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=2df165db376e6d21f8657ceabc3836ea46255d22.1605198478.git.simon@simonsouth.net \
    --to=simon@simonsouth.net \
    --cc=44596@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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).