pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/grpc grpc: updated to 1.22.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/22cd0e053f2a
branches:  trunk
changeset: 335965:22cd0e053f2a
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Jul 03 20:06:42 2019 +0000

description:
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.

diffstat:

 net/grpc/Makefile |   4 ++--
 net/grpc/PLIST    |   5 ++++-
 net/grpc/distinfo |  10 +++++-----
 3 files changed, 11 insertions(+), 8 deletions(-)

diffs (63 lines):

diff -r 4da016ccc6b7 -r 22cd0e053f2a net/grpc/Makefile
--- a/net/grpc/Makefile Wed Jul 03 20:00:10 2019 +0000
+++ b/net/grpc/Makefile Wed Jul 03 20:06:42 2019 +0000
@@ -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}
diff -r 4da016ccc6b7 -r 22cd0e053f2a net/grpc/PLIST
--- a/net/grpc/PLIST    Wed Jul 03 20:00:10 2019 +0000
+++ b/net/grpc/PLIST    Wed Jul 03 20:06:42 2019 +0000
@@ -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/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/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/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
diff -r 4da016ccc6b7 -r 22cd0e053f2a net/grpc/distinfo
--- a/net/grpc/distinfo Wed Jul 03 20:00:10 2019 +0000
+++ b/net/grpc/distinfo Wed Jul 03 20:06:42 2019 +0000
@@ -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



Home | Main Index | Thread Index | Old Index