From unknown Fri Sep 05 09:31:34 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#61791 <61791@debbugs.gnu.org> To: bug#61791 <61791@debbugs.gnu.org> Subject: Status: [PATCH] gnu: ethtool: Update to 6.2. Reply-To: bug#61791 <61791@debbugs.gnu.org> Date: Fri, 05 Sep 2025 16:31:34 +0000 retitle 61791 [PATCH] gnu: ethtool: Update to 6.2. reassign 61791 guix-patches submitter 61791 Bruno Victal severity 61791 normal tag 61791 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Sat Feb 25 14:47:35 2023 Received: (at submit) by debbugs.gnu.org; 25 Feb 2023 19:47:35 +0000 Received: from localhost ([127.0.0.1]:41573 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pW0W7-0003BI-8A for submit@debbugs.gnu.org; Sat, 25 Feb 2023 14:47:35 -0500 Received: from lists.gnu.org ([209.51.188.17]:46398) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pW0W5-0003BA-Ll for submit@debbugs.gnu.org; Sat, 25 Feb 2023 14:47:34 -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 ) id 1pW0W5-0005xw-9X for guix-patches@gnu.org; Sat, 25 Feb 2023 14:47:33 -0500 Received: from smtpmciv6.myservices.hosting ([185.26.106.201]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pW0W3-0003ac-Ky for guix-patches@gnu.org; Sat, 25 Feb 2023 14:47:33 -0500 Received: from mail1.netim.hosting (unknown [185.26.106.173]) by smtpmciv6.myservices.hosting (Postfix) with ESMTP id 66E6E20DF6 for ; Sat, 25 Feb 2023 20:47:29 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by mail1.netim.hosting (Postfix) with ESMTP id 1C55E8009B; Sat, 25 Feb 2023 20:47:29 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mail1.netim.hosting Received: from mail1.netim.hosting ([127.0.0.1]) by localhost (mail1-2.netim.hosting [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id nMYgeAOyFQ5a; Sat, 25 Feb 2023 20:47:28 +0100 (CET) Received: from guix-nuc.home.arpa (bl9-119-177.dsl.telepac.pt [85.242.119.177]) (Authenticated sender: lumen@makinata.eu) by mail1.netim.hosting (Postfix) with ESMTPSA id 9E6EB8009A; Sat, 25 Feb 2023 20:47:28 +0100 (CET) From: Bruno Victal To: guix-patches@gnu.org Subject: [PATCH] gnu: ethtool: Update to 6.2. Date: Sat, 25 Feb 2023 19:47:26 +0000 Message-Id: <0a56e532bc5cb67dd2e2d26c6f5e3aec7159aa1a.1677354419.git.mirai@makinata.eu> X-Mailer: git-send-email 2.39.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=185.26.106.201; envelope-from=mirai@makinata.eu; helo=smtpmciv6.myservices.hosting X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, 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 Cc: Bruno Victal 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/networking.scm (ethtool): Update to 6.2. --- gnu/packages/networking.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index b5e8afc728..b6cbd8e80a 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -1517,14 +1517,14 @@ (define-public libndp (define-public ethtool (package (name "ethtool") - (version "5.15") + (version "6.2") (source (origin (method url-fetch) (uri (string-append "mirror://kernel.org/software/network/" "ethtool/ethtool-" version ".tar.xz")) (sha256 (base32 - "0v8i592vwjypf111w0lfvaxdwhzybp6w600g28m9rm490c8xcvv8")))) + "1qbhwp8d4nh0cnxd3hg0kr8lm5ikbkl07gvjpzv76kad0qa03pw6")))) (build-system gnu-build-system) (native-inputs (list pkg-config)) base-commit: 7b40cb7c6e310652c118f339422e3ab9f87d67eb -- 2.39.1 From debbugs-submit-bounces@debbugs.gnu.org Sat Feb 25 15:08:09 2023 Received: (at 61791-done) by debbugs.gnu.org; 25 Feb 2023 20:08:09 +0000 Received: from localhost ([127.0.0.1]:41611 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pW0q0-0003nD-Ub for submit@debbugs.gnu.org; Sat, 25 Feb 2023 15:08:09 -0500 Received: from tobias.gr ([80.241.217.52]:50370) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pW0pz-0003n5-Uq for 61791-done@debbugs.gnu.org; Sat, 25 Feb 2023 15:08:08 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; s=2018; bh=pccmwDm9Zu5Zc 3tRMDq6bAjlLZskZN1i/eVfeDPGNkI=; h=references:in-reply-to:subject:cc: to:from:date; d=tobias.gr; b=QoBsABNv6SR5/VMMDTS6Uh42QIk2TolBS83ImGXuM /7JgosLtfOC4bQ6cMQqQZnGIFjGZsPjAv7ynMT87v+okgx9nNXlAiCbgooWsMhaglUsSR/ VzSNCB7RI8Wztqdj0ljZc6nxFM3DTjt7gVpxILrW7gB39otux+MuV/bNzMs3lDDMhEyDuq OwfpPNTkbBMdTdaQ5SgoAva+Bxwz0vh/XWl2U3xKxQEOt0uzUQcIu2l6m4PJjevpxuaLro YjAVuCwP0hx2774UzpQn85cYFeYmb7qTWPRbaYpo7VjxuuzaWGZKTrqG46j2+y6JjIz35k jIIfQM7LH8H++52v2lmRg== Received: by submission.tobias.gr (OpenSMTPD) with ESMTP id 086a06ca; Sat, 25 Feb 2023 20:08:04 +0000 (UTC) MIME-Version: 1.0 Date: Sat, 25 Feb 2023 21:08:04 +0100 From: Tobias Geerinckx-Rice To: Bruno Victal Subject: Re: [bug#61791] [PATCH] gnu: ethtool: Update to 6.2. In-Reply-To: <0a56e532bc5cb67dd2e2d26c6f5e3aec7159aa1a.1677354419.git.mirai@makinata.eu> References: <0a56e532bc5cb67dd2e2d26c6f5e3aec7159aa1a.1677354419.git.mirai@makinata.eu> Message-ID: Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 61791-done Cc: 61791-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 (-) Bruno, On 2023-02-25 20:47, Bruno Victal wrote: > * gnu/packages/networking.scm (ethtool): Update to 6.2. Thanks! Pushed as 9a2cf9ef0a9ece9aa0dcb24a31fe0c313d06988f. Kind regards, T G-R Sent from a Web browser. Excuse or enjoy my brevity. From unknown Fri Sep 05 09:31:34 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 26 Mar 2023 11:24:10 +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