The NetBSD Project

CVS log for pkgsrc/net/iperf3/distinfo

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / net / iperf3

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.19: download - view: text, markup, annotated - select for diffs
Tue May 14 14:35:45 2024 UTC (6 months, 4 weeks ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2024Q3-base, pkgsrc-2024Q3, pkgsrc-2024Q2-base, pkgsrc-2024Q2, HEAD
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +4 -4 lines
iperf3: updated to 3.17.1

iperf-3.17.1 2024-05-13
-----------------------

* Notable user-visible changes

  * Version number has been corrected.

* Notable developer-visible changes

  * No longer signing tags.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Sat May 11 05:21:03 2024 UTC (7 months ago) by adam
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +4 -4 lines
iperf3: updated to 3.17

iperf 3.17 contains a fix for a minor security vulnerability related to iperf3’s authentication feature and its use of RSA-encrypted credentials. The release notes contain more details on this breaking change, and how to revert to older, less secure behavior if needed for backward compatibility with older versions of iperf3.

This version also contains a new streaming JSON output format (enabled with the –json-stream) option, and a number of other bug fixes.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Sun Jan 28 07:17:17 2024 UTC (10 months, 1 week ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2024Q1-base, pkgsrc-2024Q1
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +4 -4 lines
iperf3: updated to 3.16

iperf-3.16 2023-11-30
---------------------

* Notable user-visible changes

  * Multiple test streams started with -P/--parallel will now be
    serviced by different threads. This allows iperf3 to take
    advantage of multiple CPU cores on modern processors, and will
    generally result in significant throughput increases.

  * OpenSSL 3 is now detected at build time. If OpenSSL 3 is found,
    various older, deprecated, APIs will not be used. iperf3 will
    continue to work with OpenSSL 1.1.1. OpenSSL is used as a part
    of the iperf3 authentication functionality.

  * The authorized users file used by the authentication functionality
    is now checked for accessibility much earlier during the program
    startup, as opposed to being checked near the start of a
    tes.

* Developer-visible changes

  * BREAKING CHANGE: iperf3 now requires pthreads and C atomic
    variables to compile and run.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Wed Sep 20 17:06:13 2023 UTC (14 months, 3 weeks ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +4 -4 lines
iperf3: updated to 3.15

iperf-3.15 2023-09-14
---------------------

* Notable user-visible changes

  * Several bugs that could allow the iperf3 server to hang waiting
    for input on the control connection has been fixed. ESnet thanks
    Jorge Sancho Larraz from Canonical for reporting this issue. For
    more information, see:
    https://downloads.es.net/pub/iperf/esnet-secadv-2023-0002.txt.asc

  * A bug that caused garbled output with UDP tests on 32-bit hosts
    has been fixed.

  * A bug in counting UDP messages has been fixed

Revision 1.15: download - view: text, markup, annotated - select for diffs
Mon Jul 17 07:16:25 2023 UTC (16 months, 3 weeks ago) by adam
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +4 -4 lines
iperf3: updated to 3.14

iperf-3.14 2023-07-07
---------------------

* Notable user-visible changes

  * A memory allocation hazard was fixed. For
    more information see:
    https://downloads.es.net/pub/iperf/esnet-secadv-2023-0001.txt.asc

  * JSON output was improved, such as print JSON numbers as signed,
    the exit code when doing JSON output was
    fixed, and client_api was fixed so that it still
    returns an error code when JSON is enabled.  Also,
    duplicate fields when using multiple streams was removed from the
    JSON output.

  * Prevent UDP packet count and operations overflow.

  * Statistics are fixed when --omit is used.

* Developer-visible changes

  * CI builds and tests using GitHub actions have been added

  * A fix for Android "unable to create a new stream error" was added

  * Support for Voice Admit DSCP code point from RFC 5865 was added

  * A fix for preventing a crash when RSA public key path doesn't
    exist was fixed

Revision 1.14: download - view: text, markup, annotated - select for diffs
Sat Feb 18 20:19:21 2023 UTC (21 months, 3 weeks ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +4 -5 lines
iperf3: updated to 3.13

iperf-3.13 2023-02-16
---------------------

* Notable user-visible changes

  * fq-rate, and bidirectional flag were added to the JSON output.

  * Added support for OpenBSD including cleaning up endian handling
    and support for TCP_INFO on systems where it was implemented.

  * Fixed bug in how TOS is set in mapped v4.

  * Corrected documentation, such as updating binary download links and text,
    updating version on iperf3 websites, and fixing an incorrect error message.

  * Fixed crash on rcv-timeout with JSON logfile.

  * Fixed a bug that prevented TOS/DSCP from getting set correctly for reverse
    tests.

* Developer-visible changes

  * Getter and setter are now available for bind_dev.

  * Added missing getter for bidirectional tests.

  * Added minor changes to clean up .gitignore and error messages.

  * Made sure configure scripts are runnable with /bin/sh.

  * Cleaned up RPM spec, such as adding missing RPM build dependencies, dropping
    EL5 and removing outdated %changelog to make.

  * Added a fix for a resource leak bug in function iperf_create_pidfile.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Fri Oct 14 11:00:14 2022 UTC (2 years, 1 month ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2022Q4-base, pkgsrc-2022Q4
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +4 -4 lines
iperf3: updated to 3.12

iperf-3.12 2022-09-30
---------------------

* Notable user-visible changes

  * cJSON has been updated to version 1.7.15
  * The --bind <host>%<dev> option syntax now works properly
  * A server-side file descriptor leak with the --logfile option has
    been fixed
  * A bug that caused some large values from TCP_INFO to be misprinted
    as negative numbers has been fixed
  * Using the -k or -n flags with --reverse no longer leak into future
    tests
  * There are now various debug level options available with the
    --debug option. These can be used to adjust the amount of
    debugging output
  * A new --snd-timeout option has been added to set a termination
    timeout for idle TCP connections
  * iperf3 is slightly more robust to out-of-order packets during UDP
    connection setup in --reverse mode
  * iperf3 will now use different ports for each direction when the
    --cport and --bdir options are set
  * The iperf3 server will now exit if it can't open its log file
  * Various help message and output fixes have been made
  * Various compiler warnings have been fixed

* Developer-visible changes

  * Operation of bootstrap.sh has been fixed and simplified
  * Flow label support / compatibility under Linux has been improved
  * Various minor memory leaks have been fixed
  * A getter/setter has been added for the bind_port parameter
    (--cport option).
  * Various internal documentation improvements

Revision 1.12: download - view: text, markup, annotated - select for diffs
Tue Feb 1 07:39:34 2022 UTC (2 years, 10 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +4 -4 lines
iperf3: updated to 3.11

iperf-3.11
----------
* Notable user-visible changes
  * Update links to Discussions in documentation
  * Fix DSCP so that TOS = DSCP * 4
  * Fix --bind-dev for TCP streams
  * Fix interface specification so doesn't overlap with IPv6 link-local addresses for -c and -B
  * Add get/set test_unit_format function declaration to iperf_api.h
  * Auto adjustment of test-end condition for file transfers (-F), if no end condition is set, it will automatically adjust it to file size in bytes
  * Exit if idle time expires waiting for a connection in one-off mode
  * Support zerocopy by reverse mode
  * Update help and manpage text for 1157, support bind device
  * Consistently print target_bandwidth in JSON start section
  * Test bitrate added to JSON output
  * Remove fsync call after every write to receiving --file
  * Update documentation for -w
  * Fix for 952, different JSON object names for bidir reverse channel

Revision 1.11: download - view: text, markup, annotated - select for diffs
Tue Oct 26 11:05:48 2021 UTC (3 years, 1 month ago) by nia
Branches: MAIN
CVS tags: pkgsrc-2021Q4-base, pkgsrc-2021Q4
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -2 lines

net: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Not committed (merge conflicts...):

net/radsecproxy/distinfo

The following distfiles could not be fetched (fetched conditionally?):

./net/citrix_ica/distinfo citrix_ica-10.6.115659/en.linuxx86.tar.gz
./net/djbdns/distinfo dnscache-1.05-multiple-ip.patch
./net/djbdns/distinfo djbdns-1.05-test28.diff.xz
./net/djbdns/distinfo djbdns-1.05-ignoreip2.patch
./net/djbdns/distinfo djbdns-1.05-multiip.diff
./net/djbdns/distinfo djbdns-cachestats.patch

Revision 1.10: download - view: text, markup, annotated - select for diffs
Thu Oct 7 14:41:38 2021 UTC (3 years, 2 months ago) by nia
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -2 lines
net: Remove SHA1 hashes for distfiles

Revision 1.9: download - view: text, markup, annotated - select for diffs
Thu Jun 3 19:06:19 2021 UTC (3 years, 6 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +5 -5 lines
iperf3: updated to 3.10.1

iperf-3.10.1 2021-06-03
-----------------------

* Notable user-visible changes

  * Fixed a problem with autoconf scripts that made builds fail in
    some environments.

* Developer-visible changes

  * GNU autoconf 2.71 or newer is now required to regenerate iperf3's
    configure scripts.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Sat May 29 06:16:56 2021 UTC (3 years, 6 months ago) by adam
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +6 -6 lines
iperf3: updated to 3.10

iperf 3.10 2021-05-26
---------------------

* Notable user-visible changes

  * Fix a bug where some --reverse tests didn't terminate.
  * Responsiveness of control connections is slightly improved.
  * The allowable clock skew when doing authentication between client
    and server is now configurable with the new --time-skew-threshold.
  * Bitrate throttling using the -b option now works when a burst size
    is specified.
  * A bug with calculating CPU utilization has been fixed.
  * 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.
  * --pidfile now works with --client mode.
  * The server is now less likely to get stuck due to network errors
    controlled by the new --rcv-timeout option.
  * Fixed a few bugs in termination conditions for byte or
    block-limited tests.
  * Added tcp_info.snd_wnd to JSON output.
  * Some bugs with garbled JSON output have been fixed.
  * Support for setting the IPv4 don't-fragment (DF) bit has been
    added with the new --dont-fragment option.
  * A failure with not being able to read the congestion control
    algorithm under WSL1 has been fixed.
  * Error handling and error messages now make more sense in cases
    where sockets were not successfully opened.
  * Some buffer overflow hazards were fixed.

* Notable developer-visible changes
  * It is now possible to use the API to set/get the congestion
    control algorithm.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue Aug 18 07:37:52 2020 UTC (4 years, 3 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +5 -5 lines
iperf3: updated to 3.9

iperf 3.9

* Notable user-visible changes

  * A --timestamps flag has been added, which prepends a timestamp to
    each output line.  An optional argument to this flag, which is a
    format specification to strftime(3), allows for custom timestamp
    formats.

  * A --server-bitrate-limit flag has been added as a server-side
    command-line argument.  It allows a server to enforce a maximum
    throughput rate; client connections that specify a higher bitrate
    or exceed this bitrate during a test will be terminated.  The
    bitrate is expressed in bits per second, with an optional trailing
    slash and integer count that specifies an averaging interval over
    which to enforce the limit.

  * A bug that caused increased CPU usage with the --bidir option has
    been fixed.

* Notable developer-visible changes

  * Fixed various minor memory leaks.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu Jun 11 17:12:43 2020 UTC (4 years, 6 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2020Q2-base, pkgsrc-2020Q2
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +6 -5 lines
iperf3: updated to 3.8.1

iperf 3.8.1 2020-06-10
----------------------
* Notable user-visible changes
  * A regression with "make install", where the libiperf shared
    library files were not getting installed, has been fixed.

iperf 3.8 2020-06-08
--------------------
* Notable user-visible changes
  * Profiled libraries and binaries are no longer built by default.
  * A minimal Dockerfile has been added.
  * A bug with burst mode and unlimited rate has been fixed
  * Configuring with the --enable-static-bin flag will now cause
    a statically-linked iperf3 binary to be built.
  * Configuring with the --without-sctp flag will now prevent SCTP
    from being auto-detected.  This flag allows building a
    static binary (see above item) on a CentOS system with SCTP
    installed, because no static SCTP libraries are available.
  * Clock skew between the iperf3 client and server will no longer
    skew the computation of jitter during UDP tests.
  * A possible buffer overflow in the authentication feature has been
    fixed.  This was only relevant when configuration authentication
    using the libiperf3 API, and did not affect command-line usage.
    Various other improvements and fixes in this area were also made.

* Notable developer-visible changes
  * The embedded version of cJSON has been updated to 1.3.17.
  * Some server authentication functions have been added to the API.
  * API access has been added to the connection timeout parameter.
  * Tests for some authentication functions have been added.
  * Various compiler errors and warnings have been fixed.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Jul 8 09:20:33 2019 UTC (5 years, 5 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +5 -6 lines
iperf3: updated to 3.7

3.7:
iperf 3.6 adds the --bidir flag for bidirectional tests, includes some minor enhancements, and fixes a number of bugs. More details can be found in the release notes.
Note: Documentation for the --bidir flag was inadvertently omitted from the manual page. This will be fixed in a future release.

3.6:
iperf 3.6 adds the --extra-data and --repeating-payload options and fixes some minor bugs.

3.5:
iperf 3.5 fixes a bug that could over-count data transfers (and hence measured bitrate).

3.4:
iperf 3.4 fixes a number of minor bugs and adds a few enhancements.

3.3:
New minor release of iperf 3.3, fixing a number of minor bugs.

3.2:
New minor release of iperf 3.2, with new features, bugfixes, and enhancements.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Feb 28 19:40:07 2017 UTC (7 years, 9 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +6 -12 lines
The release notes for iperf 3.1.6 describe changes, including bug
fixes and new functionality, made since iperf 3.1.5.

* User-visible changes

  * Specifying --fq-rate or --no-fq-socket-pacing on a system where
    these options are not supported now generate an error instead of a
    warning.  This change makes diagnosing issues related to pacing
    more apparent.

  * Fixed a bug where two recently-added diagnostic messages spammed
    the JSON output on UDP tests.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Nov 4 00:35:05 2015 UTC (9 years, 1 month ago) by agc
Branches: MAIN
CVS tags: pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -1 lines
Add SHA512 digests for distfiles for net category

Problems found with existing digests:
	Package haproxy distfile haproxy-1.5.14.tar.gz
	159f5beb8fdc6b8059ae51b53dc935d91c0fb51f [recorded]
	da39a3ee5e6b4b0d3255bfef95601890afd80709 [calculated]

Problems found locating distfiles:
	Package bsddip: missing distfile bsddip-1.02.tar.Z
	Package citrix_ica: missing distfile citrix_ica-10.6.115659/en.linuxx86.tar.gz
	Package djbdns: missing distfile djbdns-1.05-test25.diff.bz2
	Package djbdns: missing distfile djbdns-cachestats.patch
	Package djbdns: missing distfile 0002-dnscache-cache-soa-records.patch
	Package gated: missing distfile gated-3-5-11.tar.gz
	Package owncloudclient: missing distfile owncloudclient-2.0.2.tar.xz
	Package poink: missing distfile poink-1.6.tar.gz
	Package ra-rtsp-proxy: missing distfile rtspd-src-1.0.0.0.tar.gz
	Package ucspi-ssl: missing distfile ucspi-ssl-0.70-ucspitls-0.1.patch
	Package waste: missing distfile waste-source.tar.gz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat Feb 7 17:11:23 2015 UTC (9 years, 10 months ago) by he
Branches: MAIN
CVS tags: pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +4 -1 lines
If NetBSD has TCP_INFO, display number of retransmits and the
congestion window on each test interval.
Also fix the FreeBSD version to do the same (wrong variable
in the tcp_info struct was used...).
Bump PKGREVISION.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Feb 2 12:25:20 2015 UTC (9 years, 10 months ago) by he
Branches: MAIN
Add iperf3 as version 3.0.11.

Iperf3 is a tool for active measurements of the maximum achievable
bandwidth on IP networks.  It supports tuning of various parameters
related to timing, protocols, and buffers.  For each test it reports
the bandwidth, loss, and other parameters.

This version, sometimes referred to as iperf3, is a redesign of an
original version developed at NLANR/DAST.  iperf3 is a new
implementation from scratch, with the goal of a smaller, simpler code
base, and a library version of the functionality that can be used in
other programs. Iperf3 also has a number of features found in other tools
such as nuttcp and netperf, but were missing from the original iperf.
These include, for example, a zero-copy mode and optional JSON output.
Note that iperf3 is NOT backwards compatible with the original iperf.

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>