Signed-off-by: Markus Pargmann <[email protected]> --- patches/{iperf-2.0.4 => iperf-2.0.5}/fix_early_termination.diff | 0 patches/{iperf-2.0.4 => iperf-2.0.5}/series | 0 rules/iperf.make | 4 ++-- 3 files changed, 2 insertions(+), 2 deletions(-) rename patches/{iperf-2.0.4 => iperf-2.0.5}/fix_early_termination.diff (100%) rename patches/{iperf-2.0.4 => iperf-2.0.5}/series (100%)
diff --git a/patches/iperf-2.0.4/fix_early_termination.diff b/patches/iperf-2.0.5/fix_early_termination.diff similarity index 100% rename from patches/iperf-2.0.4/fix_early_termination.diff rename to patches/iperf-2.0.5/fix_early_termination.diff diff --git a/patches/iperf-2.0.4/series b/patches/iperf-2.0.5/series similarity index 100% rename from patches/iperf-2.0.4/series rename to patches/iperf-2.0.5/series diff --git a/rules/iperf.make b/rules/iperf.make index c5e08e9..8f73dfc 100644 --- a/rules/iperf.make +++ b/rules/iperf.make @@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_IPERF) += iperf # # Paths and names # -IPERF_VERSION := 2.0.4 -IPERF_MD5 := 8c5bc14cc2ea55f18f22afe3c23e3dcb +IPERF_VERSION := 2.0.5 +IPERF_MD5 := 44b5536b67719f4250faed632a3cd016 IPERF := iperf-$(IPERF_VERSION) IPERF_SUFFIX := tar.gz IPERF_URL := $(call ptx/mirror, SF, iperf/$(IPERF).$(IPERF_SUFFIX)) -- 2.0.0.rc0 -- ptxdist mailing list [email protected]
