Received: by mail.netbsd.org (Postfix, from userid 605) id 6395D84E3C; Thu, 3 Oct 2019 08:11:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DDD5784D62 for ; Thu, 3 Oct 2019 08:11:01 +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 Sb-MB-v_L1Es for ; Thu, 3 Oct 2019 08:11:01 +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 43A7484CCF for ; Thu, 3 Oct 2019 08:11:01 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 41A93FBF4; Thu, 3 Oct 2019 08:11:01 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1570090261164870" MIME-Version: 1.0 Date: Thu, 3 Oct 2019 08:11: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: <20191003081101.41A93FBF4@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. --_----------=_1570090261164870 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu Oct 3 08:11:01 UTC 2019 Modified Files: pkgsrc/doc: CHANGES-2019 Log Message: Updated devel/cmake, net/grpc, net/py-grpcio, net/py-grpcio-tools To generate a diff of this commit: cvs rdiff -u -r1.4126 -r1.4127 pkgsrc/doc/CHANGES-2019 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1570090261164870 Content-Disposition: inline Content-Length: 894 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2019 diff -u pkgsrc/doc/CHANGES-2019:1.4126 pkgsrc/doc/CHANGES-2019:1.4127 --- pkgsrc/doc/CHANGES-2019:1.4126 Thu Oct 3 03:00:21 2019 +++ pkgsrc/doc/CHANGES-2019 Thu Oct 3 08:11:01 2019 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2019,v 1.4126 2019/10/03 03:00:21 gutteridge Exp $ +$NetBSD: CHANGES-2019,v 1.4127 2019/10/03 08:11:01 adam Exp $ Changes to the packages collection and infrastructure in 2019: @@ -6695,3 +6695,7 @@ Changes to the packages collection and i Updated lang/ruby25-base to 2.5.7nb1 [ryoon 2019-10-03] Updated lang/ruby26-base to 2.6.5nb1 [ryoon 2019-10-03] Updated x11/xfce4-panel to 4.14.1 [gutteridge 2019-10-03] + Updated devel/cmake to 3.15.4 [adam 2019-10-03] + Updated net/grpc to 1.23.1 [adam 2019-10-03] + Updated net/py-grpcio to 1.23.1 [adam 2019-10-03] + Updated net/py-grpcio-tools to 1.23.1 [adam 2019-10-03] --_----------=_1570090261164870--