pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/iperf3
Module Name: pkgsrc
Committed By: adam
Date: Tue Aug 18 07:37:52 UTC 2020
Modified Files:
pkgsrc/net/iperf3: Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/net/iperf3/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/net/iperf3/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/iperf3/Makefile
diff -u pkgsrc/net/iperf3/Makefile:1.9 pkgsrc/net/iperf3/Makefile:1.10
--- pkgsrc/net/iperf3/Makefile:1.9 Thu Jun 11 17:12:43 2020
+++ pkgsrc/net/iperf3/Makefile Tue Aug 18 07:37:52 2020
@@ -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 @@ LICENSE= modified-bsd
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
Index: pkgsrc/net/iperf3/distinfo
diff -u pkgsrc/net/iperf3/distinfo:1.6 pkgsrc/net/iperf3/distinfo:1.7
--- pkgsrc/net/iperf3/distinfo:1.6 Thu Jun 11 17:12:43 2020
+++ pkgsrc/net/iperf3/distinfo Tue Aug 18 07:37:52 2020
@@ -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