John Audia
153248821c
iperf3: update to 3.21
...
Update to latest upstream release.
Changelog: https://github.com/esnet/iperf/releases/tag/3.21
Build system: x86/64
Build-tested: x86/64-glibc
Run-tested: x86/64-glibc
Signed-off-by: John Audia <therealgraysky@proton.me >
2026-04-12 09:05:27 +03:00
John Audia
9813aded12
iperf3: update to 3.20
...
Update to latest upstream release.
Changelog: https://github.com/esnet/iperf/releases/tag/3.20
Build system: x86/64
Build-tested: x86/64-glibc
Run-tested: x86/64-glibc
Signed-off-by: John Audia <therealgraysky@proton.me >
2025-11-15 06:36:03 +02:00
John Audia
806ee4b491
iperf3: update to 3.19.1
...
Update to latest upstream release.
Changelog: https://github.com/esnet/iperf/releases/tag/3.19.1
Relevant security fixes: E-2025-54349, ESNET-SECADV-2025-0003, CVE-2025-54350,
ESNET-SECADV-2025-0002, VE-2025-54351, ESNET-SECADV-2025-0001
Build system: x86/64
Build-tested: x86/64-glibc
Run-tested: x86/64-glibc
Signed-off-by: John Audia <therealgraysky@proton.me >
2025-07-30 08:59:53 +03:00
Dane Murphy
e1d8da1877
iperf3: update to 3.19
...
Updates iperf3 to the latest upstream release, 3.19
Changelog: https://github.com/esnet/iperf/releases/tag/3.19
Signed-off-by: Dane Murphy <danem7@gmail.com >
2025-05-19 10:55:51 +02:00
Sander
3921a981df
iperf: package update to v3.18
...
Signed-off-by: Sander <schutten@hotmail.com >
2025-01-13 08:58:11 -08:00
Rosen Penev
9c9f4dd088
iperf3: fix crashing with musl
...
Upstream backport.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2024-11-20 16:59:16 -08:00
Aleksey Vasilenko
6c1ce8ccc7
iperf3: explicitly disable SCTP
...
Since 3fa5ee0b28
OpenWrt no longer disables SCTP support by default.
It caused the leak of libsctp dependency to iperf3.
Here we disable it explicitly to fix the build.
Signed-off-by: Aleksey Vasilenko <aleksey.vasilenko@gmail.com >
2024-09-24 10:05:29 +02:00
Rosen Penev
37ade7efab
iperf3: fix usage with big endian
...
Upstream submissions.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2024-06-08 17:09:01 -07:00
John Audia
b450fbc5ea
iperf3: update to 3.17.1
...
Changelogs since last release:
https://github.com/esnet/iperf/releases/tag/3.17
https://github.com/esnet/iperf/releases/tag/3.17.1
Signed-off-by: John Audia <therealgraysky@proton.me >
2024-05-25 11:17:29 -07:00
Jonas Jelonek
bdb6d2a37f
iperf3: update to 3.16
...
notable changes:
- multithreading support
changelog: https://github.com/esnet/iperf/releases/tag/3.16
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com >
2023-12-01 15:09:32 -08:00
Jakub Raczynski
cea45c75c0
iperf3: Fix dependecy conflict with iperf3-ssl
...
When selecting both iperf3 and iperf3 ssl, there is a problem that
both packages install same binary file.
This patch fixes this issue by adding conflict between those packages.
Signed-off-by: Jakub Raczynski <myszsoda@gmail.com >
2023-11-09 08:49:32 +01:00
Alexander Couzens
e97f763a72
net/iperf3: assign PKG_CPE_ID
...
Signed-off-by: Alexander Couzens <lynxis@fe80.eu >
2023-09-23 18:43:58 -07:00
Leo Douglas
8a223d4724
iperf3: update to 3.15
...
see changelog: https://github.com/esnet/iperf/releases/tag/3.15 .
Signed-off-by: Leo Douglas <douglarek@gmail.com >
2023-09-17 07:38:54 +02:00
John Audia
8c0afc4cab
iperf3: update to 3.14
...
Release Notes:
https://github.com/esnet/iperf/blob/master/RELNOTES.md
Signed-off-by: John Audia <therealgraysky@proton.me >
2023-07-10 19:46:59 -07:00
Nick Hainke
1bfd2f7ade
iperf3: update to 3.13
...
Release Notes:
https://software.es.net/iperf/news.html#iperf-3-13-released
Signed-off-by: Nick Hainke <vincent@systemli.org >
2023-04-26 10:52:16 +03:00
Nick Hainke
431016a23d
iperf3: update to 3.12
...
Release Notes:
https://groups.google.com/g/iperf-dev/c/_DgSWrpl9Gk?pli=1
Signed-off-by: Nick Hainke <vincent@systemli.org >
2022-10-07 10:26:18 +02:00
Nick Hainke
dc59d98c2c
iperf3: fix install section of Makefile and dependencies
...
In the Makefile the library installation was accidentally called
"Package/iperf3/install" and not "Package/libiperf3/install". Fix this
typo. Thanks to Hartmut spotting this.
Also the iperf3-ssl does not need to depend on libiperf3.
Fixes ae48be8e21 ("iperf3: add shared libiperf library and link iperf3 dynamically")
Signed-off-by: Nick Hainke <vincent@systemli.org >
2022-09-15 00:02:16 +02:00
Nick Hainke
ae48be8e21
iperf3: add shared libiperf library and link iperf3 dynamically
...
Add library for creating own functions with iperf3 functionality.
Example: https://github.com/esnet/iperf/blob/master/examples/mis.c
This library is needed by python3-iperf3.
Build iperf3 binary with dynamically linked libiperf3. However, still
build iperf3-ssl as static binary due to a lack of shipping two libiperf
versions.
Signed-off-by: Nick Hainke <vincent@systemli.org >
2022-09-14 02:37:44 -07:00
John Audia
9e5e23737e
iperf3: bump to 3.11
...
Update to latest upstream version
Signed-off-by: John Audia <graysky@archlinux.us >
2022-03-08 16:46:10 -08:00
James White
c2c5109652
iperf3: Update to version 3.10.1
...
Signed-off-by: James White <james@jmwhite.co.uk >
2021-06-03 09:05:32 +01:00
Florian Eckert
2f5a543973
iperf3: import from base
...
Signed-off-by: Florian Eckert <fe@dev.tdt.de >
2021-01-22 16:27:06 +01:00