CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2019/06/28 01:25:37
Modified files:
net/iperf3 : Makefile distinfo
net/iperf3/patches: patch-src_iperf_api_c
Added files:
net/iperf3/patches: patch-src_timer_c
Removed files:
net/iperf3/patches: patch-src_Makefile_in patch-src_iperf_udp_c
Log message:
update to iperf-3.7
- disable the auth code; it's likely to have issues on 32-bit arches
(wrong format strings for variable sizes) and has an sscanf that doesn't
seem like a great idea. can be reviewed if anyone is actually using that...
- switch from github on-the-fly generated tarballs to proper uploaded ones
ok lteo (maintainer)