diff options
author | adam <adam@pkgsrc.org> | 2019-07-08 09:20:33 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2019-07-08 09:20:33 +0000 |
commit | db53a3cb077141755de79a6ed5c285f7e578943a (patch) | |
tree | 1b61b4dc1968b60a1d45faae99650207db53856a /net | |
parent | 5a2078e9e08374ce5bcb060b6d3b021a27bfbc92 (diff) | |
download | pkgsrc-db53a3cb077141755de79a6ed5c285f7e578943a.tar.gz |
iperf3: updated to 3.7
3.7:
iperf 3.6 adds the --bidir flag for bidirectional tests, includes some minor enhancements, and fixes a number of bugs. More details can be found in the release notes.
Note: Documentation for the --bidir flag was inadvertently omitted from the manual page. This will be fixed in a future release.
3.6:
iperf 3.6 adds the --extra-data and --repeating-payload options and fixes some minor bugs.
3.5:
iperf 3.5 fixes a bug that could over-count data transfers (and hence measured bitrate).
3.4:
iperf 3.4 fixes a number of minor bugs and adds a few enhancements.
3.3:
New minor release of iperf 3.3, fixing a number of minor bugs.
3.2:
New minor release of iperf 3.2, with new features, bugfixes, and enhancements.
Diffstat (limited to 'net')
-rw-r--r-- | net/iperf3/Makefile | 7 | ||||
-rw-r--r-- | net/iperf3/distinfo | 11 | ||||
-rw-r--r-- | net/iperf3/patches/patch-src_Makefile.in | 26 |
3 files changed, 10 insertions, 34 deletions
diff --git a/net/iperf3/Makefile b/net/iperf3/Makefile index 86996d1581e..231f42955b3 100644 --- a/net/iperf3/Makefile +++ b/net/iperf3/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2017/04/28 14:12:14 jperkin Exp $ +# $NetBSD: Makefile,v 1.6 2019/07/08 09:20:33 adam Exp $ -DISTNAME= iperf-3.1.6 +DISTNAME= iperf-3.7 PKGNAME= ${DISTNAME:S/iperf/iperf3/} CATEGORIES= net benchmarks MASTER_SITES= http://downloads.es.net/pub/iperf/ @@ -13,9 +13,12 @@ LICENSE= modified-bsd USE_LANGUAGES= c99 USE_LIBTOOL= yes GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --disable-profiling # sctp_bindx() is in headers, but unusable CONFIGURE_ENV.NetBSD+= ac_cv_header_netinet_sctp_h=no +TEST_TARGET= check LDFLAGS.SunOS+= -lsocket -lnsl +.include "../../security/openssl/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/iperf3/distinfo b/net/iperf3/distinfo index c4485b54475..0ff28f43302 100644 --- a/net/iperf3/distinfo +++ b/net/iperf3/distinfo @@ -1,7 +1,6 @@ -$NetBSD: distinfo,v 1.4 2017/02/28 19:40:07 adam Exp $ +$NetBSD: distinfo,v 1.5 2019/07/08 09:20:33 adam Exp $ -SHA1 (iperf-3.1.6.tar.gz) = 55937ecf1bfeeb8121ff600c81395d73a2de6205 -RMD160 (iperf-3.1.6.tar.gz) = 9aa05a5e2fa47daaebc2fa64a2c402913fa0ea5a -SHA512 (iperf-3.1.6.tar.gz) = f3081b9620f32f2dac3d3a2b99d5f58cfaf67fbcb8a660c0d1cfe3ce99e6836e1567b8582b68a6980f9348770bcf77cd938646c2a118ae936175e3f670285a2a -Size (iperf-3.1.6.tar.gz) = 551000 bytes -SHA1 (patch-src_Makefile.in) = 2b445e515a4e4a25e8338e0774f80465b9a19f0f +SHA1 (iperf-3.7.tar.gz) = 0e36aaafa986e8d68f036aba709b0028895be3bf +RMD160 (iperf-3.7.tar.gz) = 251c960f544872a389032864d53b1fcb7e0cf6d9 +SHA512 (iperf-3.7.tar.gz) = 9b8d1ac6bdebb00e38e196db9a71ae6ff3b8b763cd4b1336d078c31f6d0a5ab53bbe70ba949c601af5efe674dbd032ed5d58a761d5159dae4e50122b68a8f086 +Size (iperf-3.7.tar.gz) = 605708 bytes diff --git a/net/iperf3/patches/patch-src_Makefile.in b/net/iperf3/patches/patch-src_Makefile.in deleted file mode 100644 index cbd0fa2d25d..00000000000 --- a/net/iperf3/patches/patch-src_Makefile.in +++ /dev/null @@ -1,26 +0,0 @@ -$NetBSD: patch-src_Makefile.in,v 1.1 2017/02/28 19:40:07 adam Exp $ - -Do not build test programs. - ---- src/Makefile.in.orig 2017-02-02 18:54:30.000000000 +0000 -+++ src/Makefile.in -@@ -146,7 +145,7 @@ AM_V_lt = $(am__v_lt_@AM_V@) - am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) - am__v_lt_0 = --silent - am__v_lt_1 = --PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS) -+PROGRAMS = $(bin_PROGRAMS) - am_iperf3_OBJECTS = iperf3-main.$(OBJEXT) - iperf3_OBJECTS = $(am_iperf3_OBJECTS) - iperf3_DEPENDENCIES = libiperf.la -@@ -226,9 +225,7 @@ AM_V_CCLD = $(am__v_CCLD_@AM_V@) - am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) - am__v_CCLD_0 = @echo " CCLD " $@; - am__v_CCLD_1 = --SOURCES = $(libiperf_la_SOURCES) $(iperf3_SOURCES) \ -- $(iperf3_profile_SOURCES) $(t_timer_SOURCES) \ -- $(t_units_SOURCES) $(t_uuid_SOURCES) -+SOURCES = $(libiperf_la_SOURCES) $(iperf3_SOURCES) - DIST_SOURCES = $(libiperf_la_SOURCES) $(iperf3_SOURCES) \ - $(iperf3_profile_SOURCES) $(t_timer_SOURCES) \ - $(t_units_SOURCES) $(t_uuid_SOURCES) |