Received: by mail.netbsd.org (Postfix, from userid 605) id C663984DCE; Wed, 3 Jul 2019 20:06:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4CD1E84DBF for ; Wed, 3 Jul 2019 20:06:43 +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 QSuKoC13K9Xv for ; Wed, 3 Jul 2019 20:06:42 +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 AB3AD84DB6 for ; Wed, 3 Jul 2019 20:06:42 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A03BAFBF4; Wed, 3 Jul 2019 20:06:42 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_156218440272090" MIME-Version: 1.0 Date: Wed, 3 Jul 2019 20:06:42 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/net/grpc To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20190703200642.A03BAFBF4@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. --_----------=_156218440272090 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Jul 3 20:06:42 UTC 2019 Modified Files: pkgsrc/net/grpc: Makefile PLIST distinfo Log Message: grpc: updated to 1.22.0 Release v1.22.0 Core building upb as part of cmake build is not necessary (for v1.22.x). Convert TraceFlags in the hot path to DebugTraceFlags. Fix a bug where POST_RECV_MESSAGE was not being triggered. Adjust the order of IOMgr timer initialization and comment of grpc_timer::heap_index. C++ use bazel wrapper for "bazel" invocations in grpc workspace. Add method to validate service config json. Update comment on ssl hostname override. Rename root certificate bundle in gRPC-C++ pod. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 pkgsrc/net/grpc/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/net/grpc/PLIST cvs rdiff -u -r1.13 -r1.14 pkgsrc/net/grpc/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_156218440272090 Content-Disposition: inline Content-Length: 3330 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/grpc/Makefile diff -u pkgsrc/net/grpc/Makefile:1.12 pkgsrc/net/grpc/Makefile:1.13 --- pkgsrc/net/grpc/Makefile:1.12 Fri May 31 08:29:48 2019 +++ pkgsrc/net/grpc/Makefile Wed Jul 3 20:06:42 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2019/05/31 08:29:48 adam Exp $ +# $NetBSD: Makefile,v 1.13 2019/07/03 20:06:42 adam Exp $ -DISTNAME= grpc-1.21.2 +DISTNAME= grpc-1.22.0 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=grpc/} GITHUB_TAG= v${PKGVERSION_NOREV} Index: pkgsrc/net/grpc/PLIST diff -u pkgsrc/net/grpc/PLIST:1.7 pkgsrc/net/grpc/PLIST:1.8 --- pkgsrc/net/grpc/PLIST:1.7 Wed May 22 09:46:50 2019 +++ pkgsrc/net/grpc/PLIST Wed Jul 3 20:06:42 2019 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2019/05/22 09:46:50 adam Exp $ +@comment $NetBSD: PLIST,v 1.8 2019/07/03 20:06:42 adam Exp $ bin/grpc_cpp_plugin bin/grpc_csharp_plugin bin/grpc_node_plugin @@ -175,6 +175,7 @@ include/grpcpp/impl/codegen/callback_com include/grpcpp/impl/codegen/channel_interface.h include/grpcpp/impl/codegen/client_callback.h include/grpcpp/impl/codegen/client_context.h +include/grpcpp/impl/codegen/client_context_impl.h include/grpcpp/impl/codegen/client_interceptor.h include/grpcpp/impl/codegen/client_unary_call.h include/grpcpp/impl/codegen/completion_queue.h @@ -201,6 +202,7 @@ include/grpcpp/impl/codegen/security/aut include/grpcpp/impl/codegen/serialization_traits.h include/grpcpp/impl/codegen/server_callback.h include/grpcpp/impl/codegen/server_context.h +include/grpcpp/impl/codegen/server_context_impl.h include/grpcpp/impl/codegen/server_interceptor.h include/grpcpp/impl/codegen/server_interface.h include/grpcpp/impl/codegen/service_type.h @@ -262,6 +264,7 @@ include/grpcpp/support/string_ref.h include/grpcpp/support/stub_options.h include/grpcpp/support/sync_stream.h include/grpcpp/support/time.h +include/grpcpp/support/validate_service_config.h lib/cmake/grpc/gRPCConfig.cmake lib/cmake/grpc/gRPCConfigVersion.cmake lib/cmake/grpc/gRPCTargets-noconfig.cmake Index: pkgsrc/net/grpc/distinfo diff -u pkgsrc/net/grpc/distinfo:1.13 pkgsrc/net/grpc/distinfo:1.14 --- pkgsrc/net/grpc/distinfo:1.13 Fri May 31 08:29:48 2019 +++ pkgsrc/net/grpc/distinfo Wed Jul 3 20:06:42 2019 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.13 2019/05/31 08:29:48 adam Exp $ +$NetBSD: distinfo,v 1.14 2019/07/03 20:06:42 adam Exp $ -SHA1 (grpc-1.21.2.tar.gz) = e561bc5428f2f22127b475ec28518919473e4837 -RMD160 (grpc-1.21.2.tar.gz) = 5272ed8067e322395022f3cf984dad2b38f24338 -SHA512 (grpc-1.21.2.tar.gz) = b7e2981096f5404c31c97200cc4ffbc8b2bb4646fb52e1823f21045711547e1500bf720f160840ee7288524df3f96671e18a760c8dce015a060900867520148e -Size (grpc-1.21.2.tar.gz) = 15043280 bytes +SHA1 (grpc-1.22.0.tar.gz) = 7c1977175c8d6ec12dbd699beccb678b38517f0a +RMD160 (grpc-1.22.0.tar.gz) = 9dfba68909877252b3dd577646a2363f8f53730a +SHA512 (grpc-1.22.0.tar.gz) = e8181f01bc44dc7e7a9e8c74c0a9c3f25960bb9c88c239e7c75764105ca24ac173bab663130fb6349c7fa43cd57f35dd7927a369482b1e6a73224cb2174bd336 +Size (grpc-1.22.0.tar.gz) = 15082718 bytes SHA1 (patch-CMakeLists.txt) = f3cf27ec59109a8a0a6fa8aebd2ffa1871c29442 SHA1 (patch-cmake_benchmark.cmake) = 031873ba9a8cd93d491693feb4d58e52a715cc64 SHA1 (patch-include_grpc_impl_codegen_port__platform.h) = b8d07e5bbf04694df00d0d19884844b791eb002c --_----------=_156218440272090--