Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=f7mZJct0; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=AkRMeVFd Received: by mail.netbsd.org (Postfix, from userid 605) id ED40B84F48; Tue, 14 May 2024 16:07:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715702856; bh=fSulT9bxSNgYlO6yVVXnZucndHbr8OZLJzFr0YdAzSY=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=f7mZJct0WEvVTIHbSs/ka/0H5EFgEgnZc+ZnyShM0MvZrP1QHwFiC2y+IAkUhGuOL lxLUEDz0618atcr9bM+3MjHXNwwhH/sn1zmJ4nxeXvQWgKJmsbm4iRIMu/bjyFLu2X Hqykmk16ThsqvhvlS65xq08QrpM/TY+93/IYIukI= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DEAEE84F44 for ; Tue, 14 May 2024 16:07:34 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=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 tcU8Sd-5tCl2 for ; Tue, 14 May 2024 16:07:34 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 6D70A84D01 for ; Tue, 14 May 2024 16:07:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715702854; bh=fSulT9bxSNgYlO6yVVXnZucndHbr8OZLJzFr0YdAzSY=; h=Date:From:Subject:To:Reply-To; b=AkRMeVFdCwhj7sbsbTrzz5VoGXpXtcpCLsTdAHk+gDRIINqZvcZB2lnnKEr+yE5mJ 4C1G5SO2QXxZo9EQ7MmZDdqGpUGU89D547CdQR+BxAjGbFUH+r9Zzf00kP02vNP8dh WZOtjXCOLluBSUFdTS6amWP2WWqMdtZ/GnblMrRE= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 66BEBFA2C; Tue, 14 May 2024 16:07:34 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1715702854129160" MIME-Version: 1.0 Date: Tue, 14 May 2024 16:07:34 +0000 From: "Greg Troxel" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: gdt@netbsd.org X-Mailer: log_accum Message-Id: <20240514160734.66BEBFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1715702854129160 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gdt Date: Tue May 14 16:07:34 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: doc: Updated net/iperf2 to 2.1.9 To generate a diff of this commit: cvs rdiff -u -r1.3416 -r1.3417 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1715702854129160 Content-Disposition: inline Content-Length: 716 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2024 diff -u pkgsrc/doc/CHANGES-2024:1.3416 pkgsrc/doc/CHANGES-2024:1.3417 --- pkgsrc/doc/CHANGES-2024:1.3416 Tue May 14 14:40:57 2024 +++ pkgsrc/doc/CHANGES-2024 Tue May 14 16:07:34 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.3416 2024/05/14 14:40:57 adam Exp $ +$NetBSD: CHANGES-2024,v 1.3417 2024/05/14 16:07:34 gdt Exp $ Changes to the packages collection and infrastructure in 2024: @@ -5353,3 +5353,4 @@ Changes to the packages collection and i Updated net/iperf3 to 3.17.1 [adam 2024-05-14] Updated www/py-django-import-export to 4.0.2 [adam 2024-05-14] Updated www/py-parsel to 1.9.1 [adam 2024-05-14] + Updated net/iperf2 to 2.1.9 [gdt 2024-05-14] --_----------=_1715702854129160--