Received: by mail.netbsd.org (Postfix, from userid 605) id B95E984F15; Sat, 3 Feb 2024 20:03:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EAC6584EEA for ; Sat, 3 Feb 2024 20:03:01 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id w6W0nFtyeQ4q for ; Sat, 3 Feb 2024 20:03:01 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 45CF884D93 for ; Sat, 3 Feb 2024 20:03:01 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 41052FA42; Sat, 3 Feb 2024 20:03:01 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1706990581193760" MIME-Version: 1.0 Date: Sat, 3 Feb 2024 20:03:01 +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: <20240203200301.41052FA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1706990581193760 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sat Feb 3 20:03:01 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: Updated net/grpc, net/py-grpcio, net/py-grpcio-testing, net/py-grpcio-tools To generate a diff of this commit: cvs rdiff -u -r1.897 -r1.898 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1706990581193760 Content-Disposition: inline Content-Length: 904 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.897 pkgsrc/doc/CHANGES-2024:1.898 --- pkgsrc/doc/CHANGES-2024:1.897 Sat Feb 3 18:58:13 2024 +++ pkgsrc/doc/CHANGES-2024 Sat Feb 3 20:03:01 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.897 2024/02/03 18:58:13 schmonz Exp $ +$NetBSD: CHANGES-2024,v 1.898 2024/02/03 20:03:01 adam Exp $ Changes to the packages collection and infrastructure in 2024: @@ -1231,3 +1231,7 @@ Changes to the packages collection and i Updated textproc/py-cmudict to 1.0.17 [adam 2024-02-03] Added devel/p5-Syntax-Keyword-Try version 0.29 [schmonz 2024-02-03] Updated textproc/po4a to 0.70nb2 [schmonz 2024-02-03] + Updated net/grpc to 1.60.1 [adam 2024-02-03] + Updated net/py-grpcio to 1.60.1 [adam 2024-02-03] + Updated net/py-grpcio-testing to 1.60.1 [adam 2024-02-03] + Updated net/py-grpcio-tools to 1.60.1 [adam 2024-02-03] --_----------=_1706990581193760--