Commit Graph

13 Commits

Author SHA1 Message Date
Internet1235
b4aa5e782a
iperf: update to 3.18 2025-02-03 18:27:28 +08:00
HHJLKK
64b1688d9a
iperf3: update to 3.17.1 (#818) 2024-05-27 10:20:15 +08:00
Jonas Jelonek
1b041b16c6 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>
2024-03-02 21:11:41 +08:00
Jakub Raczynski
a92d03ecaf 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>
2024-03-02 21:07:43 +08:00
coolsnowwolf
55f66e0690 Merge branch 'master' of https://github.com/coolsnowwolf/packages 2022-12-06 22:37:03 +08:00
AmadeusGhost
458221c251 Revert "Fix iperf-ssl No file libiperf.so.*"
I didn't find any errors in the compilation of iperf3.
This is just an invalid commit. Close: #10551, #10549, #10548
This reverts commit d454ebbdc8.
2022-12-05 17:39:42 +08:00
codercaizh
3d188c0f08 fix iperf3 ifeq bug 2022-12-05 12:58:59 +08:00
Matthew Sheppard
d454ebbdc8
Fix iperf-ssl No file libiperf.so.*
Fix iperf-ssl No file libiperf.so.* as it used "--disable-shared"
2022-12-01 00:47:19 +08:00
Nick Hainke
c8d0b57ce7 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-12 00:26:52 +08:00
Nick Hainke
a02ff1ce0c 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 ae48be8e2157 ("iperf3: add shared libiperf library and link iperf3 dynamically")

Signed-off-by: Nick Hainke <vincent@systemli.org>
2022-10-12 00:26:36 +08:00
Nick Hainke
2680f57d96 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-10-12 00:26:36 +08:00
John Audia
152882300e iperf3: bump to 3.11
Update to latest upstream version

Signed-off-by: John Audia <graysky@archlinux.us>
2022-03-09 06:05:50 +00:00
lean
49b7495639 packages: merge upstream 2021-06-15 17:47:11 +08:00