From: <abe...@us...> - 2016-10-09 16:51:56
|
Revision: 7882 http://sourceforge.net/p/astlinux/code/7882 Author: abelbeck Date: 2016-10-09 16:51:54 +0000 (Sun, 09 Oct 2016) Log Message: ----------- iperf, public release file iperf-2.0.9.tar.gz has changed, continue with our origional copy until this is resolved Modified Paths: -------------- branches/1.0/package/iperf/iperf.mk Modified: branches/1.0/package/iperf/iperf.mk =================================================================== --- branches/1.0/package/iperf/iperf.mk 2016-10-06 16:35:21 UTC (rev 7881) +++ branches/1.0/package/iperf/iperf.mk 2016-10-09 16:51:54 UTC (rev 7882) @@ -5,7 +5,8 @@ ############################################################# IPERF_VERSION = 2.0.9 IPERF_SOURCE = iperf-$(IPERF_VERSION).tar.gz -IPERF_SITE = http://downloads.sourceforge.net/project/iperf2 +IPERF_SITE = http://files.astlinux-project.org +#IPERF_SITE = http://downloads.sourceforge.net/project/iperf2 IPERF_CONF_ENV = \ ac_cv_func_malloc_0_nonnull=yes This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |