aboutsummaryrefslogtreecommitdiff
path: root/net/netperf
Commit message (Collapse)AuthorAge
* treewide: refresh hashes after move to use ZSTD as defaultRobert Marko2024-04-07
| | | | | | | | With the recent move to using ZSTD as the default compression format for packaging git repo clones we must refresh all of the hashes for the packages feed as well. Signed-off-by: Robert Marko <robimarko@gmail.com>
* netperf: use git tarballRosen Penev2023-01-14
| | | | | | netperf.org is gone now. Only github is left. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* netperf: fix compilation with GCC10Tony Ambardar2020-08-09
| | | | | | | | GCC10 defaults to -fno-common, which breaks compilation when there are multiple definitions of implicit "extern" variables. Remove the extra definitions. Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
* treewide: add PKG_CPE_ID for better cvescanner coverageJan Pavlinec2019-09-17
| | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | fix Makefile chmod (644) replace MD5SUM with HASH add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git (PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* netperf: fix gcc5Dirk Neukirchen2015-08-19
| | | | | | default C standard changed in gcc5 so set old variant Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
* Netperf: Remove musl compatibility patch.Toke Høiland-Jørgensen2015-08-05
| | | | | | Turns out that is not needed anymore for v2.7.0. Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
* netperf: update to v2.7.0Toke Høiland-Jørgensen2015-07-25
|
* Adopt the netperf package.Toke Høiland-Jørgensen2015-07-12
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>