iperf3: Update to version 3.10.1

Message ID 20210630174707.5239-1-adolf.belka@ipfire.org
State Accepted
Commit b89454b52a0f29cb4336c1e57f6a856cfa16fb3c
Headers
Series iperf3: Update to version 3.10.1 |

Commit Message

Adolf Belka June 30, 2021, 5:47 p.m. UTC
  - Update from 3.9 to 3.10.1
- Update of rootfile not required
- Changelog
   iperf-3.10.1 2021-06-03
     * Notable user-visible changes
       * Fixed a problem with autoconf scripts that made builds fail in
         some environments (#1154 / #1155).
     * Developer-visible changes
       * GNU autoconf 2.71 or newer is now required to regenerate iperf3's
         configure scripts.
   iperf 3.10 2021-05-26
     * Notable user-visible changes
       * Fix a bug where some --reverse tests didn't terminate (#982 /
         #1054).
       * Responsiveness of control connections is slightly improved (#1045
         / #1046 / #1063).
       * The allowable clock skew when doing authentication between client
         and server is now configurable with the new --time-skew-threshold
         (#1065 / #1070).
       * Bitrate throttling using the -b option now works when a burst size
         is specified (#1090).
       * A bug with calculating CPU utilization has been fixed (#1076 /
         #1077).
       * A --bind-dev option to support binding sockets to a given network
         interface has been added to make iperf3 work better with
         multi-homed machines and/or VRFs (#817 / #1089 / #1097).
       * --pidfile now works with --client mode (#1110).
       * The server is now less likely to get stuck due to network errors
         (#1101, #1125), controlled by the new --rcv-timeout option.
       * Fixed a few bugs in termination conditions for byte or
         block-limited tests (#1113, #1114, #1115).
       * Added tcp_info.snd_wnd to JSON output (#1148).
       * Some bugs with garbled JSON output have been fixed (#1086, #1118,
         #1143 / #1146).
       * Support for setting the IPv4 don't-fragment (DF) bit has been
         added with the new --dont-fragment option (#1119).
       * A failure with not being able to read the congestion control
         algorithm under WSL1 has been fixed (#1061 / #1126).
       * Error handling and error messages now make more sense in cases
         where sockets were not successfully opened (#1129 / #1132 /
         #1136, #1135 / #1138, #1128 / #1139).
       * Some buffer overflow hazards were fixed (#1134).
     * Notable developer-visible changes
       * It is now possible to use the API to set/get the congestion
         control algorithm (#1036 / #1112).

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
 lfs/iperf3 | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
  

Patch

diff --git a/lfs/iperf3 b/lfs/iperf3
index e40feaed8..ba3b1b942 100644
--- a/lfs/iperf3
+++ b/lfs/iperf3
@@ -24,7 +24,7 @@ 
 
 include Config
 
-VER        = 3.9
+VER        = 3.10.1
 
 THISAPP    = iperf-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -32,7 +32,7 @@  DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = iperf3
-PAK_VER    = 3
+PAK_VER    = 4
 
 DEPS       =
 
@@ -44,7 +44,7 @@  objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 510fdb0943e88da5e0063f4599fa14f3
+$(DL_FILE)_MD5 = 9c981555af2eb9479135c5247c30d2ca
 
 install : $(TARGET)
 check : $(patsubst %,$(DIR_CHK)/%,$(objects))