mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] iperf3: version bump 3.16 -> 3.19.1
@ 2025-10-15 12:14 Sven Püschel
  2025-10-19 12:05 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Sven Püschel @ 2025-10-15 12:14 UTC (permalink / raw)
  To: ptxdist; +Cc: Sven Püschel

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 <s.pueschel@pengutronix.de>
---
 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




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [ptxdist] [APPLIED] iperf3: version bump 3.16 -> 3.19.1
  2025-10-15 12:14 [ptxdist] [PATCH] iperf3: version bump 3.16 -> 3.19.1 Sven Püschel
@ 2025-10-19 12:05 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2025-10-19 12:05 UTC (permalink / raw)
  To: ptxdist; +Cc: Sven Püschel

Thanks, applied as 1c36c0f1c7ae9abffba464990ae032c7eba4c5c3.

Michael

[sent from post-receive hook]

On Sun, 19 Oct 2025 14:05:25 +0200, Sven Püschel <s.pueschel@pengutronix.de> wrote:
> 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 <s.pueschel@pengutronix.de>
> Message-Id: <20251015121435.3194566-1-s.pueschel@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/iperf3.make b/rules/iperf3.make
> index 7ff23856a440..8c8a38481a8a 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
>  
>  # ----------------------------------------------------------------------------



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-10-19 12:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-10-15 12:14 [ptxdist] [PATCH] iperf3: version bump 3.16 -> 3.19.1 Sven Püschel
2025-10-19 12:05 ` [ptxdist] [APPLIED] " Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox