GNU bug report logs - #54110
[PATCH] gnu: iperf: Update to 3.11.

Previous Next

Package: guix-patches;

Reported by: Greg Hogan <code <at> greghogan.com>

Date: Tue, 22 Feb 2022 16:32:02 UTC

Severity: normal

Tags: patch

Done: Efraim Flashner <efraim <at> flashner.co.il>

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: Greg Hogan <code <at> greghogan.com>
Subject: bug#54110: closed (Re: [bug#54110] [PATCH] gnu: iperf: Update to
 3.11.)
Date: Wed, 23 Feb 2022 10:57:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#54110: [PATCH] gnu: iperf: Update to 3.11.

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 54110 <at> debbugs.gnu.org.

-- 
54110: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=54110
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Efraim Flashner <efraim <at> flashner.co.il>
To: Greg Hogan <code <at> greghogan.com>
Cc: 54110-done <at> debbugs.gnu.org
Subject: Re: [bug#54110] [PATCH] gnu: iperf: Update to 3.11.
Date: Wed, 23 Feb 2022 12:55:51 +0200
[Message part 3 (text/plain, inline)]
Thanks. Patch pushed!

-- 
Efraim Flashner   <efraim <at> flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Greg Hogan <code <at> greghogan.com>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: iperf: Update to 3.11.
Date: Tue, 22 Feb 2022 11:30:57 -0500
[Message part 6 (text/plain, inline)]
No dependents other than itself: iperf <at> 3.11

Patch inline and attached.


From c619d76976614cc2e0bb1e5ab6ad7cffa8d77dd8 Mon Sep 17 00:00:00 2001
From: Greg Hogan <code <at> greghogan.com>
Date: Thu, 17 Feb 2022 14:29:58 +0000
Subject: [PATCH] gnu: iperf: Update to 3.11.

* gnu/packages/networking.scm (iperf): Update to 3.11.
---
 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 0eb194f957..14f43c6eaa 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -2421,7 +2421,7 @@ (define-public sslh
 (define-public iperf
   (package
     (name "iperf")
-    (version "3.10.1")
+    (version "3.11")
     (source
      (origin
        (method git-fetch)
@@ -2430,7 +2430,7 @@ (define-public iperf
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0svkrmxki6ckn2a8xysh5x0bw68mqnvl3w64j6d45fxs97dca2vq"))))
+        (base32 "064sb8f9jxi5ii43swd73c0mm50lvk51v7awhgbj6p129c1a4nn5"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags
-- 
2.34.0
[Message part 7 (text/html, inline)]
[0001-gnu-iperf-Update-to-3.11.patch (text/x-patch, attachment)]

This bug report was last modified 3 years and 148 days ago.

Previous Next


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