Received: by mail.netbsd.org (Postfix, from userid 605) id EC7EF84E86; Sat, 4 Aug 2018 21:33:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E611D84E79 for ; Sat, 4 Aug 2018 21:33:02 +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 HBZwXrXY9h94 for ; Sat, 4 Aug 2018 21:33: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 2DCCB84DBD for ; Sat, 4 Aug 2018 21:33:02 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 216EAFBEC; Sat, 4 Aug 2018 21:33:02 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1533418382122840" MIME-Version: 1.0 Date: Sat, 4 Aug 2018 21:33:02 +0000 From: "Min Sik Kim" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: minskim@netbsd.org X-Mailer: log_accum Message-Id: <20180804213302.216EAFBEC@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. --_----------=_1533418382122840 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: minskim Date: Sat Aug 4 21:33:02 UTC 2018 Modified Files: pkgsrc/doc: CHANGES-2018 Log Message: doc: Updated devel/py-protobuf to 3.6.0 To generate a diff of this commit: cvs rdiff -u -r1.3437 -r1.3438 pkgsrc/doc/CHANGES-2018 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1533418382122840 Content-Disposition: inline Content-Length: 730 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2018 diff -u pkgsrc/doc/CHANGES-2018:1.3437 pkgsrc/doc/CHANGES-2018:1.3438 --- pkgsrc/doc/CHANGES-2018:1.3437 Sat Aug 4 21:26:09 2018 +++ pkgsrc/doc/CHANGES-2018 Sat Aug 4 21:33:01 2018 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2018,v 1.3437 2018/08/04 21:26:09 minskim Exp $ +$NetBSD: CHANGES-2018,v 1.3438 2018/08/04 21:33:01 minskim Exp $ Changes to the packages collection and infrastructure in 2018: @@ -4875,3 +4875,4 @@ Changes to the packages collection and i Updated security/stunnel to 5.48 [schmonz 2018-08-04] Updated devel/protobuf to 3.6.0 [minskim 2018-08-04] Updated net/grpc to 1.13.1 [minskim 2018-08-04] + Updated devel/py-protobuf to 3.6.0 [minskim 2018-08-04] --_----------=_1533418382122840--