Received: by mail.netbsd.org (Postfix, from userid 605) id 5817A84DCF; Thu, 6 Feb 2020 20:21:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D3BE884DCE for ; Thu, 6 Feb 2020 20:21:02 +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 0MiLSVYhTT_u for ; Thu, 6 Feb 2020 20:21:02 +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 3BC1184DC7 for ; Thu, 6 Feb 2020 20:21:02 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 396FCFBF4; Thu, 6 Feb 2020 20:21:02 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_158102046211260" MIME-Version: 1.0 Date: Thu, 6 Feb 2020 20:21:02 +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: <20200206202102.396FCFBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_158102046211260 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu Feb 6 20:21:02 UTC 2020 Modified Files: pkgsrc/doc: CHANGES-2020 Log Message: Added devel/abseil; Updated net/grpc, databases/mongo-c-driver To generate a diff of this commit: cvs rdiff -u -r1.960 -r1.961 pkgsrc/doc/CHANGES-2020 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_158102046211260 Content-Disposition: inline Content-Length: 832 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2020 diff -u pkgsrc/doc/CHANGES-2020:1.960 pkgsrc/doc/CHANGES-2020:1.961 --- pkgsrc/doc/CHANGES-2020:1.960 Thu Feb 6 16:46:54 2020 +++ pkgsrc/doc/CHANGES-2020 Thu Feb 6 20:21:02 2020 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2020,v 1.960 2020/02/06 16:46:54 kamil Exp $ +$NetBSD: CHANGES-2020,v 1.961 2020/02/06 20:21:02 adam Exp $ Changes to the packages collection and infrastructure in 2020: @@ -1380,3 +1380,6 @@ Changes to the packages collection and i Updated devel/protobuf to 3.11.3 [adam 2020-02-06] Updated devel/py-protobuf to 3.11.3 [adam 2020-02-06] Updated emulators/qemu to 4.2.0nb5 [kamil 2020-02-06] + Added devel/abseil version 20190808 [adam 2020-02-06] + Updated net/grpc to 1.27.0 [adam 2020-02-06] + Updated databases/mongo-c-driver to 1.16.1 [adam 2020-02-06] --_----------=_158102046211260--