Maxim Cournoyer <maxim.cournoyer@HIDDEN>
to control <at> debbugs.gnu.org
.
Full text available.Received: (at submit) by debbugs.gnu.org; 21 Feb 2025 13:10:49 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Fri Feb 21 08:10:48 2025 Received: from localhost ([127.0.0.1]:56741 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1tlSnk-00069A-GG for submit <at> debbugs.gnu.org; Fri, 21 Feb 2025 08:10:48 -0500 Received: from lists.gnu.org ([2001:470:142::17]:37538) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from <ashish.is@HIDDEN>) id 1tlSng-00064D-Fd for submit <at> debbugs.gnu.org; Fri, 21 Feb 2025 08:10:42 -0500 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 <ashish.is@HIDDEN>) id 1tlSnT-00066c-On for guix-patches@HIDDEN; Fri, 21 Feb 2025 08:10:27 -0500 Received: from anamika.lostca.se ([2a01:4f9:3b:505c::2]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from <ashish.is@HIDDEN>) id 1tlSnQ-00059k-W1 for guix-patches@HIDDEN; Fri, 21 Feb 2025 08:10:26 -0500 Received: from localhost.localdomain (unknown [IPv6:2a02:9140:3880:f200:eae0:80e:e133:f334]) (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 62C33B5B6; Fri, 21 Feb 2025 13:10:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lostca.se; s=anamika; t=1740143417; 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=i1aNDWRMVD5t0GZ4oXAJkFEjIa9PPHguw4zJ+RoPcNM=; b=SXoMOjEBMMno/YCDGdTtXyC8xwapQpGK3n5AcHE3YKa6VR+UYPDWefTW036V60tnwDRK3Z w04qjg/0V9chQ8//cxezF0fwLdqXUOo6pdR9NkckaTGHEVQsrnm1iJKBWK3vfs2zxaJyvc j0+5camA0+KxFNWO0ZsIWyyxvjo6+cw= From: ashish.is@HIDDEN To: guix-patches@HIDDEN Subject: [PATCH] gnu: inetutils: Update to 2.6. Date: Fri, 21 Feb 2025 14:10:08 +0100 Message-ID: <aafdb2bcc90ec7c20446783515ea370cc52cffca.1740143408.git.ashish.is@HIDDEN> X-Mailer: git-send-email 2.48.1 MIME-Version: 1.0 X-Debbugs-Cc: Sharlatan Hellseher <sharlatanus@HIDDEN> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2a01:4f9:3b:505c::2; envelope-from=ashish.is@HIDDEN; 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, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-Debbugs-Envelope-To: submit Cc: Ashish SHUKLA <ashish.is@HIDDEN> X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -0.1 (/) From: Ashish SHUKLA <ashish.is@HIDDEN> * gnu/packages/admin.scm (inetutils): Update to 2.6. Change-Id: I4959fc1ceac7abe979ed17d68f60f6ea63fd2e49 --- gnu/packages/admin.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index d5e50faa15..e545e57d19 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -72,7 +72,7 @@ ;;; Copyright © 2024 nathan <nathan_mail@HIDDEN> ;;; Copyright © 2024 Nikita Domnitskii <nikita@HIDDEN> ;;; Copyright © 2024 Roman Scherer <roman@HIDDEN> -;;; Copyright © 2024 Ashish SHUKLA <ashish.is@HIDDEN> +;;; Copyright © 2024, 2025 Ashish SHUKLA <ashish.is@HIDDEN> ;;; Copyright © 2024 Ashvith Shetty <ashvithshetty10@HIDDEN> ;;; Copyright © 2025 Dariqq <dariqq@HIDDEN> ;;; Copyright © 2024 nik gaffney <nik@HIDDEN> @@ -1139,14 +1139,14 @@ (define-public pies (define-public inetutils (package (name "inetutils") - (version "2.5") + (version "2.6") (source (origin (method url-fetch) (uri (string-append "mirror://gnu/inetutils/inetutils-" version ".tar.gz")) (sha256 (base32 - "0q1257ci22g2jbdiqs00mharc1lqkbibdlkhj23f3si6qjxkn17s")))) + "19sxcckl29gp496pgww2hgyd2z7kj4r8l5gzhprgfvb41mp2banc")))) (build-system gnu-build-system) (arguments (list base-commit: a036a455da1c91282ac2c6a7ca9757ee2e8ba107 -- 2.48.1
ashish.is@HIDDEN
:sharlatanus@HIDDEN, guix-patches@HIDDEN
.
Full text available.sharlatanus@HIDDEN, guix-patches@HIDDEN
:bug#76469
; Package guix-patches
.
Full text available.
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997 nCipher Corporation Ltd,
1994-97 Ian Jackson.