2 Commits

Author SHA256 Message Date
ef762e6804 Accepting request 1322279 from network:utilities
OBS-URL: https://build.opensuse.org/request/show/1322279
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/iperf?expand=0&rev=44
2025-12-12 20:41:54 +00:00
da1cf855d8 - update to 3.20:
* Millisecond-resolution representations have been added to JSON
    timestamps. (PR #1846)
  * The reorder_seen metric, where available, is now available in
    the JSON output. (PR #1278)
  * A division by zero error has been fixed. (PR #1906)
  * Some command-line options were not properly restricted to the
    client or server; this problem has been fixed. (#1892 / PR #1894)
  * The combination of `--udp` and `--file` is now explicitly
    disallowed. (PR #1909)
  * It is now possible to get both the full JSON result object as
    well as streaming intermediate JSON result objects. This
    functionality is enabled by using the new `--json-stream-full`
    command-line flag, in addition to the existing `--json-stream`
    flag (PR #1903)
  * Sends with `--zerocopy` are now properly seeded with data
    instead of being all-zeroes. (PR #1949)
  * The `--server-max-duration` flag is now allowed on the iperf3
    server to impose a maximum duration on timed tests. (PR #1684)
  * The `--rcv-timeout` flag is now ignored for `--bidir` tests.
    This change prevents premature termination of bidirectional
    tests. (#1766 / PR #1946)
  * Several errors in the authentication code were uncovered when
    building with OpenSSL 3.5.3 and later versions. These were
    fixed. (#1951 / PR #1956)
  * Various issues in the iperf3 manual page were fixed up. (PR
    #1887, PR #1927, PR #1936, PR #1941, #1891 / PR #1952)

OBS-URL: https://build.opensuse.org/package/show/network:utilities/iperf?expand=0&rev=84
2025-12-11 22:13:12 +00:00
6 changed files with 36 additions and 7 deletions

Binary file not shown.

View File

@@ -1 +0,0 @@
dc63f89ec581ea99f8b558d8eb35109de06383010db5a1906c208a562ba0c270 iperf-3.19.1.tar.gz

3
iperf-3.20.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3acc572d1ecca4e0b20359c7bf0132ddc80d982efeee20c86f6726a9a6094388
size 698649

1
iperf-3.20.tar.gz.sha256 Normal file
View File

@@ -0,0 +1 @@
3acc572d1ecca4e0b20359c7bf0132ddc80d982efeee20c86f6726a9a6094388 iperf-3.20.tar.gz

View File

@@ -1,3 +1,34 @@
-------------------------------------------------------------------
Tue Dec 09 16:27:50 CET 2025 - Arvin Schnell <aschnell@suse.com>
- update to 3.20:
* Millisecond-resolution representations have been added to JSON
timestamps. (PR #1846)
* The reorder_seen metric, where available, is now available in
the JSON output. (PR #1278)
* A division by zero error has been fixed. (PR #1906)
* Some command-line options were not properly restricted to the
client or server; this problem has been fixed. (#1892 / PR #1894)
* The combination of `--udp` and `--file` is now explicitly
disallowed. (PR #1909)
* It is now possible to get both the full JSON result object as
well as streaming intermediate JSON result objects. This
functionality is enabled by using the new `--json-stream-full`
command-line flag, in addition to the existing `--json-stream`
flag (PR #1903)
* Sends with `--zerocopy` are now properly seeded with data
instead of being all-zeroes. (PR #1949)
* The `--server-max-duration` flag is now allowed on the iperf3
server to impose a maximum duration on timed tests. (PR #1684)
* The `--rcv-timeout` flag is now ignored for `--bidir` tests.
This change prevents premature termination of bidirectional
tests. (#1766 / PR #1946)
* Several errors in the authentication code were uncovered when
building with OpenSSL 3.5.3 and later versions. These were
fixed. (#1951 / PR #1956)
* Various issues in the iperf3 manual page were fixed up. (PR
#1887, PR #1927, PR #1936, PR #1941, #1891 / PR #1952)
-------------------------------------------------------------------
Mon Aug 04 16:53:44 CEST 2025 - Arvin Schnell <aschnell@suse.com>

View File

@@ -2,8 +2,6 @@
# spec file for package iperf
#
# Copyright (c) 2025 SUSE LLC and contributors
# Copyright (c) 2025 SUSE LLC and contributors
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +18,7 @@
%define soname 0
Name: iperf
Version: 3.19.1
Version: 3.20
Release: 0
Summary: A tool to measure network performance
License: BSD-3-Clause