iperf3: update to version 3.1.4
authorChristian Lamparter <chunkeey@googlemail.com>
Mon, 7 Nov 2016 17:10:10 +0000 (18:10 +0100)
committerJohn Crispin <john@phrozen.org>
Tue, 8 Nov 2016 10:17:11 +0000 (11:17 +0100)
"This release fixes a few minor bugs, including a
(non-security-impacting) buffer overflow fix ported
from upstream cjson."
<http://software.es.net/iperf/news.html#iperf-3-1-4-released>

Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
package/network/utils/iperf3/Makefile

index d68ac2bc6541813514aa6764b6ecf39fdb0c9bde..52838421f5d7f3046a1005904be090c1145c00aa 100644 (file)
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=iperf
-PKG_VERSION:=3.1.3
+PKG_VERSION:=3.1.4
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=http://downloads.es.net/pub/iperf
-PKG_MD5SUM:=3fb849c24a2370af60687cf673b67bc7
+PKG_MD5SUM:=db61d70ac62003ebe0bf15496bd8c4b3c4b728578a44d0a1a88fcf8afc0e8f76
 
 PKG_MAINTAINER:=Felix Fietkau <nbd@nbd.name>
 PKG_LICENSE:=BSD-3-Clause