From owner-svn-ports-all@freebsd.org Wed Jun 8 20:35:52 2016 Return-Path: Delivered-To: svn-ports-all@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 6191BB6F60D; Wed, 8 Jun 2016 20:35:52 +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 2BE25165C; Wed, 8 Jun 2016 20:35:52 +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 u58KZp02002236; Wed, 8 Jun 2016 20:35:51 GMT (envelope-from bmah@FreeBSD.org) Received: (from bmah@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u58KZpZm002234; Wed, 8 Jun 2016 20:35:51 GMT (envelope-from bmah@FreeBSD.org) Message-Id: <201606082035.u58KZpZm002234@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bmah set sender to bmah@FreeBSD.org using -f From: "Bruce A. Mah" Date: Wed, 8 Jun 2016 20:35:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416564 - head/benchmarks/iperf3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Jun 2016 20:35:52 -0000 Author: bmah Date: Wed Jun 8 20:35:51 2016 New Revision: 416564 URL: https://svnweb.freebsd.org/changeset/ports/416564 Log: Update to iperf3, which addresses a buffer overflow vulnerability on the iperf3 control channel. Security: d6bbf2d8-2cfc-11e6-800b-080027468580 Sponsored by: ESnet Modified: head/benchmarks/iperf3/Makefile head/benchmarks/iperf3/distinfo Modified: head/benchmarks/iperf3/Makefile ============================================================================== --- head/benchmarks/iperf3/Makefile Wed Jun 8 20:32:00 2016 (r416563) +++ head/benchmarks/iperf3/Makefile Wed Jun 8 20:35:51 2016 (r416564) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= iperf -PORTVERSION= 3.1.2 +PORTVERSION= 3.1.3 CATEGORIES= benchmarks ipv6 MASTER_SITES= http://downloads.es.net/pub/iperf/ PKGNAMESUFFIX= 3 Modified: head/benchmarks/iperf3/distinfo ============================================================================== --- head/benchmarks/iperf3/distinfo Wed Jun 8 20:32:00 2016 (r416563) +++ head/benchmarks/iperf3/distinfo Wed Jun 8 20:35:51 2016 (r416564) @@ -1,2 +1,2 @@ -SHA256 (iperf-3.1.2.tar.gz) = f9dbdb99f869c077d14bc1de78675f5e4b8d1bf78dc92381e96c3eb5b1fd7d86 -SIZE (iperf-3.1.2.tar.gz) = 542280 +SHA256 (iperf-3.1.3.tar.gz) = 60d8db69b1d74a64d78566c2317c373a85fef691b8d277737ee5d29f448595bf +SIZE (iperf-3.1.3.tar.gz) = 546899