summaryrefslogtreecommitdiff
path: root/net/iperf
diff options
context:
space:
mode:
authoradam <adam>2004-01-19 10:00:40 +0000
committeradam <adam>2004-01-19 10:00:40 +0000
commit45baaf8948199f748e1e3ec57bd3c06871b49406 (patch)
tree28a0fe13d7b87ed472672f07d34c654f8aabf0c1 /net/iperf
parenta5bc537b568af597ab1e631f6f4932c385a4871d (diff)
downloadpkgsrc-45baaf8948199f748e1e3ec57bd3c06871b49406.tar.gz
Changes 1.7.0:
* Added bidirectional testing both simultaneosly and tradeoff * Added server side statistic reporting on the client for UDP * Limits on the number of connections and locations for servers * Fixed the IPv6 Multicast implementation * Removed the SegFault on exit by Ctrl-C for the server * Thread bug resulting in "pthread create failed" after many clients * "connect failed" on server for UDP clients when IPv6 is enabled is fixed
Diffstat (limited to 'net/iperf')
-rw-r--r--net/iperf/Makefile16
-rw-r--r--net/iperf/distinfo6
2 files changed, 11 insertions, 11 deletions
diff --git a/net/iperf/Makefile b/net/iperf/Makefile
index 7a7544d8d69..2c4d0a2d80a 100644
--- a/net/iperf/Makefile
+++ b/net/iperf/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2003/11/07 15:48:24 gavan Exp $
+# $NetBSD: Makefile,v 1.7 2004/01/19 10:00:40 adam Exp $
#
-DISTNAME= iperf-1.6.5-source
+DISTNAME= iperf-1.7.0-source
PKGNAME= ${DISTNAME:C/-source//}
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
CATEGORIES= net
@@ -13,12 +13,12 @@ COMMENT= TCP and UDP bandwidth performance measurement tool
NOT_FOR_PLATFORM= *-*-sparc64 # internal g++ error
-USE_BUILDLINK2= YES
-CONFIGURE_DIRS= ${WRKSRC}/cfg
-INSTALL_DIRS= ${WRKSRC}/src
-GNU_CONFIGURE= YES
-MAKE_ENV+= INSTALL_DIR=${PREFIX}/bin
-USE_GCC_SHLIB= YES
+USE_BUILDLINK2= YES
+CONFIGURE_DIRS= ${WRKSRC}/cfg
+INSTALL_DIRS= ${WRKSRC}/src
+GNU_CONFIGURE= YES
+MAKE_ENV+= INSTALL_DIR=${PREFIX}/bin
+USE_GCC_SHLIB= YES
PTHREAD_OPTS= native optional
.include "../../mk/pthread.buildlink2.mk"
diff --git a/net/iperf/distinfo b/net/iperf/distinfo
index 7f87cb1c88b..006b819e6be 100644
--- a/net/iperf/distinfo
+++ b/net/iperf/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1.1.1 2003/01/27 13:13:55 seb Exp $
+$NetBSD: distinfo,v 1.2 2004/01/19 10:00:40 adam Exp $
-SHA1 (iperf-1.6.5-source.tar.gz) = 4bac916d8c0327f04665545bc1b22e1276e19b94
-Size (iperf-1.6.5-source.tar.gz) = 179084 bytes
+SHA1 (iperf-1.7.0-source.tar.gz) = 6f8058616f2105f8342e3a39366a3362b0f85589
+Size (iperf-1.7.0-source.tar.gz) = 182773 bytes