Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 4535ff8f | 2026-03-14 10:31:26 | update to iperf3-3.20 | ||
| 135e979c | 2026-02-23 18:40:53 | stop using pledge tmppath | ||
| 8c284468 | 2025-11-20 04:30:00 | update to iperf3 3.19.1 | ||
| bd56c81e | 2025-11-20 04:13:19 | unbreak rcctl(8) with IPv6 link-local bind/source addresses If the argument contains a '%', the code will modify argv[] in place, which causes rc.subr(8)'s pexp aka. pgrep(1) to mismatch and thus rcctl(8) to report failure despite the service running fine. iperf_parse_hostname()'s comment knows about this strtok(3) behaviour... Pass a strdup(3) copy in the callers to fix --bind and --client. | ||
| f589345b | 2024-12-26 18:12:38 | update to iperf3 3.18 https://github.com/esnet/iperf/blob/master/RELNOTES.md#iperf-318-2024-12-13 | ||
| 5e1d55d6 | 2024-12-26 18:05:09 | ship debug package to help with crashes when using ipv6 | ||
| 17492e01 | 2024-05-21 15:26:19 | update to iperf3-3.17.1 | ||
| b8adbb71 | 2024-02-03 06:55:43 | iperf3 is unhappy with base-gcc. Shift to ports-gcc on base-gcc arches. Fixes the build on sparc64 | ||
| 00e6f608 | 2023-11-30 13:38:54 | update to iperf3-3.16, adds multithreaded client (-P nthreads) | ||
| abb389c4 | 2023-11-21 11:27:13 | iperf3: move pledge after init, fixing --daemon (crash reported by bluhm) |