Received: by mail.netbsd.org (Postfix, from userid 605) id 1E80B84EC6; Sun, 20 Nov 2022 13:07:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4C83884EA2 for ; Sun, 20 Nov 2022 13:07:28 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id g-i9CMazmiTn for ; Sun, 20 Nov 2022 13:07:27 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 957D884E5A for ; Sun, 20 Nov 2022 13:07:27 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 61E75FA90; Sun, 20 Nov 2022 13:07:22 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1668949642110590" MIME-Version: 1.0 Date: Sun, 20 Nov 2022 13:07:22 +0000 From: "Greg Troxel" Subject: CVS commit: pkgsrc/net/iperf2 To: pkgsrc-changes@NetBSD.org Reply-To: gdt@netbsd.org X-Mailer: log_accum Message-Id: <20221120130722.61E75FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1668949642110590 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gdt Date: Sun Nov 20 13:07:22 UTC 2022 Modified Files: pkgsrc/net/iperf2: Makefile distinfo Log Message: net/iperf2: Update to 2.1.8 (micro release) To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/net/iperf2/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/net/iperf2/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1668949642110590 Content-Disposition: inline Content-Length: 1444 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/iperf2/Makefile diff -u pkgsrc/net/iperf2/Makefile:1.5 pkgsrc/net/iperf2/Makefile:1.6 --- pkgsrc/net/iperf2/Makefile:1.5 Sun May 29 15:53:44 2022 +++ pkgsrc/net/iperf2/Makefile Sun Nov 20 13:07:22 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2022/05/29 15:53:44 gdt Exp $ +# $NetBSD: Makefile,v 1.6 2022/11/20 13:07:22 gdt Exp $ -DISTNAME= iperf-2.1.7 +DISTNAME= iperf-2.1.8 CATEGORIES= net benchmarks MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=iperf2/} Index: pkgsrc/net/iperf2/distinfo diff -u pkgsrc/net/iperf2/distinfo:1.6 pkgsrc/net/iperf2/distinfo:1.7 --- pkgsrc/net/iperf2/distinfo:1.6 Sun May 29 15:53:44 2022 +++ pkgsrc/net/iperf2/distinfo Sun Nov 20 13:07:22 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2022/05/29 15:53:44 gdt Exp $ +$NetBSD: distinfo,v 1.7 2022/11/20 13:07:22 gdt Exp $ -BLAKE2s (iperf-2.1.7.tar.gz) = 74623387d3fb865a9850ccbeff4587101dbe3b0569a89f0bc6292a8589f284cb -SHA512 (iperf-2.1.7.tar.gz) = 1a4dc2ddea1b48d6c7db053b593dc83269de3220631d115d11f3a9f0552fd5591cffbcec02ee00305f35e39d76dfe6232309b85d263b65611888afa08c7e2a90 -Size (iperf-2.1.7.tar.gz) = 408216 bytes +BLAKE2s (iperf-2.1.8.tar.gz) = a651299edb509b5bcd1504e72c86af772c2aa59de60af8f99b45fba4261c0fed +SHA512 (iperf-2.1.8.tar.gz) = 0b5c3dbb493d6663e7ea8621489aa92d2996c48c19499878b33b5e114a57b2c0184bd56624ab935f259c34ee63842a4a89710a91c249e2f4fb7bb37fb7572df8 +Size (iperf-2.1.8.tar.gz) = 420716 bytes --_----------=_1668949642110590--