Skip to content

Commit

Permalink
bump iperf
Browse files Browse the repository at this point in the history
  • Loading branch information
fda77 committed Dec 16, 2024
1 parent 96b0ffe commit 799263e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ Latest changes
* Git 2.47.0
* htpdate 2.0.0
* ImageMagick 7.1.1-39
* iPerf3 3.3/3.18
* mc (Midnight Commander) 4.8.31/4.8.32
* Mosquitto 2.0.20
* Nano 8.2
Expand Down
4 changes: 2 additions & 2 deletions make/pkgs/iperf/Config.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
config FREETZ_PACKAGE_IPERF
bool "iPerf3 3.3/3.17.1 (binary only)"
bool "iPerf3 3.3/3.18 (binary only)"
default n
help
iPerf3 is a tool for active measurements of the maximum achievable
Expand All @@ -22,7 +22,7 @@ if FREETZ_PACKAGE_IPERF
Also this version is compatible with old uClibc.

config FREETZ_PACKAGE_IPERF_VERSION_CURRENT
bool "3.17.1"
bool "3.18"
depends on FREETZ_TARGET_IPV6_SUPPORT && !(FREETZ_TARGET_UCLIBC_0_9_28 || FREETZ_TARGET_UCLIBC_0_9_29)
select FREETZ_LIB_libatomic if ! FREETZ_PACKAGE_IPERF_STATIC

Expand Down
4 changes: 2 additions & 2 deletions make/pkgs/iperf/iperf.mk
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$(call PKG_INIT_BIN, $(if $(FREETZ_PACKAGE_IPERF_VERSION_ABANDON),3.3,3.17.1))
$(call PKG_INIT_BIN, $(if $(FREETZ_PACKAGE_IPERF_VERSION_ABANDON),3.3,3.18))
$(PKG)_SOURCE:=$(pkg)-$($(PKG)_VERSION).tar.gz
$(PKG)_HASH_ABANDON:=6f596271251056bffc11bbb8f17d4244ad9a7d4a317c2459fdbb853ae51284d8
$(PKG)_HASH_CURRENT:=84404ca8431b595e86c473d8f23d8bb102810001f15feaf610effd3b318788aa
$(PKG)_HASH_CURRENT:=c0618175514331e766522500e20c94bfb293b4424eb27d7207fb427b88d20bab
$(PKG)_HASH:=$($(PKG)_HASH_$(if $(FREETZ_PACKAGE_IPERF_VERSION_ABANDON),ABANDON,CURRENT))
$(PKG)_SITE:=https://downloads.es.net/pub/iperf
### WEBSITE:=https://iperf.fr/
Expand Down

1 comment on commit 799263e

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See for infos about iperf and maybe a changelog link:
https://freetz-ng.github.io/freetz-ng/make/iperf

Please sign in to comment.