diff options
author | Christian Lamparter <chunkeey@googlemail.com> | 2016-11-07 18:10:10 +0100 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-11-08 11:17:11 +0100 |
commit | 9c91335dc7ff39847d5ae949edf77cdb29cd6176 (patch) | |
tree | 45ef3afadc1b978b414b2417aafb8107266f29c1 | |
parent | 0a6439154a384d2782b2da80116a589b67a95f5a (diff) | |
download | upstream-9c91335dc7ff39847d5ae949edf77cdb29cd6176.tar.gz upstream-9c91335dc7ff39847d5ae949edf77cdb29cd6176.tar.bz2 upstream-9c91335dc7ff39847d5ae949edf77cdb29cd6176.zip |
iperf3: update to version 3.1.4
"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>
-rw-r--r-- | package/network/utils/iperf3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/utils/iperf3/Makefile b/package/network/utils/iperf3/Makefile index d68ac2bc65..52838421f5 100644 --- a/package/network/utils/iperf3/Makefile +++ b/package/network/utils/iperf3/Makefile @@ -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 |