diff options
| author | Bruce A. Mah <bmah@FreeBSD.org> | 2025-11-21 16:48:49 +0000 |
|---|---|---|
| committer | Bruce A. Mah <bmah@FreeBSD.org> | 2025-11-21 16:48:49 +0000 |
| commit | 04a73ca8c7edca80c53b9fbd8ffd6982de7974d6 (patch) | |
| tree | cfe16ca85d90451232f98cd1e25845c5e2ffb596 | |
| parent | sysutils/mstflint: Update to 4.34.0-2 (diff) | |
benchmarks/iperf3: Add patch for documentation fix in iperf3 relnotes.
| -rw-r--r-- | benchmarks/iperf3/Makefile | 1 | ||||
| -rw-r--r-- | benchmarks/iperf3/files/patch-RELNOTES.md | 18 |
2 files changed, 19 insertions, 0 deletions
diff --git a/benchmarks/iperf3/Makefile b/benchmarks/iperf3/Makefile index 08fab7c54f64..b799b1b3f118 100644 --- a/benchmarks/iperf3/Makefile +++ b/benchmarks/iperf3/Makefile @@ -1,5 +1,6 @@ PORTNAME= iperf DISTVERSION= 3.20 +PORTREVISION= 1 CATEGORIES= benchmarks MASTER_SITES= https://github.com/esnet/${PORTNAME}/releases/download/${DISTVERSION}/ \ https://downloads.es.net/pub/${PORTNAME}/ diff --git a/benchmarks/iperf3/files/patch-RELNOTES.md b/benchmarks/iperf3/files/patch-RELNOTES.md new file mode 100644 index 000000000000..cb9a7c97d6ba --- /dev/null +++ b/benchmarks/iperf3/files/patch-RELNOTES.md @@ -0,0 +1,18 @@ +diff --git a/RELNOTES.md b/RELNOTES.md +index cf5bd19..5bb89a5 100644 +--- RELNOTES.md.orig ++++ RELNOTES.md +@@ -30,10 +30,10 @@ releases, including iperf-3.19.1. + flag (PR #1903) + + * Sends with `--zerocopy` are now properly seeded with data +- instead of being all-zeroes. (PR #1909) ++ instead of being all-zeroes. (PR #1949) + +- * The `--time` flag is now allowed on the iperf3 server to impose +- a maximum duration on timed tests. (PR #1684, PR #1931) ++ * 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 |
