pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/iperf Changes 1.7.0:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e461564bc25d
branches:  trunk
changeset: 466481:e461564bc25d
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Jan 19 10:00:40 2004 +0000

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

 net/iperf/Makefile |  16 ++++++++--------
 net/iperf/distinfo |   6 +++---
 2 files changed, 11 insertions(+), 11 deletions(-)

diffs (43 lines):

diff -r 8517bc9eb9b0 -r e461564bc25d net/iperf/Makefile
--- a/net/iperf/Makefile        Mon Jan 19 09:14:21 2004 +0000
+++ b/net/iperf/Makefile        Mon Jan 19 10:00:40 2004 +0000
@@ -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 @@
 
 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 -r 8517bc9eb9b0 -r e461564bc25d net/iperf/distinfo
--- a/net/iperf/distinfo        Mon Jan 19 09:14:21 2004 +0000
+++ b/net/iperf/distinfo        Mon Jan 19 10:00:40 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index