From unknown Sun Jun 22 07:47:34 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#51485] [PATCH] gnu: knot-resolver: Update to 5.4.2. Resent-From: Simon South Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 29 Oct 2021 15:36:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 51485 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 51485@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.163552174729111 (code B ref -1); Fri, 29 Oct 2021 15:36:01 +0000 Received: (at submit) by debbugs.gnu.org; 29 Oct 2021 15:35:47 +0000 Received: from localhost ([127.0.0.1]:55656 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mgTv0-0007ZT-NN for submit@debbugs.gnu.org; Fri, 29 Oct 2021 11:35:46 -0400 Received: from lists.gnu.org ([209.51.188.17]:48798) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mgTux-0007ZK-Fo for submit@debbugs.gnu.org; Fri, 29 Oct 2021 11:35:45 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:60306) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mgTux-0000Je-5q for guix-patches@gnu.org; Fri, 29 Oct 2021 11:35:43 -0400 Received: from mailout.easymail.ca ([64.68.200.34]:44196) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mgTuu-0003NK-JH for guix-patches@gnu.org; Fri, 29 Oct 2021 11:35:42 -0400 Received: from localhost (localhost [127.0.0.1]) by mailout.easymail.ca (Postfix) with ESMTP id C8C1DACFD5 for ; Fri, 29 Oct 2021 15:35:36 +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 0fnIfK_Ne0Gc for ; Fri, 29 Oct 2021 15:35:36 +0000 (UTC) Received: from localhost.localdomain (unknown [108.162.141.208]) (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 73A9BACAE8 for ; Fri, 29 Oct 2021 15:35:36 +0000 (UTC) From: Simon South Date: Fri, 29 Oct 2021 11:34:37 -0400 Message-Id: <20211029153437.5392-1-simon@simonsouth.net> X-Mailer: git-send-email 2.25.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=64.68.200.34; envelope-from=simon@simonsouth.net; helo=mailout.easymail.ca X-Spam_score_int: -41 X-Spam_score: -4.2 X-Spam_bar: ---- X-Spam_report: (-4.2 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) * gnu/packages/dns.scm (knot-resolver): Update to 5.4.2. --- 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 c770b880c8..89ebe588fd 100644 --- a/gnu/packages/dns.scm +++ b/gnu/packages/dns.scm @@ -1062,14 +1062,14 @@ synthesis, and on-the-fly re-configuration.") (define-public knot-resolver (package (name "knot-resolver") - (version "5.4.1") + (version "5.4.2") (source (origin (method url-fetch) (uri (string-append "https://secure.nic.cz/files/knot-resolver/" "knot-resolver-" version ".tar.xz")) (sha256 (base32 - "0rixiqfj53rfabrz8qpnq4whx8y29d2m5w64a4jlwx7gv4nrd2zv")))) + "12x5cd09rv530pak5f2smxcfq2zdqg0g5qxsd5k0alm7f6aj2spa")))) (build-system meson-build-system) (outputs '("out" "doc")) (arguments base-commit: 21fcb08d09414a0cd6e2ce3c32ad5a33b22dad38 -- 2.25.2 From unknown Sun Jun 22 07:47:34 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Simon South Subject: bug#51485: closed (Re: [bug#51485] [PATCH] gnu: knot-resolver: Update to 5.4.2.) Message-ID: References: <87pmrnixk7.fsf@nckx> <20211029153437.5392-1-simon@simonsouth.net> X-Gnu-PR-Message: they-closed 51485 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 51485@debbugs.gnu.org Date: Fri, 29 Oct 2021 16:52:06 +0000 Content-Type: multipart/mixed; boundary="----------=_1635526326-5692-1" This is a multi-part message in MIME format... ------------=_1635526326-5692-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #51485: [PATCH] gnu: knot-resolver: Update to 5.4.2. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 51485@debbugs.gnu.org. --=20 51485: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D51485 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1635526326-5692-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 51485-done) by debbugs.gnu.org; 29 Oct 2021 16:51:46 +0000 Received: from localhost ([127.0.0.1]:55756 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mgV6X-0001T9-OM for submit@debbugs.gnu.org; Fri, 29 Oct 2021 12:51:45 -0400 Received: from tobias.gr ([80.241.217.52]:54618) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mgV6R-0001Ss-Sq for 51485-done@debbugs.gnu.org; Fri, 29 Oct 2021 12:51:44 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; s=2018; bh=b+dGvNgNICJ3R ab8FxfuUOrNDull0SggU0PiMOYwtPM=; h=in-reply-to:date:subject:cc:to: from:references; d=tobias.gr; b=BsWGvswFnv4PxPoPgwRdsB5bJQvJSEaKLIt4pe +zpTcp41tPKNrmylMNItUqxQqopWZFLhZRQ7vFUZ+fBzEE77BjzsRHmGFgUbCNf7iJa18v JkalvrfI39LKHkLhy1dzQ/j9OHpSGnHOLKywMia/s8jrQ81LVmunk+pF0ot+aP3GfU+N2n w28MZJ7QqnCopeW2vCr8xo3gR33yYOoezm6RDhrBjTTo4GTxe1OGKKSKAvoVK4WSB/Yqd9 v7sje/UNjrLNjnddR6H9V/c6Fo6g3sKVMmsYQQKL/0w1a8Lrk8oUS0ToRqZ6MH6q5PkzsM fJTuj5N/tqetSS97Nos9GmIQ== Received: by submission.tobias.gr (OpenSMTPD) with ESMTPSA id 5bb42343 (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO); Fri, 29 Oct 2021 16:51:33 +0000 (UTC) References: <20211029153437.5392-1-simon@simonsouth.net> From: Tobias Geerinckx-Rice To: Simon South Subject: Re: [bug#51485] [PATCH] gnu: knot-resolver: Update to 5.4.2. Date: Fri, 29 Oct 2021 18:51:04 +0200 In-reply-to: <20211029153437.5392-1-simon@simonsouth.net> BIMI-Selector: v=BIMI1; s=default; Message-ID: <87pmrnixk7.fsf@nckx> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 51485-done Cc: 51485-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --=-=-= Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Simon, Simon South =E5=86=99=E9=81=93=EF=BC=9A > * gnu/packages/dns.scm (knot-resolver): Update to 5.4.2. Pushed as 29f97a2e3f54cc76cf629eed83e1ebbbe35ae5c1. Thanks! T G-R --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIMEARYKACsWIQT12iAyS4c9C3o4dnINsP+IT1VteQUCYXwmmA0cbWVAdG9iaWFz LmdyAAoJEA2w/4hPVW15Hy0A/j6ZvTxfp+FQeTW0BA/Ol8AzPj/pov7F+FNNu1U2 KvYSAQCMKewrP/AC4bchbgp0ev/bPxTRrYpZEbrhgK/xjWcMCw== =Wab2 -----END PGP SIGNATURE----- --=-=-=-- ------------=_1635526326-5692-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 29 Oct 2021 15:35:47 +0000 Received: from localhost ([127.0.0.1]:55656 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mgTv0-0007ZT-NN for submit@debbugs.gnu.org; Fri, 29 Oct 2021 11:35:46 -0400 Received: from lists.gnu.org ([209.51.188.17]:48798) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mgTux-0007ZK-Fo for submit@debbugs.gnu.org; Fri, 29 Oct 2021 11:35:45 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:60306) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mgTux-0000Je-5q for guix-patches@gnu.org; Fri, 29 Oct 2021 11:35:43 -0400 Received: from mailout.easymail.ca ([64.68.200.34]:44196) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mgTuu-0003NK-JH for guix-patches@gnu.org; Fri, 29 Oct 2021 11:35:42 -0400 Received: from localhost (localhost [127.0.0.1]) by mailout.easymail.ca (Postfix) with ESMTP id C8C1DACFD5 for ; Fri, 29 Oct 2021 15:35:36 +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 0fnIfK_Ne0Gc for ; Fri, 29 Oct 2021 15:35:36 +0000 (UTC) Received: from localhost.localdomain (unknown [108.162.141.208]) (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 73A9BACAE8 for ; Fri, 29 Oct 2021 15:35:36 +0000 (UTC) From: Simon South To: guix-patches@gnu.org Subject: [PATCH] gnu: knot-resolver: Update to 5.4.2. Date: Fri, 29 Oct 2021 11:34:37 -0400 Message-Id: <20211029153437.5392-1-simon@simonsouth.net> X-Mailer: git-send-email 2.25.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=64.68.200.34; envelope-from=simon@simonsouth.net; helo=mailout.easymail.ca X-Spam_score_int: -41 X-Spam_score: -4.2 X-Spam_bar: ---- X-Spam_report: (-4.2 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) * gnu/packages/dns.scm (knot-resolver): Update to 5.4.2. --- 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 c770b880c8..89ebe588fd 100644 --- a/gnu/packages/dns.scm +++ b/gnu/packages/dns.scm @@ -1062,14 +1062,14 @@ synthesis, and on-the-fly re-configuration.") (define-public knot-resolver (package (name "knot-resolver") - (version "5.4.1") + (version "5.4.2") (source (origin (method url-fetch) (uri (string-append "https://secure.nic.cz/files/knot-resolver/" "knot-resolver-" version ".tar.xz")) (sha256 (base32 - "0rixiqfj53rfabrz8qpnq4whx8y29d2m5w64a4jlwx7gv4nrd2zv")))) + "12x5cd09rv530pak5f2smxcfq2zdqg0g5qxsd5k0alm7f6aj2spa")))) (build-system meson-build-system) (outputs '("out" "doc")) (arguments base-commit: 21fcb08d09414a0cd6e2ce3c32ad5a33b22dad38 -- 2.25.2 ------------=_1635526326-5692-1--