From unknown Sun Aug 17 01:42:11 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#73461 <73461@debbugs.gnu.org> To: bug#73461 <73461@debbugs.gnu.org> Subject: Status: [PATCH v3] gnu: knot: Update to 3.4.1. Reply-To: bug#73461 <73461@debbugs.gnu.org> Date: Sun, 17 Aug 2025 08:42:11 +0000 retitle 73461 [PATCH v3] gnu: knot: Update to 3.4.1. reassign 73461 guix-patches submitter 73461 Ashish SHUKLA severity 73461 normal tag 73461 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Tue Sep 24 17:58:38 2024 Received: (at submit) by debbugs.gnu.org; 24 Sep 2024 21:58:38 +0000 Received: from localhost ([127.0.0.1]:43285 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1stDYL-0003O6-U9 for submit@debbugs.gnu.org; Tue, 24 Sep 2024 17:58:38 -0400 Received: from lists.gnu.org ([209.51.188.17]:33538) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1stDYJ-0003NL-81 for submit@debbugs.gnu.org; Tue, 24 Sep 2024 17:58:36 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1stDDc-0007LC-70 for guix-patches@gnu.org; Tue, 24 Sep 2024 17:37:12 -0400 Received: from anamika.lostca.se ([65.21.75.227]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1stDDY-0004yj-Kn for guix-patches@gnu.org; Tue, 24 Sep 2024 17:37:11 -0400 Received: from localhost.localdomain (poincare.inet6.in [IPv6:2a0a:4cc0:1:12d4::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: abbe) by anamika.lostca.se (Postfix) with ESMTPSA id 328422D80E; Tue, 24 Sep 2024 21:36:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lostca.se; s=anamika; t=1727213817; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=sF/fqt7HOq8xhK/a4AqaFvOrvIV83boxxP6RTgkobxA=; b=IilWxYdwSWod162HC8OVX9kUxwmd8Yo3Df66g8uwQWScKVGgbs8UiV40aw7+QDxZRa8u8B ah6KcFDSAucZb7Ew23KJTg5Kgzb3dGBrdb6LpI5xpAi0UhBcp/i4dl9L7L3/8xHxSJ3Bjm TTjcLGpCZ70aq1bEai98Ucim+jp/O8s= From: Ashish SHUKLA To: guix-patches@gnu.org Subject: [PATCH] gnu: knot: Update to 3.4.0 Date: Tue, 24 Sep 2024 21:33:22 +0000 Message-ID: <9a4ae20930ffdc6081909c61f63bd8336abf7092.1727213601.git.ashish.is@lostca.se> X-Mailer: git-send-email 2.46.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=65.21.75.227; envelope-from=ashish.is@lostca.se; helo=anamika.lostca.se X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, RCVD_IN_VALIDITY_SAFE_BLOCKED=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.4 (-) X-Debbugs-Envelope-To: submit Cc: Ashish SHUKLA 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.4 (--) * gnu/packages/dns.scm (knot): Update to 3.4.0. [source](patches) Add a patch. * gnu/packages/patches/knot-remove-runtime-deps.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it here. Change-Id: Ib1cea508a982a6172f9edb25bc96add6cee5eae4 --- Hi, This patch updates Knot to 3.4.0, and also includes a patch imported from nixpkgs[0] which removes references, which would otherwise result in "cycle detected in the references" error. References: [0] https://github.com/NixOS/nixpkgs/pull/338995 Thanks! gnu/local.mk | 1 + gnu/packages/dns.scm | 7 +++++-- .../patches/knot-remove-runtime-deps.patch | 17 +++++++++++++++++ 3 files changed, 23 insertions(+), 2 deletions(-) create mode 100644 gnu/packages/patches/knot-remove-runtime-deps.patch diff --git a/gnu/local.mk b/gnu/local.mk index 795ff822a4..8e85eb2024 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1610,6 +1610,7 @@ dist_patch_DATA = \ %D%/packages/patches/lightdm-vnc-color-depth.patch \ %D%/packages/patches/lightdm-vncserver-check.patch \ %D%/packages/patches/localed-xorg-keyboard.patch \ + %D%/packages/patches/knot-remove-runtime-deps.patch \ %D%/packages/patches/kcontacts-incorrect-country-name.patch \ %D%/packages/patches/kde-cli-tools-delay-mime-db.patch \ %D%/packages/patches/kdiagram-Fix-missing-link-libraries.patch \ diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm index b2eda558df..8190848704 100644 --- a/gnu/packages/dns.scm +++ b/gnu/packages/dns.scm @@ -22,6 +22,7 @@ ;;; Copyright © 2023 Bruno Victal ;;; Copyright © 2023 Hilton Chain ;;; Copyright © 2024 John Kehayias +;;; Copyright © 2024 Ashish SHUKLA ;;; ;;; This file is part of GNU Guix. ;;; @@ -844,7 +845,7 @@ (define-public yadifa (define-public knot (package (name "knot") - (version "3.3.8") + (version "3.4.0") (source (origin (method git-fetch) @@ -853,7 +854,9 @@ (define-public knot (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0iaardlmvcp6f0vccs81f202bb53y7fkcw5n12ahgqymqzhafpmq")) + (base32 "1xngrfyiv5yg8ra8aw7cbdm2mqxkry9y049byh5ka6fj4nd3wnf4")) + (patches + (search-patches "knot-remove-runtime-deps.patch")) (modules '((guix build utils))) (snippet '(begin diff --git a/gnu/packages/patches/knot-remove-runtime-deps.patch b/gnu/packages/patches/knot-remove-runtime-deps.patch new file mode 100644 index 0000000000..b83b7997ae --- /dev/null +++ b/gnu/packages/patches/knot-remove-runtime-deps.patch @@ -0,0 +1,17 @@ +Following patch is imported from nixpkgs: + +source: https://github.com/NixOS/nixpkgs/pull/338995 + +Remove unnecessary runtime dependencies. + +`knotc status configure` shows summary from the configure script, +but that contains also references like include paths. +Filter these at least in a crude way (whole lines). +--- a/configure.ac ++++ b/configure.ac +@@ -788,5 +788,5 @@ result_msg_base=" +-result_msg_esc=$(echo -n " Configure:$filtered_config_params\n$result_msg_base" | sed '$!s/$/\\n/' | tr -d '\n') ++result_msg_esc=$(echo -n " Configure:$filtered_config_params\n$result_msg_base" | grep -Fv "$NIX_STORE" | sed '$!s/$/\\n/' | tr -d '\n') + + AC_DEFINE_UNQUOTED([CONFIGURE_SUMMARY],["$result_msg_esc"],[Configure summary]) + base-commit: 3ac69c1a757430d6dfdd37eb948ba1d6967967cc -- 2.46.0 From debbugs-submit-bounces@debbugs.gnu.org Wed Sep 25 05:17:49 2024 Received: (at 73461) by debbugs.gnu.org; 25 Sep 2024 09:17:49 +0000 Received: from localhost ([127.0.0.1]:49665 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1stO9c-0000uj-OC for submit@debbugs.gnu.org; Wed, 25 Sep 2024 05:17:49 -0400 Received: from anamika.lostca.se ([65.21.75.227]:58738) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1stO9Z-0000uD-2g for 73461@debbugs.gnu.org; Wed, 25 Sep 2024 05:17:46 -0400 Received: from chateau-guix.home.inet6.fi (5.red-81-35-35.dynamicip.rima-tde.net [81.35.35.5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: abbe) by anamika.lostca.se (Postfix) with ESMTPSA id 1402C2D87A; Wed, 25 Sep 2024 09:10:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lostca.se; s=anamika; t=1727255405; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=9LW3LVZMRkbuh/9ew2sbZCJhNmsfJSoCiBmzuKTXXwU=; b=kqYF5lD4HX/hg2Vq7RoHgVjFni525zx4ds3QEQQvtNBainoeIhNKbcibKLVjlc9IuWIPlV LatESU+IqzdZysdMsH/89mD36wH0ae5UtRlf0PiA8XM5rMzyu1T+4mDohmb2fjvvCG0ebr vPAtYz8txjTXQ709oB7HOU/gZLU/bMY= From: ashish.is@lostca.se To: 73461@debbugs.gnu.org Subject: [PATCH v2] gnu: knot: Update to 3.4.0 Date: Wed, 25 Sep 2024 11:08:57 +0200 Message-ID: X-Mailer: git-send-email 2.46.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 73461 Cc: Ashish SHUKLA 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 (-) From: Ashish SHUKLA * gnu/packages/dns.scm (knot): Update to 3.4.0. [source](patches) Add a patch. * gnu/packages/patches/knot-remove-runtime-deps.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it here. Change-Id: Ib1cea508a982a6172f9edb25bc96add6cee5eae4 --- Changes in this revision: - sort the dist_patch_DATA list in gnu/local.mk. Thanks! gnu/local.mk | 1 + gnu/packages/dns.scm | 7 +++++-- .../patches/knot-remove-runtime-deps.patch | 17 +++++++++++++++++ 3 files changed, 23 insertions(+), 2 deletions(-) create mode 100644 gnu/packages/patches/knot-remove-runtime-deps.patch diff --git a/gnu/local.mk b/gnu/local.mk index 795ff822a4..af210c1a16 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1624,6 +1624,7 @@ dist_patch_DATA = \ %D%/packages/patches/kiwix-desktop-newer-libkiwix.patch \ %D%/packages/patches/kmod-module-directory.patch \ %D%/packages/patches/kmscon-runtime-keymap-switch.patch \ + %D%/packages/patches/knot-remove-runtime-deps.patch \ %D%/packages/patches/kobodeluxe-paths.patch \ %D%/packages/patches/kobodeluxe-enemies-pipe-decl.patch \ %D%/packages/patches/kobodeluxe-const-charp-conversion.patch \ diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm index b2eda558df..8190848704 100644 --- a/gnu/packages/dns.scm +++ b/gnu/packages/dns.scm @@ -22,6 +22,7 @@ ;;; Copyright © 2023 Bruno Victal ;;; Copyright © 2023 Hilton Chain ;;; Copyright © 2024 John Kehayias +;;; Copyright © 2024 Ashish SHUKLA ;;; ;;; This file is part of GNU Guix. ;;; @@ -844,7 +845,7 @@ (define-public yadifa (define-public knot (package (name "knot") - (version "3.3.8") + (version "3.4.0") (source (origin (method git-fetch) @@ -853,7 +854,9 @@ (define-public knot (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0iaardlmvcp6f0vccs81f202bb53y7fkcw5n12ahgqymqzhafpmq")) + (base32 "1xngrfyiv5yg8ra8aw7cbdm2mqxkry9y049byh5ka6fj4nd3wnf4")) + (patches + (search-patches "knot-remove-runtime-deps.patch")) (modules '((guix build utils))) (snippet '(begin diff --git a/gnu/packages/patches/knot-remove-runtime-deps.patch b/gnu/packages/patches/knot-remove-runtime-deps.patch new file mode 100644 index 0000000000..b83b7997ae --- /dev/null +++ b/gnu/packages/patches/knot-remove-runtime-deps.patch @@ -0,0 +1,17 @@ +Following patch is imported from nixpkgs: + +source: https://github.com/NixOS/nixpkgs/pull/338995 + +Remove unnecessary runtime dependencies. + +`knotc status configure` shows summary from the configure script, +but that contains also references like include paths. +Filter these at least in a crude way (whole lines). +--- a/configure.ac ++++ b/configure.ac +@@ -788,5 +788,5 @@ result_msg_base=" +-result_msg_esc=$(echo -n " Configure:$filtered_config_params\n$result_msg_base" | sed '$!s/$/\\n/' | tr -d '\n') ++result_msg_esc=$(echo -n " Configure:$filtered_config_params\n$result_msg_base" | grep -Fv "$NIX_STORE" | sed '$!s/$/\\n/' | tr -d '\n') + + AC_DEFINE_UNQUOTED([CONFIGURE_SUMMARY],["$result_msg_esc"],[Configure summary]) + base-commit: 3ac69c1a757430d6dfdd37eb948ba1d6967967cc -- 2.46.1 From debbugs-submit-bounces@debbugs.gnu.org Sun Oct 20 05:16:48 2024 Received: (at 73461) by debbugs.gnu.org; 20 Oct 2024 09:16:48 +0000 Received: from localhost ([127.0.0.1]:45814 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1t2S3L-0004MF-R5 for submit@debbugs.gnu.org; Sun, 20 Oct 2024 05:16:48 -0400 Received: from anamika.lostca.se ([65.21.75.227]:36642) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1t2S3I-0004Lx-UI for 73461@debbugs.gnu.org; Sun, 20 Oct 2024 05:16:46 -0400 Received: from localhost.localdomain (unknown [IPv6:2a02:9140:3880:9e00:18a0:9f1a:a8e0:d72c]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: abbe) by anamika.lostca.se (Postfix) with ESMTPSA id C251E33BFE; Sun, 20 Oct 2024 09:16:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lostca.se; s=anamika; t=1729415771; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=4h7w5lTXEMSnQDeemmkuajmglrlGCtKC+rk7FFO//qQ=; b=D4Ksjg1xTabFtm9YnY6LDKQYWwSMShCJ2l5iDYFu8a0ozJhi9gjXFhGE3me4cgqKFgGXcR vgRe+ajIwhlJhBOAy5PGPDtk8Z7tQuyKmfeNojKYBzyx1t6+K9VVSN8OGkm9dr9k7y9qxP SIJzue/fyKDtiVaIBspkx5CfPzc7xXM= From: Ashish SHUKLA To: 73461@debbugs.gnu.org Subject: [PATCH v3] gnu: knot: Update to 3.4.1. Date: Sun, 20 Oct 2024 11:15:26 +0200 Message-ID: <7785e56d220a5ae16e6b20496484846ffdb54367.1729415726.git.ashish.is@lostca.se> X-Mailer: git-send-email 2.47.0 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 73461 Cc: Ashish SHUKLA 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 (-) * gnu/packages/dns.scm (knot): Update to 3.4.1. [source](patches) Add a patch. * gnu/packages/patches/knot-remove-runtime-deps.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it here. Change-Id: I2fcb61a161631954137eaf058bc7c6095fceef47 --- gnu/local.mk | 1 + gnu/packages/dns.scm | 6 ++++-- .../patches/knot-remove-runtime-deps.patch | 19 +++++++++++++++++++ 3 files changed, 24 insertions(+), 2 deletions(-) create mode 100644 gnu/packages/patches/knot-remove-runtime-deps.patch diff --git a/gnu/local.mk b/gnu/local.mk index 89a795bfbd..3cec17b52b 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1633,6 +1633,7 @@ dist_patch_DATA = \ %D%/packages/patches/kiwix-desktop-newer-libkiwix.patch \ %D%/packages/patches/kmod-module-directory.patch \ %D%/packages/patches/kmscon-runtime-keymap-switch.patch \ + %D%/packages/patches/knot-remove-runtime-deps.patch \ %D%/packages/patches/kobodeluxe-paths.patch \ %D%/packages/patches/kobodeluxe-enemies-pipe-decl.patch \ %D%/packages/patches/kobodeluxe-const-charp-conversion.patch \ diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm index 1e9d1bc904..7f902965d8 100644 --- a/gnu/packages/dns.scm +++ b/gnu/packages/dns.scm @@ -845,7 +845,7 @@ (define-public yadifa (define-public knot (package (name "knot") - (version "3.3.8") + (version "3.4.1") (source (origin (method git-fetch) @@ -854,7 +854,9 @@ (define-public knot (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0iaardlmvcp6f0vccs81f202bb53y7fkcw5n12ahgqymqzhafpmq")) + (base32 "0iqzqfjk60lxzbjgkjsf1l8vqnv6rgz1z0p1zyhdqnp037123d4j")) + (patches + (search-patches "knot-remove-runtime-deps.patch")) (modules '((guix build utils))) (snippet '(begin diff --git a/gnu/packages/patches/knot-remove-runtime-deps.patch b/gnu/packages/patches/knot-remove-runtime-deps.patch new file mode 100644 index 0000000000..8c5cf21d46 --- /dev/null +++ b/gnu/packages/patches/knot-remove-runtime-deps.patch @@ -0,0 +1,19 @@ +Following patch is imported from nixpkgs: + +source: https://github.com/NixOS/nixpkgs/pull/338995 + +Remove unnecessary runtime dependencies. + +`knotc status configure` shows summary from the configure script, +but that contains also references like include paths. +Filter these at least in a crude way (whole lines). +--- a/configure.ac ++++ b/configure.ac +@@ -788,5 +788,5 @@ result_msg_base=" +-result_msg_esc=$(echo -n " Configure:$filtered_config_params\n$result_msg_base" | sed '$!s/$/\\n/' | tr -d '\n') ++result_msg_esc=$(echo -n " Configure:$filtered_config_params\n$result_msg_base" | grep -Fv "$NIX_STORE" | sed '$!s/$/\\n/' | tr -d '\n') + + AC_DEFINE_UNQUOTED([CONFIGURE_SUMMARY],["$result_msg_esc"],[Configure summary]) + + + base-commit: 551a2b293ee34855f9395b9032e5a8837a64e08e -- 2.47.0 From debbugs-submit-bounces@debbugs.gnu.org Sun Oct 20 05:17:37 2024 Received: (at control) by debbugs.gnu.org; 20 Oct 2024 09:17:37 +0000 Received: from localhost ([127.0.0.1]:45822 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1t2S49-0004OM-9h for submit@debbugs.gnu.org; Sun, 20 Oct 2024 05:17:37 -0400 Received: from anamika.lostca.se ([65.21.75.227]:59604) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1t2S47-0004O5-6B for control@debbugs.gnu.org; Sun, 20 Oct 2024 05:17:35 -0400 Received: from localhost (unknown [IPv6:2a02:9140:3880:9e00:18a0:9f1a:a8e0:d72c]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: abbe) by anamika.lostca.se (Postfix) with ESMTPSA id AA14A341A2 for ; Sun, 20 Oct 2024 09:17:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lostca.se; s=anamika; t=1729415824; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=32dHYmx63xuyA+GyPnm8T+/U5F4mW8nTbZbw2q6o91E=; b=YdwRzrjLZDDAJNZQcRhbxVV8gpsOpOyUWKyvgXwyuBK+aFSAT/K6nuBIDgTjtQhA1Anec6 M/sSQml7CANUY4LUCF486I91yeKQzCC5l4RlN476zfl/e2BiJ4PmTP2v/CclKjJJ26uzo+ x7/l6k0aplG013qkmPu4euxWSTeKQxk= Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8; format=Flowed Date: Sun, 20 Oct 2024 09:16:47 +0000 Message-Id: From: "Ashish SHUKLA" To: Subject: retitle bug X-Mailer: aerc 0.18.2 X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: control 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 (-) retitle 73461 [PATCH v3] gnu: knot: Update to 3.4.1. quit From debbugs-submit-bounces@debbugs.gnu.org Fri Oct 25 06:32:34 2024 Received: (at 73461-done) by debbugs.gnu.org; 25 Oct 2024 10:32:34 +0000 Received: from localhost ([127.0.0.1]:37453 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1t4HcQ-0004Rc-5F for submit@debbugs.gnu.org; Fri, 25 Oct 2024 06:32:34 -0400 Received: from eggs.gnu.org ([209.51.188.92]:40914) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1t4HcN-0004RK-Nh for 73461-done@debbugs.gnu.org; Fri, 25 Oct 2024 06:32:32 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1t4Hbm-0001mx-2B; Fri, 25 Oct 2024 06:31:54 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=D8s7qARJABgDLgZ1uLQbbE9LlGkfUmSvHgGhlihnwSQ=; b=LLFfqTf9N6MvYD5hhNR/ x+kHGkygSvAVLI8t7jpTdFL8ta3aX7bxfeErHApPYqRg7JSmW8+KYi3eUgqJmNez590MmSzCILceU Hq7laRa38d5NnOlXfg+wgyXwTFNKCqch4qOV+0KFS5kzeADN8iKIsL9l0bdO2N5zmKwWDYhAwZ8sw b5wMUrmlO9vK8p3u7U5WCCD+qT8avCqq3X861BAnY2364Rq6/ko3c09YRlvay1+CXVbhKktKgWpJR yJwAk/iesjd7RBalpH1M9BQ1fl+5UNQduKKflPVS2PZMpSTHJyFB0LS6G6CgQNhNtGv0W3tQtnTpd K00QL9LDdOlALg==; From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Ashish SHUKLA Subject: Re: bug#73461: [PATCH v3] gnu: knot: Update to 3.4.1. In-Reply-To: <7785e56d220a5ae16e6b20496484846ffdb54367.1729415726.git.ashish.is@lostca.se> (Ashish SHUKLA's message of "Sun, 20 Oct 2024 11:15:26 +0200") References: <7785e56d220a5ae16e6b20496484846ffdb54367.1729415726.git.ashish.is@lostca.se> Date: Fri, 25 Oct 2024 12:31:51 +0200 Message-ID: <875xpg323s.fsf_-_@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 73461-done Cc: 73461-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: -3.3 (---) Ashish SHUKLA skribis: > * gnu/packages/dns.scm (knot): Update to 3.4.1. > [source](patches) Add a patch. > * gnu/packages/patches/knot-remove-runtime-deps.patch: New file. > * gnu/local.mk (dist_patch_DATA): Register it here. > > Change-Id: I2fcb61a161631954137eaf058bc7c6095fceef47 Applied, thanks! From unknown Sun Aug 17 01:42:11 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 22 Nov 2024 12:24:12 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator