From 8765f02ffb85ddff21e461b716ef3f86d368cb4e Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 19 Sep 2023 15:32:31 +0800 Subject: [PATCH] iperf3: upgrade 3.14 -> 3.15 Changelog: =========== Several bugs that could allow the iperf3 server to hang waiting for input on the control connection has been fixed. A bug that caused garbled output with UDP tests on 32-bit hosts has been fixed (PR #1554, PR #1556). This bug was introduced in iperf-3.14. A bug in counting UDP messages has been fixed (PR #1367, PR #1380). Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-benchmark/iperf3/{iperf3_3.14.bb => iperf3_3.15.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-benchmark/iperf3/{iperf3_3.14.bb => iperf3_3.15.bb} (95%) diff --git a/meta-oe/recipes-benchmark/iperf3/iperf3_3.14.bb b/meta-oe/recipes-benchmark/iperf3/iperf3_3.15.bb similarity index 95% rename from meta-oe/recipes-benchmark/iperf3/iperf3_3.14.bb rename to meta-oe/recipes-benchmark/iperf3/iperf3_3.15.bb index 13f620f633..156bb5a3e4 100644 --- a/meta-oe/recipes-benchmark/iperf3/iperf3_3.14.bb +++ b/meta-oe/recipes-benchmark/iperf3/iperf3_3.15.bb @@ -17,7 +17,7 @@ SRC_URI = "git://github.com/esnet/iperf.git;branch=master;protocol=https \ file://0001-configure.ac-check-for-CPP-prog.patch \ " -SRCREV = "a0be85934144bc04712a6695b14ea6e45c379e1d" +SRCREV = "917d2f02188f6f4cdc443df7923a4bde72017d92" S = "${WORKDIR}/git"