From: John Audia Date: Tue, 29 Jul 2025 18:55:25 +0000 (-0400) Subject: iperf3: update to 3.19.1 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=806ee4b4919897a2b1adb1e8aed9bf4d1c25c3e4;p=openwrt-packages.git iperf3: update to 3.19.1 Update to latest upstream release. Changelog: https://github.com/esnet/iperf/releases/tag/3.19.1 Relevant security fixes: E-2025-54349, ESNET-SECADV-2025-0003, CVE-2025-54350, ESNET-SECADV-2025-0002, VE-2025-54351, ESNET-SECADV-2025-0001 Build system: x86/64 Build-tested: x86/64-glibc Run-tested: x86/64-glibc Signed-off-by: John Audia --- diff --git a/net/iperf3/Makefile b/net/iperf3/Makefile index 585be8ef1..c99b8c577 100644 --- a/net/iperf3/Makefile +++ b/net/iperf3/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=iperf -PKG_VERSION:=3.19 +PKG_VERSION:=3.19.1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://downloads.es.net/pub/iperf -PKG_HASH:=040161da1555ec7411a9d81191049830ef37717d429a94ee6cf0842618e0e29c +PKG_HASH:=dc63f89ec581ea99f8b558d8eb35109de06383010db5a1906c208a562ba0c270 PKG_MAINTAINER:=Felix Fietkau PKG_LICENSE:=BSD-3-Clause