Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=uI5B8pnX; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=NmGjW7gu Received: by mail.netbsd.org (Postfix, from userid 605) id 7852284EEC; Tue, 14 May 2024 14:40:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715697659; bh=qEBPXqo+k34R3Gr+TNYQpVRl6I+mZLEh922sDda+c10=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=uI5B8pnX00C8pjqESaj1Py/g8N/htCnJS9irI+tI0MsZdV+1Mj5PQD1Oi7qE+7QEO lB7/ybT0js614jfok2sPmiSGtZNFSVay7Tjy8BfPvT48aD/0fNpMMCyhx7PKh+/cjI RgQsQacnSu3ckhtXT2nak1kc1jZuU76qWEUwkrko= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 676C584E98 for ; Tue, 14 May 2024 14:40:58 +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 ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id mq9i5lGR_Zfr for ; Tue, 14 May 2024 14:40:58 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id B932784D44 for ; Tue, 14 May 2024 14:40:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715697658; bh=qEBPXqo+k34R3Gr+TNYQpVRl6I+mZLEh922sDda+c10=; h=Date:From:Subject:To:Reply-To; b=NmGjW7gu/h8ZeDrzp9uajM0CRU3nR50+pqisa0dlUfVpVa9TVJ6FXneeEl9b+Wswu wfJGZiKW1qPR43bb71kiqm1eFsKIVz0aIdqXA0qwmKIucPXupaGSb/30DKc7oYzzQD ckZVK9mdVEcsUqw9VnjO3FbyRgxif3jEjW7OPuWM= Received: by cvs.NetBSD.org (Postfix, from userid 500) id AEFA9FA2C; Tue, 14 May 2024 14:40:57 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1715697657299710" MIME-Version: 1.0 Date: Tue, 14 May 2024 14:40:57 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20240514144057.AEFA9FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1715697657299710 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue May 14 14:40:57 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: Updated net/iperf3, www/py-django-import-export, www/py-parsel To generate a diff of this commit: cvs rdiff -u -r1.3415 -r1.3416 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1715697657299710 Content-Disposition: inline Content-Length: 827 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.3415 pkgsrc/doc/CHANGES-2024:1.3416 --- pkgsrc/doc/CHANGES-2024:1.3415 Tue May 14 13:12:45 2024 +++ pkgsrc/doc/CHANGES-2024 Tue May 14 14:40:57 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.3415 2024/05/14 13:12:45 adam Exp $ +$NetBSD: CHANGES-2024,v 1.3416 2024/05/14 14:40:57 adam Exp $ Changes to the packages collection and infrastructure in 2024: @@ -5350,3 +5350,6 @@ Changes to the packages collection and i Updated www/gitea to 1.21.11 [wiz 2024-05-14] Updated textproc/py-ujson to 5.10.0 [adam 2024-05-14] Updated devel/py-pylint to 3.1.1 [adam 2024-05-14] + 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] --_----------=_1715697657299710--