aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-benchmark
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-09-19 15:32:31 +0800
committerKhem Raj <raj.khem@gmail.com>2023-09-20 15:34:03 -0700
commit8765f02ffb85ddff21e461b716ef3f86d368cb4e (patch)
tree3778bd781b8472a5b0643e6c1d9117d580ef8b48 /meta-oe/recipes-benchmark
parent305d409f76388ed0afc46aec619b35bffe5446f5 (diff)
downloadmeta-openembedded-contrib-8765f02ffb85ddff21e461b716ef3f86d368cb4e.tar.gz
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 <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-benchmark')
-rw-r--r--meta-oe/recipes-benchmark/iperf3/iperf3_3.15.bb (renamed from meta-oe/recipes-benchmark/iperf3/iperf3_3.14.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-benchmark/iperf3/iperf3_3.14.bb b/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"