Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Apr 2026 00:33:03 +0000
From:      Bruce A. Mah <bmah@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 358749c58ba0 - main - benchmarks/iperf3: Update to iperf-3.21.
Message-ID:  <69dc39bf.3893c.6b6ecf20@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by bmah:

URL: https://cgit.FreeBSD.org/ports/commit/?id=358749c58ba0da0e3d920bdea0973e6ccc1758b6

commit 358749c58ba0da0e3d920bdea0973e6ccc1758b6
Author:     Bruce A. Mah <bmah@FreeBSD.org>
AuthorDate: 2026-04-13 00:31:58 +0000
Commit:     Bruce A. Mah <bmah@FreeBSD.org>
CommitDate: 2026-04-13 00:31:58 +0000

    benchmarks/iperf3: Update to iperf-3.21.
    
    Notable changes: https://github.com/esnet/iperf/releases/tag/3.21
    
    Sponsored by:   Energy Sciences Network (ESnet)
---
 benchmarks/iperf3/Makefile                |  3 +--
 benchmarks/iperf3/distinfo                |  6 +++---
 benchmarks/iperf3/files/patch-RELNOTES.md | 18 ------------------
 3 files changed, 4 insertions(+), 23 deletions(-)

diff --git a/benchmarks/iperf3/Makefile b/benchmarks/iperf3/Makefile
index b799b1b3f118..3d774b592b0e 100644
--- a/benchmarks/iperf3/Makefile
+++ b/benchmarks/iperf3/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	iperf
-DISTVERSION=	3.20
-PORTREVISION=	1
+DISTVERSION=	3.21
 CATEGORIES=	benchmarks
 MASTER_SITES=	https://github.com/esnet/${PORTNAME}/releases/download/${DISTVERSION}/ \
 		https://downloads.es.net/pub/${PORTNAME}/
diff --git a/benchmarks/iperf3/distinfo b/benchmarks/iperf3/distinfo
index fb0175c8caca..63aabafb9546 100644
--- a/benchmarks/iperf3/distinfo
+++ b/benchmarks/iperf3/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1763163198
-SHA256 (iperf-3.20.tar.gz) = 3acc572d1ecca4e0b20359c7bf0132ddc80d982efeee20c86f6726a9a6094388
-SIZE (iperf-3.20.tar.gz) = 698649
+TIMESTAMP = 1776039890
+SHA256 (iperf-3.21.tar.gz) = 656e4405ebd620121de7ceca3eaf43a88f79ea1b857d041a6a0b1314801acdd8
+SIZE (iperf-3.21.tar.gz) = 708031
diff --git a/benchmarks/iperf3/files/patch-RELNOTES.md b/benchmarks/iperf3/files/patch-RELNOTES.md
deleted file mode 100644
index cb9a7c97d6ba..000000000000
--- a/benchmarks/iperf3/files/patch-RELNOTES.md
+++ /dev/null
@@ -1,18 +0,0 @@
-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


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69dc39bf.3893c.6b6ecf20>