From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id sB86Gi7Ee1/cagAA0tVLHw (envelope-from ) for ; Tue, 06 Oct 2020 01:11:10 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id 8L6pFS7Ee18mKQAA1q6Kng (envelope-from ) for ; Tue, 06 Oct 2020 01:11:10 +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 0AD199401DF for ; Tue, 6 Oct 2020 01:11:10 +0000 (UTC) Received: from localhost ([::1]:55320 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kPaur-0004pf-L8 for larch@yhetil.org; Mon, 05 Oct 2020 20:33:17 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:49598) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kPauc-0004oa-TF for guix-patches@gnu.org; Mon, 05 Oct 2020 20:33:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:39283) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kPauc-0005GL-KD for guix-patches@gnu.org; Mon, 05 Oct 2020 20:33:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kPauc-00027N-H6 for guix-patches@gnu.org; Mon, 05 Oct 2020 20:33:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#43823] [PATCH 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 00:33: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.16019443478073 (code B ref 43823); Tue, 06 Oct 2020 00:33:02 +0000 Received: (at 43823) by debbugs.gnu.org; 6 Oct 2020 00:32:27 +0000 Received: from localhost ([127.0.0.1]:50823 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kPau3-000269-5A for submit@debbugs.gnu.org; Mon, 05 Oct 2020 20:32:27 -0400 Received: from mailout.easymail.ca ([64.68.200.34]:45982) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kPau1-00025w-E1 for 43823@debbugs.gnu.org; Mon, 05 Oct 2020 20:32:25 -0400 Received: from localhost (localhost [127.0.0.1]) by mailout.easymail.ca (Postfix) with ESMTP id 27CB620A1E; Tue, 6 Oct 2020 00:32:20 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at emo06-pco.easydns.vpn Received: from mailout.easymail.ca ([127.0.0.1]) by localhost (emo06-pco.easydns.vpn [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id XvZ8ArszqEv1; Tue, 6 Oct 2020 00:32:20 +0000 (UTC) Received: from localhost.localdomain (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 09D0C209FB; Tue, 6 Oct 2020 00:32:16 +0000 (UTC) From: Simon South Date: Mon, 5 Oct 2020 20:27:46 -0400 Message-Id: X-Mailer: git-send-email 2.25.2 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: 5.49 X-TUID: InpO6m/U1xYe This also silences a configure warning regarding the missing "libnghttp2" library. * 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