From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: Re: [PATCH] iperf: Update to version 2.1.8 Date: Thu, 05 Jan 2023 10:45:36 +0000 Message-ID: <2733c5d0-13bd-b97c-3365-817fba27489e@ipfire.org> In-Reply-To: <20230104115000.5480-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4677035743459417773==" List-Id: --===============4677035743459417773== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Peter M=C3=BCller > - Update from version 2.1.7 to 2.1.8 > - Update of rootfile not required > - Changelog > 2.1.8 (as of August 5th, 2022) > o Add support for --bounceback to perform a repsonsiveness test= (see man page for other options) > o add support for working loads with --bounceback > o Fix to wait_tick with Mac OS X > o Various python pyflows commits > o add support for client side tcp-write-time histograms and mea= n/min/max > o add support for human readable dscp or -T values (see man pag= e) > o udp_accept no longer accepts packets from a previous run as a= new connection, this can occur with long network delays > o multiple isoch bug fixes for both UDP and TCP > o isoch server provides mean/min/max/stdev for both frames and = packets > o UDP max MTU discovery, requires configure.ac will support --e= nable-discover-defaultlen prior to compile >=20 > Signed-off-by: Adolf Belka > --- > lfs/iperf | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) >=20 > diff --git a/lfs/iperf b/lfs/iperf > index ad4e9f374..e3f78173f 100644 > --- a/lfs/iperf > +++ b/lfs/iperf > @@ -1,7 +1,7 @@ > ##########################################################################= ##### > # = # > # IPFire.org - A linux based firewall = # > -# Copyright (C) 2007-2019 IPFire Team = # > +# Copyright (C) 2007-2023 IPFire Team = # > # = # > # This program is free software: you can redistribute it and/or modify = # > # it under the terms of the GNU General Public License as published by = # > @@ -26,7 +26,7 @@ include Config > =20 > SUMMARY =3D A tool to measure network performance > =20 > -VER =3D 2.1.7 > +VER =3D 2.1.8 > =20 > THISAPP =3D iperf-$(VER) > DL_FILE =3D $(THISAPP).tar.gz > @@ -34,7 +34,7 @@ DL_FROM =3D $(URL_IPFIRE) > DIR_APP =3D $(DIR_SRC)/$(THISAPP) > TARGET =3D $(DIR_INFO)/$(THISAPP) > PROG =3D iperf > -PAK_VER =3D 6 > +PAK_VER =3D 7 > =20 > DEPS =3D > =20 > @@ -48,7 +48,7 @@ objects =3D $(DL_FILE) > =20 > $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) > =20 > -$(DL_FILE)_BLAKE2 =3D 7540cc8e7229bb48ee0483c18c3a07ad4bbc63cf02e742d1b38b= a703168013f30c47c2e37d856c06634c541ae0f7e7f11a08014ede233c1f6bcc7780ad528283 > +$(DL_FILE)_BLAKE2 =3D a3e9f214b4c00911d1d6221f17cf54602169f2787125b54b8648= 6cb07e5dcc118c9a7c0ba743ae643e060a06316e1c4e85d349dd6b97263986e194115c924f0d > =20 > install : $(TARGET) > =20 --===============4677035743459417773==--