Skip to content

Commit

Permalink
iperf: package update to v3.18
Browse files Browse the repository at this point in the history
Signed-off-by: Sander <schutten@hotmail.com>
  • Loading branch information
GrumpyMeow authored and neheb committed Jan 13, 2025
1 parent 9b847a4 commit 3921a98
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 44 deletions.
6 changes: 3 additions & 3 deletions net/iperf3/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=iperf
PKG_VERSION:=3.17.1
PKG_RELEASE:=4
PKG_VERSION:=3.18
PKG_RELEASE:=1

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://downloads.es.net/pub/iperf
PKG_HASH:=84404ca8431b595e86c473d8f23d8bb102810001f15feaf610effd3b318788aa
PKG_HASH:=c0618175514331e766522500e20c94bfb293b4424eb27d7207fb427b88d20bab

PKG_MAINTAINER:=Felix Fietkau <nbd@nbd.name>
PKG_LICENSE:=BSD-3-Clause
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ iperf_printf is using an int format here but an int64_t variable. The format onl

--- a/src/iperf_api.c
+++ b/src/iperf_api.c
@@ -4056,7 +4056,7 @@ iperf_print_results(struct iperf_test *t
@@ -4137,7 +4137,7 @@ iperf_print_results(struct iperf_test *t
iperf_printf(test, report_sender_not_available_summary_format, "SUM");
}
else {
Expand Down
21 changes: 0 additions & 21 deletions net/iperf3/patches/010-y2k.patch

This file was deleted.

19 changes: 0 additions & 19 deletions net/iperf3/patches/030-musl-crash.patch

This file was deleted.

0 comments on commit 3921a98

Please sign in to comment.