Received: by mail.netbsd.org (Postfix, from userid 605) id AC59984E8F; Tue, 27 Jul 2021 15:48:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E474C84E8E for ; Tue, 27 Jul 2021 15:48:03 +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 cm8535sG8SpI for ; Tue, 27 Jul 2021 15:48:03 +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 5CB6284E8D for ; Tue, 27 Jul 2021 15:48:03 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 53F50FA95; Tue, 27 Jul 2021 15:48:03 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1627400883270310" MIME-Version: 1.0 Date: Tue, 27 Jul 2021 15:48:03 +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: <20210727154803.53F50FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1627400883270310 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Jul 27 15:48:03 UTC 2021 Modified Files: pkgsrc/doc: CHANGES-2021 TODO Log Message: Updated devel/abseil, net/grpc, net/py-grpcio, net/py-grpcio-testing, net/py-grpcio-tools To generate a diff of this commit: cvs rdiff -u -r1.3986 -r1.3987 pkgsrc/doc/CHANGES-2021 cvs rdiff -u -r1.20890 -r1.20891 pkgsrc/doc/TODO Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1627400883270310 Content-Disposition: inline Content-Length: 1503 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2021 diff -u pkgsrc/doc/CHANGES-2021:1.3986 pkgsrc/doc/CHANGES-2021:1.3987 --- pkgsrc/doc/CHANGES-2021:1.3986 Tue Jul 27 10:07:04 2021 +++ pkgsrc/doc/CHANGES-2021 Tue Jul 27 15:48:02 2021 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2021,v 1.3986 2021/07/27 10:07:04 fcambus Exp $ +$NetBSD: CHANGES-2021,v 1.3987 2021/07/27 15:48:02 adam Exp $ Changes to the packages collection and infrastructure in 2021: @@ -6359,3 +6359,8 @@ Changes to the packages collection and i Updated devel/py-setuptools to 57.4.0 [adam 2021-07-27] Added devel/mimalloc version 2.0.2 [fcambus 2021-07-27] Updated converters/bdf2psf to 1.205 [fcambus 2021-07-27] + Updated devel/abseil to 20210324.2 [adam 2021-07-27] + Updated net/grpc to 1.39.0 [adam 2021-07-27] + Updated net/py-grpcio to 1.39.0 [adam 2021-07-27] + Updated net/py-grpcio-testing to 1.39.0 [adam 2021-07-27] + Updated net/py-grpcio-tools to 1.39.0 [adam 2021-07-27] Index: pkgsrc/doc/TODO diff -u pkgsrc/doc/TODO:1.20890 pkgsrc/doc/TODO:1.20891 --- pkgsrc/doc/TODO:1.20890 Mon Jul 26 20:12:04 2021 +++ pkgsrc/doc/TODO Tue Jul 27 15:48:02 2021 @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.20890 2021/07/26 20:12:04 fcambus Exp $ +$NetBSD: TODO,v 1.20891 2021/07/27 15:48:02 adam Exp $ Suggested new packages ====================== @@ -951,7 +951,6 @@ For possible Perl packages updates, see o grep-3.6 o gromacs-2021.1 o groonga-11.0.1 - o grpc-1.39.0 o grub2-2.06 o gss-1.0.3 o gst-plugins0.10-bad-0.11.90 --_----------=_1627400883270310--