pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/iperf3 iperf3: updated to 3.7



details:   https://anonhg.NetBSD.org/pkgsrc/rev/970512edb36a
branches:  trunk
changeset: 336139:970512edb36a
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Jul 08 09:20:33 2019 +0000

description:
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:

 net/iperf3/Makefile                      |   7 +++++--
 net/iperf3/distinfo                      |  11 +++++------
 net/iperf3/patches/patch-src_Makefile.in |  26 --------------------------
 3 files changed, 10 insertions(+), 34 deletions(-)

diffs (71 lines):

diff -r 571cb1725e0a -r 970512edb36a net/iperf3/Makefile
--- a/net/iperf3/Makefile       Mon Jul 08 08:28:18 2019 +0000
+++ b/net/iperf3/Makefile       Mon Jul 08 09:20:33 2019 +0000
@@ -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 @@
 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 -r 571cb1725e0a -r 970512edb36a net/iperf3/distinfo
--- a/net/iperf3/distinfo       Mon Jul 08 08:28:18 2019 +0000
+++ b/net/iperf3/distinfo       Mon Jul 08 09:20:33 2019 +0000
@@ -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 -r 571cb1725e0a -r 970512edb36a net/iperf3/patches/patch-src_Makefile.in
--- a/net/iperf3/patches/patch-src_Makefile.in  Mon Jul 08 08:28:18 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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)



Home | Main Index | Thread Index | Old Index