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: Mon Jul 8 09:20:33 UTC 2019
Modified Files:
pkgsrc/net/iperf3: Makefile distinfo
Removed Files:
pkgsrc/net/iperf3/patches: patch-src_Makefile.in
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/net/iperf3/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/net/iperf3/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/net/iperf3/patches/patch-src_Makefile.in
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.5 pkgsrc/net/iperf3/Makefile:1.6
--- pkgsrc/net/iperf3/Makefile:1.5 Fri Apr 28 14:12:14 2017
+++ pkgsrc/net/iperf3/Makefile Mon Jul 8 09:20:33 2019
@@ -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"
Index: pkgsrc/net/iperf3/distinfo
diff -u pkgsrc/net/iperf3/distinfo:1.4 pkgsrc/net/iperf3/distinfo:1.5
--- pkgsrc/net/iperf3/distinfo:1.4 Tue Feb 28 19:40:07 2017
+++ pkgsrc/net/iperf3/distinfo Mon Jul 8 09:20:33 2019
@@ -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
Home |
Main Index |
Thread Index |
Old Index