From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id 4CJ3KwZ4fF/KAgAA0tVLHw (envelope-from ) for ; Tue, 06 Oct 2020 13:58:30 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id UJ1AJwZ4fF9JRgAAbx9fmQ (envelope-from ) for ; Tue, 06 Oct 2020 13:58:30 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id D05DB9402AF for ; Tue, 6 Oct 2020 13:58:22 +0000 (UTC) Received: from localhost ([::1]:33190 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kPnTx-0008H5-Ar for larch@yhetil.org; Tue, 06 Oct 2020 09:58:21 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:47524) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kPnTh-0008GC-8K for guix-patches@gnu.org; Tue, 06 Oct 2020 09:58:05 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:42250) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kPnTe-0001MY-EF for guix-patches@gnu.org; Tue, 06 Oct 2020 09:58:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kPnTe-0001aD-CQ for guix-patches@gnu.org; Tue, 06 Oct 2020 09:58:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#43823] [PATCH v2 1/3] gnu: knot: Enable DNS-over-HTTPS support in kdig. Resent-From: Simon South Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 06 Oct 2020 13:58:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 43823 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 43823@debbugs.gnu.org Cc: me@tobias.gr, simon@simonsouth.net Received: via spool by 43823-submit@debbugs.gnu.org id=B43823.16019926395994 (code B ref 43823); Tue, 06 Oct 2020 13:58:02 +0000 Received: (at 43823) by debbugs.gnu.org; 6 Oct 2020 13:57:19 +0000 Received: from localhost ([127.0.0.1]:53785 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kPnSx-0001Ya-2D for submit@debbugs.gnu.org; Tue, 06 Oct 2020 09:57:19 -0400 Received: from mailout.easymail.ca ([64.68.200.34]:42816) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kPnSv-0001YH-G5 for 43823@debbugs.gnu.org; Tue, 06 Oct 2020 09:57:17 -0400 Received: from localhost (localhost [127.0.0.1]) by mailout.easymail.ca (Postfix) with ESMTP id 2E6E0C10A7; Tue, 6 Oct 2020 13:57:12 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at emo04-pco.easydns.vpn Received: from mailout.easymail.ca ([127.0.0.1]) by localhost (emo04-pco.easydns.vpn [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id rQZdaqsmUjCa; Tue, 6 Oct 2020 13:57:12 +0000 (UTC) Received: from mercury.simonsouth.net (unknown [108.162.141.195]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mailout.easymail.ca (Postfix) with ESMTPSA id 1BCB4BFA14; Tue, 6 Oct 2020 13:57:07 +0000 (UTC) From: Simon South Date: Tue, 6 Oct 2020 09:56:43 -0400 Message-Id: X-Mailer: git-send-email 2.28.0 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Spam-Score: -3.3 (---) X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Spam-Score: 3.99 X-TUID: +TAHkKIxANqi * gnu/packages/dns.scm (knot)[inputs]: Add nghttp2:lib. --- gnu/packages/dns.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm index 0cb8df94df..d791c45f69 100644 --- a/gnu/packages/dns.scm +++ b/gnu/packages/dns.scm @@ -862,6 +862,7 @@ Extensions} (DNSSEC).") ("libcap-ng" ,libcap-ng) ("libedit" ,libedit) ("libidn" ,libidn) + ("libnghttp2" ,nghttp2 "lib") ("liburcu" ,liburcu) ("lmdb" ,lmdb) ("ncurses" ,ncurses) -- 2.28.0