From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Wed, 15 Oct 2025 14:14:50 +0200 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1v90P4-0085kc-2j for lore@lore.pengutronix.de; Wed, 15 Oct 2025 14:14:50 +0200 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1v90P4-0003LJ-Dn; Wed, 15 Oct 2025 14:14:50 +0200 Received: from dude04.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::ac]) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1v90Or-0003L4-9R; Wed, 15 Oct 2025 14:14:37 +0200 From: =?UTF-8?q?Sven=20P=C3=BCschel?= To: ptxdist@pengutronix.de Date: Wed, 15 Oct 2025 14:14:21 +0200 Message-ID: <20251015121435.3194566-1-s.pueschel@pengutronix.de> X-Mailer: git-send-email 2.47.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [ptxdist] [PATCH] iperf3: version bump 3.16 -> 3.19.1 X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: =?UTF-8?q?Sven=20P=C3=BCschel?= Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false Used the SDPX License tool [1] to check all licenses contained in the LICENSE file. [1] https://tools.spdx.org/app/check_license/ Signed-off-by: Sven Püschel --- rules/iperf3.make | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/rules/iperf3.make b/rules/iperf3.make index 7ff23856a..8c8a38481 100644 --- a/rules/iperf3.make +++ b/rules/iperf3.make @@ -14,14 +14,15 @@ PACKAGES-$(PTXCONF_IPERF3) += iperf3 # # Paths and names # -IPERF3_VERSION := 3.16 -IPERF3_MD5 := cbcdeae143cbd82a1f41a80ed01ede6c +IPERF3_VERSION := 3.19.1 +IPERF3_MD5 := adcfb5a59ce5c325d669fcfc4ea6e7e3 IPERF3 := iperf-$(IPERF3_VERSION) IPERF3_SUFFIX := tar.gz IPERF3_URL := https://downloads.es.net/pub/iperf/$(IPERF3).$(IPERF3_SUFFIX) IPERF3_SOURCE := $(SRCDIR)/$(IPERF3).$(IPERF3_SUFFIX) IPERF3_DIR := $(BUILDDIR)/$(IPERF3) -IPERF3_LICENSE := BSD +IPERF3_LICENSE := BSD-3-Clause-LBNL AND MIT AND dtoa AND BSD-3-Clause AND NCSA AND public_domain +IPERF3_LICENSE_FILES := file://LICENSE;md5=b51332d7f45357a9410daa9a14a3655f # ---------------------------------------------------------------------------- # Prepare @@ -34,6 +35,7 @@ IPERF3_CONF_TOOL := autoconf IPERF3_CONF_OPT := \ $(CROSS_AUTOCONF_USR) \ --disable-profiling \ + --without-sctp \ --with-openssl=$(PTXDIST_SYSROOT_TARGET)/usr # ---------------------------------------------------------------------------- -- 2.47.3