forked from pool/iperf
Accepting request 1040704 from network:utilities
OBS-URL: https://build.opensuse.org/request/show/1040704 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/iperf?expand=0&rev=32
This commit is contained in:
commit
5527304515
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:de8cb409fad61a0574f4cb07eb19ce1159707403ac2dc01b5d175e91240b7e5f
|
|
||||||
size 635841
|
|
@ -1 +0,0 @@
|
|||||||
de8cb409fad61a0574f4cb07eb19ce1159707403ac2dc01b5d175e91240b7e5f /tmp/iperf-3.11.tar.gz
|
|
3
iperf-3.12.tar.gz
Normal file
3
iperf-3.12.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:72034ecfb6a7d6d67e384e19fb6efff3236ca4f7ed4c518d7db649c447e1ffd6
|
||||||
|
size 644807
|
1
iperf-3.12.tar.gz.sha256
Normal file
1
iperf-3.12.tar.gz.sha256
Normal file
@ -0,0 +1 @@
|
|||||||
|
72034ecfb6a7d6d67e384e19fb6efff3236ca4f7ed4c518d7db649c447e1ffd6 iperf-3.12.tar.gz
|
@ -1,3 +1,34 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Dec 3 13:24:09 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 3.12:
|
||||||
|
* cJSON has been updated to version 1.7.15 (#1383).
|
||||||
|
* The --bind <host>%<dev> option syntax now works properly (#1360 /
|
||||||
|
* A server-side file descriptor leak with the --logfile option has
|
||||||
|
been fixed (#1369 / #1360 / #1369 / #1389 / #1393).
|
||||||
|
* A bug that caused some large values from TCP_INFO to be misprinted
|
||||||
|
as negative numbers has been fixed (#1372).
|
||||||
|
* Using the -k or -n flags with --reverse no longer leak into future
|
||||||
|
tests (#1363 / #1364).
|
||||||
|
* There are now various debug level options available with the
|
||||||
|
--debug option. These can be used to adjust the amount of
|
||||||
|
debugging output (#1327).
|
||||||
|
* A new --snd-timeout option has been added to set a termination
|
||||||
|
timeout for idle TCP connections (#1215 / #1282).
|
||||||
|
* iperf3 is slightly more robust to out-of-order packets during UDP
|
||||||
|
connection setup in --reverse mode (#914 / #1123 / #1182 / #1212 /
|
||||||
|
* iperf3 will now use different ports for each direction when the
|
||||||
|
--cport and --bdir options are set (#1249 / #1259).
|
||||||
|
* The iperf3 server will now exit if it can't open its log file
|
||||||
|
* Various help message and output fixes have been made (#1299 /
|
||||||
|
* Various compiler warnings have been fixed (#1211 / #1316).
|
||||||
|
* Operation of bootstrap.sh has been fixed and simplified (#1335 /
|
||||||
|
* Flow label support / compatibility under Linux has been improved
|
||||||
|
* Various minor memory leaks have been fixed (#1332 / #1333).
|
||||||
|
* A getter/setter has been added for the bind_port parameter
|
||||||
|
(--cport option). (#1303, #1305)
|
||||||
|
* Various internal documentation improvements (#1265 / #1285 / #1304).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 3 09:50:41 UTC 2022 - Michal Svec <msvec@suse.com>
|
Thu Mar 3 09:50:41 UTC 2022 - Michal Svec <msvec@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package iperf
|
# spec file for package iperf
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define soname 0
|
%define soname 0
|
||||||
Name: iperf
|
Name: iperf
|
||||||
Version: 3.11
|
Version: 3.12
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A tool to measure network performance
|
Summary: A tool to measure network performance
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
Loading…
Reference in New Issue
Block a user