Sat Aug 4 21:25:59 2018 UTC ()
net/grpc: Update to 1.13.1

Notable changes since 1.11.0:
- Make GrpcBuffer{Reader|Writer} Public
- Compile Out Tracers Option
- Add RpcException.StatusCode property
- gRPC stats will only be collected for debug builds or if
  GRPC_COLLECT_STATS is defined.
- cmake install now also installs should also installs the roots.pem
  file


(minskim)
diff -r1.5 -r1.6 pkgsrc/net/grpc/Makefile
diff -r1.5 -r1.6 pkgsrc/net/grpc/distinfo
diff -r1.3 -r1.4 pkgsrc/net/grpc/PLIST

cvs diff -r1.5 -r1.6 pkgsrc/net/grpc/Makefile (expand / switch to unified diff)

--- pkgsrc/net/grpc/Makefile 2018/04/27 17:47:27 1.5
+++ pkgsrc/net/grpc/Makefile 2018/08/04 21:25:58 1.6
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.5 2018/04/27 17:47:27 minskim Exp $ 1# $NetBSD: Makefile,v 1.6 2018/08/04 21:25:58 minskim Exp $
2 2
3DISTNAME= grpc-1.11.0 3DISTNAME= grpc-1.13.1
4CATEGORIES= net 4CATEGORIES= net
5MASTER_SITES= ${MASTER_SITE_GITHUB:=grpc/} 5MASTER_SITES= ${MASTER_SITE_GITHUB:=grpc/}
6GITHUB_TAG= v${PKGVERSION_NOREV} 6GITHUB_TAG= v${PKGVERSION_NOREV}
7 7
8MAINTAINER= minskim@NetBSD.org 8MAINTAINER= minskim@NetBSD.org
9HOMEPAGE= https://grpc.io/ 9HOMEPAGE= https://grpc.io/
10COMMENT= High performance, open-source universal RPC framework 10COMMENT= High performance, open-source universal RPC framework
11LICENSE= apache-2.0 11LICENSE= apache-2.0
12 12
13USE_CMAKE= yes 13USE_CMAKE= yes
14USE_LANGUAGES+= c c++11 14USE_LANGUAGES+= c c++11
15USE_TOOLS+= pkg-config 15USE_TOOLS+= pkg-config
16 16

cvs diff -r1.5 -r1.6 pkgsrc/net/grpc/distinfo (expand / switch to unified diff)

--- pkgsrc/net/grpc/distinfo 2018/05/15 15:20:17 1.5
+++ pkgsrc/net/grpc/distinfo 2018/08/04 21:25:58 1.6
@@ -1,13 +1,13 @@ @@ -1,13 +1,13 @@
1$NetBSD: distinfo,v 1.5 2018/05/15 15:20:17 jperkin Exp $ 1$NetBSD: distinfo,v 1.6 2018/08/04 21:25:58 minskim Exp $
2 2
3SHA1 (grpc-1.11.0.tar.gz) = e4ddeb1de8ccc00987a8a12879d0ecbfe9ccb5d6 3SHA1 (grpc-1.13.1.tar.gz) = 57e1029fa40bd9defe57b5d9c1c69cdaa46fd5d1
4RMD160 (grpc-1.11.0.tar.gz) = 9d950dee2d00015f72066dd9b83c92b0a4bb81cb 4RMD160 (grpc-1.13.1.tar.gz) = e983b73f5df133a1d3db0de9ae1297eca11c5329
5SHA512 (grpc-1.11.0.tar.gz) = 3127cf0e66cd0712d905e6008adf6f80d787ad97eae2fba38fa3f4d343849a3dc3ca8f2ccbc82020e812fdb272e9577584c298a5b623fbdcac40c1efd7877855 5SHA512 (grpc-1.13.1.tar.gz) = f44028299d47865814ada2b8b93dc98dc51c8729bedc9c30dd79c04f6ecc3789ff06bbe7555e5d3512d9aec027751761ae10a80a09a94cf85bbd3260d651b356
6Size (grpc-1.11.0.tar.gz) = 13431990 bytes 6Size (grpc-1.13.1.tar.gz) = 13757818 bytes
7SHA1 (patch-CMakeLists.txt) = 3bd2e5bc254a06b03578430eb57ea14c13336219 7SHA1 (patch-CMakeLists.txt) = 3bd2e5bc254a06b03578430eb57ea14c13336219
8SHA1 (patch-cmake_benchmark.cmake) = 031873ba9a8cd93d491693feb4d58e52a715cc64 8SHA1 (patch-cmake_benchmark.cmake) = 031873ba9a8cd93d491693feb4d58e52a715cc64
9SHA1 (patch-cmake_cares.cmake) = 19324318dce81451bf7a53d0ca5a7e445a751db5 9SHA1 (patch-cmake_cares.cmake) = 19324318dce81451bf7a53d0ca5a7e445a751db5
10SHA1 (patch-include_grpc_impl_codegen_port__platform.h) = 7d2630c8940e8de5201cadc67341707608d20aa3 10SHA1 (patch-include_grpc_impl_codegen_port__platform.h) = 7d2630c8940e8de5201cadc67341707608d20aa3
11SHA1 (patch-src_core_ext_filters_client__channel_resolver_dns_c__ares_grpc__ares__ev__driver__posix.cc) = 341b9dd5cc40aa45000eb01b5acb2ad99d705264 11SHA1 (patch-src_core_ext_filters_client__channel_resolver_dns_c__ares_grpc__ares__ev__driver__posix.cc) = 341b9dd5cc40aa45000eb01b5acb2ad99d705264
12SHA1 (patch-src_core_lib_gpr_arena.cc) = 57fdb3de54ce8548fa9b50ea360530c35c3e616c 12SHA1 (patch-src_core_lib_gpr_arena.cc) = 57fdb3de54ce8548fa9b50ea360530c35c3e616c
13SHA1 (patch-src_core_lib_iomgr_port.h) = aedab7c6c9906f332fdee23b9a909944d0f2966d 13SHA1 (patch-src_core_lib_iomgr_port.h) = aedab7c6c9906f332fdee23b9a909944d0f2966d

cvs diff -r1.3 -r1.4 pkgsrc/net/grpc/PLIST (expand / switch to unified diff)

--- pkgsrc/net/grpc/PLIST 2018/04/27 17:47:27 1.3
+++ pkgsrc/net/grpc/PLIST 2018/08/04 21:25:58 1.4
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.3 2018/04/27 17:47:27 minskim Exp $ 1@comment $NetBSD: PLIST,v 1.4 2018/08/04 21:25:58 minskim Exp $
2bin/grpc_cpp_plugin 2bin/grpc_cpp_plugin
3bin/grpc_csharp_plugin 3bin/grpc_csharp_plugin
4bin/grpc_node_plugin 4bin/grpc_node_plugin
5bin/grpc_objective_c_plugin 5bin/grpc_objective_c_plugin
6bin/grpc_php_plugin 6bin/grpc_php_plugin
7bin/grpc_python_plugin 7bin/grpc_python_plugin
8bin/grpc_ruby_plugin 8bin/grpc_ruby_plugin
9include/grpc++/alarm.h 9include/grpc++/alarm.h
10include/grpc++/channel.h 10include/grpc++/channel.h
11include/grpc++/client_context.h 11include/grpc++/client_context.h
12include/grpc++/completion_queue.h 12include/grpc++/completion_queue.h
13include/grpc++/create_channel.h 13include/grpc++/create_channel.h
14include/grpc++/create_channel_posix.h 14include/grpc++/create_channel_posix.h
@@ -161,26 +161,28 @@ include/grpcpp/impl/codegen/call_hook.h @@ -161,26 +161,28 @@ include/grpcpp/impl/codegen/call_hook.h
161include/grpcpp/impl/codegen/channel_interface.h 161include/grpcpp/impl/codegen/channel_interface.h
162include/grpcpp/impl/codegen/client_context.h 162include/grpcpp/impl/codegen/client_context.h
163include/grpcpp/impl/codegen/client_unary_call.h 163include/grpcpp/impl/codegen/client_unary_call.h
164include/grpcpp/impl/codegen/completion_queue.h 164include/grpcpp/impl/codegen/completion_queue.h
165include/grpcpp/impl/codegen/completion_queue_tag.h 165include/grpcpp/impl/codegen/completion_queue_tag.h
166include/grpcpp/impl/codegen/config.h 166include/grpcpp/impl/codegen/config.h
167include/grpcpp/impl/codegen/config_protobuf.h 167include/grpcpp/impl/codegen/config_protobuf.h
168include/grpcpp/impl/codegen/core_codegen.h 168include/grpcpp/impl/codegen/core_codegen.h
169include/grpcpp/impl/codegen/core_codegen_interface.h 169include/grpcpp/impl/codegen/core_codegen_interface.h
170include/grpcpp/impl/codegen/create_auth_context.h 170include/grpcpp/impl/codegen/create_auth_context.h
171include/grpcpp/impl/codegen/grpc_library.h 171include/grpcpp/impl/codegen/grpc_library.h
172include/grpcpp/impl/codegen/metadata_map.h 172include/grpcpp/impl/codegen/metadata_map.h
173include/grpcpp/impl/codegen/method_handler_impl.h 173include/grpcpp/impl/codegen/method_handler_impl.h
 174include/grpcpp/impl/codegen/proto_buffer_reader.h
 175include/grpcpp/impl/codegen/proto_buffer_writer.h
174include/grpcpp/impl/codegen/proto_utils.h 176include/grpcpp/impl/codegen/proto_utils.h
175include/grpcpp/impl/codegen/rpc_method.h 177include/grpcpp/impl/codegen/rpc_method.h
176include/grpcpp/impl/codegen/rpc_service_method.h 178include/grpcpp/impl/codegen/rpc_service_method.h
177include/grpcpp/impl/codegen/security/auth_context.h 179include/grpcpp/impl/codegen/security/auth_context.h
178include/grpcpp/impl/codegen/serialization_traits.h 180include/grpcpp/impl/codegen/serialization_traits.h
179include/grpcpp/impl/codegen/server_context.h 181include/grpcpp/impl/codegen/server_context.h
180include/grpcpp/impl/codegen/server_interface.h 182include/grpcpp/impl/codegen/server_interface.h
181include/grpcpp/impl/codegen/service_type.h 183include/grpcpp/impl/codegen/service_type.h
182include/grpcpp/impl/codegen/slice.h 184include/grpcpp/impl/codegen/slice.h
183include/grpcpp/impl/codegen/status.h 185include/grpcpp/impl/codegen/status.h
184include/grpcpp/impl/codegen/status_code_enum.h 186include/grpcpp/impl/codegen/status_code_enum.h
185include/grpcpp/impl/codegen/string_ref.h 187include/grpcpp/impl/codegen/string_ref.h
186include/grpcpp/impl/codegen/stub_options.h 188include/grpcpp/impl/codegen/stub_options.h
@@ -200,60 +202,63 @@ include/grpcpp/security/auth_context.h @@ -200,60 +202,63 @@ include/grpcpp/security/auth_context.h
200include/grpcpp/security/auth_metadata_processor.h 202include/grpcpp/security/auth_metadata_processor.h
201include/grpcpp/security/credentials.h 203include/grpcpp/security/credentials.h
202include/grpcpp/security/server_credentials.h 204include/grpcpp/security/server_credentials.h
203include/grpcpp/server.h 205include/grpcpp/server.h
204include/grpcpp/server_builder.h 206include/grpcpp/server_builder.h
205include/grpcpp/server_context.h 207include/grpcpp/server_context.h
206include/grpcpp/server_posix.h 208include/grpcpp/server_posix.h
207include/grpcpp/support/async_stream.h 209include/grpcpp/support/async_stream.h
208include/grpcpp/support/async_unary_call.h 210include/grpcpp/support/async_unary_call.h
209include/grpcpp/support/byte_buffer.h 211include/grpcpp/support/byte_buffer.h
210include/grpcpp/support/channel_arguments.h 212include/grpcpp/support/channel_arguments.h
211include/grpcpp/support/config.h 213include/grpcpp/support/config.h
212include/grpcpp/support/error_details.h 214include/grpcpp/support/error_details.h
 215include/grpcpp/support/proto_buffer_reader.h
 216include/grpcpp/support/proto_buffer_writer.h
213include/grpcpp/support/slice.h 217include/grpcpp/support/slice.h
214include/grpcpp/support/status.h 218include/grpcpp/support/status.h
215include/grpcpp/support/status_code_enum.h 219include/grpcpp/support/status_code_enum.h
216include/grpcpp/support/string_ref.h 220include/grpcpp/support/string_ref.h
217include/grpcpp/support/stub_options.h 221include/grpcpp/support/stub_options.h
218include/grpcpp/support/sync_stream.h 222include/grpcpp/support/sync_stream.h
219include/grpcpp/support/time.h 223include/grpcpp/support/time.h
220lib/cmake/grpc/gRPCConfig.cmake 224lib/cmake/grpc/gRPCConfig.cmake
221lib/cmake/grpc/gRPCConfigVersion.cmake 225lib/cmake/grpc/gRPCConfigVersion.cmake
222lib/cmake/grpc/gRPCTargets-noconfig.cmake 226lib/cmake/grpc/gRPCTargets-noconfig.cmake
223lib/cmake/grpc/gRPCTargets.cmake 227lib/cmake/grpc/gRPCTargets.cmake
224lib/libaddress_sorting.so.${PKGVERSION} 
225lib/libaddress_sorting.so.1 
226lib/libaddress_sorting.so 228lib/libaddress_sorting.so
227lib/libgpr.so.${PKGVERSION} 229lib/libaddress_sorting.so.1
228lib/libgpr.so.1 230lib/libaddress_sorting.so.${PKGVERSION}
229lib/libgpr.so 231lib/libgpr.so
230lib/libgrpc++.so.${PKGVERSION} 232lib/libgpr.so.1
231lib/libgrpc++.so.1 233lib/libgpr.so.${PKGVERSION}
232lib/libgrpc++.so 234lib/libgrpc++.so
233lib/libgrpc++_cronet.so.${PKGVERSION} 235lib/libgrpc++.so.1
234lib/libgrpc++_cronet.so.1 236lib/libgrpc++.so.${PKGVERSION}
235lib/libgrpc++_cronet.so 237lib/libgrpc++_cronet.so
236lib/libgrpc++_error_details.so.${PKGVERSION} 238lib/libgrpc++_cronet.so.1
237lib/libgrpc++_error_details.so.1 239lib/libgrpc++_cronet.so.${PKGVERSION}
238lib/libgrpc++_error_details.so 240lib/libgrpc++_error_details.so
239lib/libgrpc++_reflection.so.${PKGVERSION} 241lib/libgrpc++_error_details.so.1
240lib/libgrpc++_reflection.so.1 242lib/libgrpc++_error_details.so.${PKGVERSION}
241lib/libgrpc++_reflection.so 243lib/libgrpc++_reflection.so
242lib/libgrpc++_unsecure.so.${PKGVERSION} 244lib/libgrpc++_reflection.so.1
243lib/libgrpc++_unsecure.so.1 245lib/libgrpc++_reflection.so.${PKGVERSION}
244lib/libgrpc++_unsecure.so 246lib/libgrpc++_unsecure.so
245lib/libgrpc.so.${PKGVERSION} 247lib/libgrpc++_unsecure.so.1
246lib/libgrpc.so.1 248lib/libgrpc++_unsecure.so.${PKGVERSION}
247lib/libgrpc.so 249lib/libgrpc.so
248lib/libgrpc_cronet.so.${PKGVERSION} 250lib/libgrpc.so.1
249lib/libgrpc_cronet.so.1 251lib/libgrpc.so.${PKGVERSION}
250lib/libgrpc_cronet.so 252lib/libgrpc_cronet.so
251lib/libgrpc_csharp_ext.so.${PKGVERSION} 253lib/libgrpc_cronet.so.1
252lib/libgrpc_csharp_ext.so.1 254lib/libgrpc_cronet.so.${PKGVERSION}
253lib/libgrpc_csharp_ext.so 255lib/libgrpc_csharp_ext.so
254lib/libgrpc_plugin_support.so.2.0.0 256lib/libgrpc_csharp_ext.so.1
255lib/libgrpc_plugin_support.so.2 257lib/libgrpc_csharp_ext.so.${PKGVERSION}
256lib/libgrpc_plugin_support.so 258lib/libgrpc_plugin_support.so
257lib/libgrpc_unsecure.so.${PKGVERSION} 259lib/libgrpc_plugin_support.so.2
258lib/libgrpc_unsecure.so.1 260lib/libgrpc_plugin_support.so.2.0.0
259lib/libgrpc_unsecure.so 261lib/libgrpc_unsecure.so
 262lib/libgrpc_unsecure.so.1
 263lib/libgrpc_unsecure.so.${PKGVERSION}
 264share/grpc/roots.pem