GNU bug report logs -
#54110
[PATCH] gnu: iperf: Update to 3.11.
Previous Next
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
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (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 2 (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.