Source-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.9



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3ac06cee5e28
branches:  trunk
changeset: 437194:3ac06cee5e28
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Aug 18 07:37:52 2020 +0000

description:
iperf3: updated to 3.9

iperf 3.9

* Notable user-visible changes

  * A --timestamps flag has been added, which prepends a timestamp to
    each output line.  An optional argument to this flag, which is a
    format specification to strftime(3), allows for custom timestamp
    formats.

  * A --server-bitrate-limit flag has been added as a server-side
    command-line argument.  It allows a server to enforce a maximum
    throughput rate; client connections that specify a higher bitrate
    or exceed this bitrate during a test will be terminated.  The
    bitrate is expressed in bits per second, with an optional trailing
    slash and integer count that specifies an averaging interval over
    which to enforce the limit.

  * A bug that caused increased CPU usage with the --bidir option has
    been fixed.

* Notable developer-visible changes

  * Fixed various minor memory leaks.

diffstat:

 net/iperf3/Makefile |   9 +++------
 net/iperf3/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 11 deletions(-)

diffs (43 lines):

diff -r a1cb9bcba484 -r 3ac06cee5e28 net/iperf3/Makefile
--- a/net/iperf3/Makefile       Tue Aug 18 05:51:23 2020 +0000
+++ b/net/iperf3/Makefile       Tue Aug 18 07:37:52 2020 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.9 2020/06/11 17:12:43 adam Exp $
+# $NetBSD: Makefile,v 1.10 2020/08/18 07:37:52 adam Exp $
 
-DISTNAME=      iperf-3.8.1
+DISTNAME=      iperf-3.9
 PKGNAME=       ${DISTNAME:S/iperf/iperf3/}
 CATEGORIES=    net benchmarks
-MASTER_SITES=  http://downloads.es.net/pub/iperf/
+MASTER_SITES=  https://downloads.es.net/pub/iperf/
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://software.es.net/iperf/
@@ -13,10 +13,7 @@
 USE_LANGUAGES=         c99
 USE_LIBTOOL=           yes
 GNU_CONFIGURE=         yes
-#CONFIGURE_ARGS+=      --disable-profiling
 CONFIGURE_ARGS.NetBSD+=        --without-sctp
-# sctp_bindx() is in headers, but unusable
-#CONFIGURE_ENV.NetBSD+=        ac_cv_header_netinet_sctp_h=no
 TEST_TARGET=           check
 
 LDFLAGS.SunOS+=                -lsocket -lnsl
diff -r a1cb9bcba484 -r 3ac06cee5e28 net/iperf3/distinfo
--- a/net/iperf3/distinfo       Tue Aug 18 05:51:23 2020 +0000
+++ b/net/iperf3/distinfo       Tue Aug 18 07:37:52 2020 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.6 2020/06/11 17:12:43 adam Exp $
+$NetBSD: distinfo,v 1.7 2020/08/18 07:37:52 adam Exp $
 
-SHA1 (iperf-3.8.1.tar.gz) = 2f3bbdbd097e9ad68ebfd09a158fb58ea6a71563
-RMD160 (iperf-3.8.1.tar.gz) = 2c9f32449e20ed3feba781a942ceac2083593b97
-SHA512 (iperf-3.8.1.tar.gz) = 0b80849d7705277f63982bbf7a1c159cd9eed65fc89e5f0d443364e8ada7ed0e670c8747a8c5464c3425c134c19ac8bb6b028867f892e70201d4450c7c5a033e
-Size (iperf-3.8.1.tar.gz) = 618098 bytes
+SHA1 (iperf-3.9.tar.gz) = 55bd42d401127400ffc4d013893f1f9450eca6c0
+RMD160 (iperf-3.9.tar.gz) = 2d2e67849f0b1a77a7433b6cf6a8fc1fae89ca2c
+SHA512 (iperf-3.9.tar.gz) = 4a2af8a6028b0f6bded9b3ac51c5463bc7595c9a2d2ac13f28b0e2e8dee0ac0a299e7817125e23e409f12e8e80862ed28d5541eef3cda7cd9f7104bb720165ce
+Size (iperf-3.9.tar.gz) = 622459 bytes
 SHA1 (patch-configure) = 935c259526c0bbd9da9d4da9c62cc462d8a74175



Home | Main Index | Thread Index | Old Index