aboutsummaryrefslogtreecommitdiff
path: root/net/iperf3/Makefile
Commit message (Collapse)AuthorAge
* iperf3: update to 3.16Jonas Jelonek2023-12-01
| | | | | | | | | notable changes: - multithreading support changelog: https://github.com/esnet/iperf/releases/tag/3.16 Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
* iperf3: Fix dependecy conflict with iperf3-sslJakub Raczynski2023-11-09
| | | | | | | | 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>
* net/iperf3: assign PKG_CPE_IDAlexander Couzens2023-09-23
| | | | Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
* iperf3: update to 3.15Leo Douglas2023-09-17
| | | | | | see changelog: https://github.com/esnet/iperf/releases/tag/3.15. Signed-off-by: Leo Douglas <douglarek@gmail.com>
* iperf3: update to 3.14John Audia2023-07-10
| | | | | | | Release Notes: https://github.com/esnet/iperf/blob/master/RELNOTES.md Signed-off-by: John Audia <therealgraysky@proton.me>
* iperf3: update to 3.13Nick Hainke2023-04-26
| | | | | | | Release Notes: https://software.es.net/iperf/news.html#iperf-3-13-released Signed-off-by: Nick Hainke <vincent@systemli.org>
* iperf3: update to 3.12Nick Hainke2022-10-07
| | | | | | | Release Notes: https://groups.google.com/g/iperf-dev/c/_DgSWrpl9Gk?pli=1 Signed-off-by: Nick Hainke <vincent@systemli.org>
* iperf3: fix install section of Makefile and dependenciesNick Hainke2022-09-15
| | | | | | | | | | | | 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>
* iperf3: add shared libiperf library and link iperf3 dynamicallyNick Hainke2022-09-14
| | | | | | | | | | | | 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>
* iperf3: bump to 3.11John Audia2022-03-08
| | | | | | Update to latest upstream version Signed-off-by: John Audia <graysky@archlinux.us>
* iperf3: Update to version 3.10.1James White2021-06-03
| | | | Signed-off-by: James White <james@jmwhite.co.uk>
* iperf3: import from baseFlorian Eckert2021-01-22
Signed-off-by: Florian Eckert <fe@dev.tdt.de>