GNU bug report logs - #61791
[PATCH] gnu: ethtool: Update to 6.2.

Previous Next

Package: guix-patches;

Reported by: Bruno Victal <mirai <at> makinata.eu>

Date: Sat, 25 Feb 2023 19:48:02 UTC

Severity: normal

Tags: patch

Done: Tobias Geerinckx-Rice <me <at> tobias.gr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Bruno Victal <mirai <at> makinata.eu>
Subject: bug#61791: closed (Re: [bug#61791] [PATCH] gnu: ethtool: Update
 to 6.2.)
Date: Sat, 25 Feb 2023 20:09:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#61791: [PATCH] gnu: ethtool: Update to 6.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 61791 <at> debbugs.gnu.org.

-- 
61791: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=61791
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Tobias Geerinckx-Rice <me <at> tobias.gr>
To: Bruno Victal <mirai <at> makinata.eu>
Cc: 61791-done <at> debbugs.gnu.org
Subject: Re: [bug#61791] [PATCH] gnu: ethtool: Update to 6.2.
Date: Sat, 25 Feb 2023 21:08:04 +0100
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.

[Message part 3 (message/rfc822, inline)]
From: Bruno Victal <mirai <at> makinata.eu>
To: guix-patches <at> gnu.org
Cc: Bruno Victal <mirai <at> makinata.eu>
Subject: [PATCH] gnu: ethtool: Update to 6.2.
Date: Sat, 25 Feb 2023 19:47:26 +0000
* 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




This bug report was last modified 2 years and 147 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.