From patchwork Wed Jun 30 17:47:07 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 4478 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4GFTLm4D51z3x7M for ; Wed, 30 Jun 2021 17:47:12 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4GFTLm09pLz1Yb; Wed, 30 Jun 2021 17:47:12 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4GFTLl6WJZz2yNd; Wed, 30 Jun 2021 17:47:11 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4GFTLk3kk7z2xSB for ; Wed, 30 Jun 2021 17:47:10 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4GFTLk1H69z1Yb; Wed, 30 Jun 2021 17:47:10 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1625075230; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=3oWCQDZxFDl8AqddnK5QpxgADG3lpAR0KmKJVKSN6s8=; b=J+GLZCJ+P9o3rSOnVrSx4QQESRxzDssh3ItTp2MOz15xTeR94of8tvtPowM7SW0+emkDL2 PlFOP/rtdDrhcrDA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1625075230; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=3oWCQDZxFDl8AqddnK5QpxgADG3lpAR0KmKJVKSN6s8=; b=C7cvzr9vnzKRQiZQ0cLa00bZuRLag0G9ja1O08kISBeqMouYPsC2S9H3gfjRQLe1MM/vBb S1ebGRNb/zLziSY2RWbFfJfMfCCpHK5MEVc+iaGyS6BCi/E8oRnN1vqQoeG46dHeuv0mhd RpBKkDqjgFFiA5OuWfts4Qz7p0OYh8i+x+5VmT+duklWpoZw5bVA/BQLGVehGD6iMl9utw bpfI3IcxPc2DBnjKzGUSu5q/N+Wli8OeaD2mMETq9TrZdCHRfog3XaU7LMF4t/15+C10Pd 7pLnTeR0Hj7DBgo6xvbywWkYuRk82XDHQsxO94JyIdrbo2n+4KroX5DmSi+SIg== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] iperf3: Update to version 3.10.1 Date: Wed, 30 Jun 2021 19:47:07 +0200 Message-Id: <20210630174707.5239-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" - 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 --- lfs/iperf3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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))