mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH v1] iperf3: version bump 3.6 -> 3.14
@ 2023-07-25 12:42 Oleksij Rempel
  2023-07-27 16:40 ` Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Oleksij Rempel @ 2023-07-25 12:42 UTC (permalink / raw)
  To: ptxdist; +Cc: Oleksij Rempel

This update should fix an iperf3 crash on ARMv7 noNEON platform
(for example on Microchip SAMA5D3).

Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>
---
 rules/iperf3.make | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/rules/iperf3.make b/rules/iperf3.make
index ad3fa8ffb..45804be9d 100644
--- a/rules/iperf3.make
+++ b/rules/iperf3.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_IPERF3) += iperf3
 #
 # Paths and names
 #
-IPERF3_VERSION	:= 3.6
-IPERF3_MD5	:= 6114c34ef6c3a69bc75de12e5366789b
+IPERF3_VERSION	:= 3.14
+IPERF3_MD5	:= 2fcf9691a062e905204c1868686cb051
 IPERF3		:= iperf-$(IPERF3_VERSION)
 IPERF3_SUFFIX	:= tar.gz
 IPERF3_URL	:= https://downloads.es.net/pub/iperf/$(IPERF3).$(IPERF3_SUFFIX)
@@ -30,8 +30,7 @@ IPERF3_LICENSE	:= BSD
 #
 # autoconf
 #
-IPERF3_CONF_TOOL := autoconf
-IPERF3_CONF_OPT := \
+IPERF3_AUTOCONF := \
 	$(CROSS_AUTOCONF_USR) \
 	--with-openssl=$(PTXDIST_SYSROOT_TARGET)/usr
 
-- 
2.39.2




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

* Re: [ptxdist] [PATCH v1] iperf3: version bump 3.6 -> 3.14
  2023-07-25 12:42 [ptxdist] [PATCH v1] iperf3: version bump 3.6 -> 3.14 Oleksij Rempel
@ 2023-07-27 16:40 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2023-07-27 16:40 UTC (permalink / raw)
  To: Oleksij Rempel; +Cc: ptxdist

On Tue, Jul 25, 2023 at 02:42:42PM +0200, Oleksij Rempel wrote:
> This update should fix an iperf3 crash on ARMv7 noNEON platform
> (for example on Microchip SAMA5D3).
> 
> Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>
> ---
>  rules/iperf3.make | 7 +++----
>  1 file changed, 3 insertions(+), 4 deletions(-)
> 
> diff --git a/rules/iperf3.make b/rules/iperf3.make
> index ad3fa8ffb..45804be9d 100644
> --- a/rules/iperf3.make
> +++ b/rules/iperf3.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_IPERF3) += iperf3
>  #
>  # Paths and names
>  #
> -IPERF3_VERSION	:= 3.6
> -IPERF3_MD5	:= 6114c34ef6c3a69bc75de12e5366789b
> +IPERF3_VERSION	:= 3.14
> +IPERF3_MD5	:= 2fcf9691a062e905204c1868686cb051
>  IPERF3		:= iperf-$(IPERF3_VERSION)
>  IPERF3_SUFFIX	:= tar.gz
>  IPERF3_URL	:= https://downloads.es.net/pub/iperf/$(IPERF3).$(IPERF3_SUFFIX)
> @@ -30,8 +30,7 @@ IPERF3_LICENSE	:= BSD
>  #
>  # autoconf
>  #
> -IPERF3_CONF_TOOL := autoconf
> -IPERF3_CONF_OPT := \
> +IPERF3_AUTOCONF := \

_AUTOCONF is the old syntax. Just leave this as it is.

Michael

>  	$(CROSS_AUTOCONF_USR) \
>  	--with-openssl=$(PTXDIST_SYSROOT_TARGET)/usr
>  
> -- 
> 2.39.2
> 
> 
> 

-- 
Pengutronix e.K.                           |                             |
Steuerwalder Str. 21                       | http://www.pengutronix.de/  |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |



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

end of thread, other threads:[~2023-07-27 16:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-25 12:42 [ptxdist] [PATCH v1] iperf3: version bump 3.6 -> 3.14 Oleksij Rempel
2023-07-27 16:40 ` Michael Olbrich

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