From owner-svn-ports-head@freebsd.org Wed Nov 1 18:07:02 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A1B5BE61A45; Wed, 1 Nov 2017 18:07:02 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6661A7C5B4; Wed, 1 Nov 2017 18:07:02 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vA1I71Bm043795; Wed, 1 Nov 2017 18:07:01 GMT (envelope-from bmah@FreeBSD.org) Received: (from bmah@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vA1I71H3043792; Wed, 1 Nov 2017 18:07:01 GMT (envelope-from bmah@FreeBSD.org) Message-Id: <201711011807.vA1I71H3043792@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bmah set sender to bmah@FreeBSD.org using -f From: "Bruce A. Mah" Date: Wed, 1 Nov 2017 18:07:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r453311 - head/benchmarks/iperf3 X-SVN-Group: ports-head X-SVN-Commit-Author: bmah X-SVN-Commit-Paths: head/benchmarks/iperf3 X-SVN-Commit-Revision: 453311 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Nov 2017 18:07:02 -0000 Author: bmah Date: Wed Nov 1 18:07:01 2017 New Revision: 453311 URL: https://svnweb.freebsd.org/changeset/ports/453311 Log: Update iperf3 to 3.3, a bugfix release. While here, perform some major surgery on pkg-descr. Sponsored by: ESnet Modified: head/benchmarks/iperf3/Makefile head/benchmarks/iperf3/distinfo head/benchmarks/iperf3/pkg-descr Modified: head/benchmarks/iperf3/Makefile ============================================================================== --- head/benchmarks/iperf3/Makefile Wed Nov 1 17:42:34 2017 (r453310) +++ head/benchmarks/iperf3/Makefile Wed Nov 1 18:07:01 2017 (r453311) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= iperf -PORTVERSION= 3.2 +PORTVERSION= 3.3 CATEGORIES= benchmarks ipv6 MASTER_SITES= http://downloads.es.net/pub/iperf/ PKGNAMESUFFIX= 3 Modified: head/benchmarks/iperf3/distinfo ============================================================================== --- head/benchmarks/iperf3/distinfo Wed Nov 1 17:42:34 2017 (r453310) +++ head/benchmarks/iperf3/distinfo Wed Nov 1 18:07:01 2017 (r453311) @@ -1,3 +1,3 @@ -TIMESTAMP = 1498588779 -SHA256 (iperf-3.2.tar.gz) = f207b36f861485845dbdf09f909c62f3d2222a3cf3d2682095aede8213cd9c1d -SIZE (iperf-3.2.tar.gz) = 586550 +TIMESTAMP = 1509556141 +SHA256 (iperf-3.3.tar.gz) = 6f596271251056bffc11bbb8f17d4244ad9a7d4a317c2459fdbb853ae51284d8 +SIZE (iperf-3.3.tar.gz) = 589989 Modified: head/benchmarks/iperf3/pkg-descr ============================================================================== --- head/benchmarks/iperf3/pkg-descr Wed Nov 1 17:42:34 2017 (r453310) +++ head/benchmarks/iperf3/pkg-descr Wed Nov 1 18:07:01 2017 (r453311) @@ -1,12 +1,13 @@ -iperf is a tool for measuring the maximum TCP and UDP bandwidth along -a path between two hosts. It allows the tuning of various -parameters and UDP characteristics, and reports bandwidth, delay -jitter, datagram loss. iperf was originally developed by NLANR/DAST. +iperf3 is a tool for measuring the achievable TCP, UDP, and SCTP +throughput along a path between two hosts. It allows the tuning of +various parameters such as socket buffer sizes and maximum attempted +throughput. It reports (among other things) bandwidth, delay jitter, +and datagram loss. iperf was originally developed by NLANR/DAST. -iperf3 is a new implementation from scratch, with the goal of a -smaller, simpler code base, and a library version of the functionality -that can be used in other programs. iperf3 also a number of features -found in other tools such as nuttcp and netperf, but were missing from -iperf 2.x. iperf3 is not backwards compatible with iperf 2.x. +iperf3 is a new implementation developed from scratch at the Energy +Sciences Network (ESnet). Among its goals were a smaller, simpler +code base (compared to its predecessor, iperf2) and a library version +of the functionality that can be used in other programs. Note that +iperf3 does not interoperate with with iperf 2.x. WWW: http://software.es.net/iperf/