diff options
| author | adam <adam@pkgsrc.org> | 2020-08-07 06:45:57 +0000 |
|---|---|---|
| committer | adam <adam@pkgsrc.org> | 2020-08-07 06:45:57 +0000 |
| commit | 4d7c31bf7c0a7861b7303d8d36fe6969ca2e57f7 (patch) | |
| tree | a9ae6b0e3b514045ae6f6e21532d3793f57c96ce /net/grpc | |
| parent | eee97d3346885b8f94a92b81986d47ba42eff4c2 (diff) | |
| download | pkgsrc-4d7c31bf7c0a7861b7303d8d36fe6969ca2e57f7.tar.gz | |
grpc: updated to 1.31.0
Release v1.31.0
Core
The following new xDS functionality is added in this release:
Requests matching based on path (prefix, full path and safe regex) and headers.
Requests routing to multiple clusters based on weights.
The features supported in a given release are documented here.
Other changes:
Remove MAX_EPOLL_EVENTS_HANDLED_EACH_POLL_CALL to ensure timely processing of events.
Include the target name in top-level DNS error messages.
Remove xds-experimental URI scheme.
fix memory leak of grpc_resource_user_quota.
Store ref to the ExternalConnectivityWatcher in external_watchers_ map.
Update grpclb configuration with field "service_name".
Fix possible deadlock in RemoveExternalConnectivityWatcher.
Enable TLS 1.3 in the C-core and all wrapped languages.
Add message-size check before message decompression with ordering change.
Fix race condition caused by simultaneous updates on SSL server handshaker.
Add missing reset for ping clocks to avoid mistakenly sending GOAWAY frames due to 'too_many_pings'.
C++
Simplify makefile: Get rid of "install" rules with pure make, recommend cmake and bazel instead.
Replaced grpc::string with std::string.
Fix wrong version in gRPCConfigVersion.cmake and grpc++*.pc.
Python
[Aio] Support tuple and aio.Metadata interaction.
[Aio] Allows poller to bind to ephemeral loops in multiple threads.
[Aio] Hide init_grpc_aio and guard async API outside of AsyncIO context.
[Aio] Implement methods to access auth context and peer info.
Add protobuf as an "extras" dependency to grpcio package.
[Aio] Use Metadata type.
Avoid attribute error in del of _ChannelCallState.
Default wait_for_ready to True in simple stubs.
Propagate contextvars to auxiliary threads.
Simplify channel credentials in simple stubs.
Diffstat (limited to 'net/grpc')
| -rw-r--r-- | net/grpc/Makefile | 6 | ||||
| -rw-r--r-- | net/grpc/PLIST | 30 | ||||
| -rw-r--r-- | net/grpc/distinfo | 12 | ||||
| -rw-r--r-- | net/grpc/patches/patch-src_core_ext_filters_client__channel_resolver_dns_c__ares_grpc__ares__ev__driver__posix.cc | 6 |
4 files changed, 24 insertions, 30 deletions
diff --git a/net/grpc/Makefile b/net/grpc/Makefile index efa85f4202a..9b5f2833a19 100644 --- a/net/grpc/Makefile +++ b/net/grpc/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.28 2020/07/31 09:26:29 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2020/08/07 06:45:57 adam Exp $ -DISTNAME= grpc-1.30.2 +DISTNAME= grpc-1.31.0 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=grpc/} GITHUB_TAG= v${PKGVERSION_NOREV} @@ -21,6 +21,7 @@ CMAKE_ARGS+= -DgRPC_BENCHMARK_PROVIDER=package CMAKE_ARGS+= -DgRPC_CARES_PROVIDER=package CMAKE_ARGS+= -DgRPC_GFLAGS_PROVIDER=package CMAKE_ARGS+= -DgRPC_PROTOBUF_PROVIDER=package +CMAKE_ARGS+= -DgRPC_RE2_PROVIDER=package CMAKE_ARGS+= -DgRPC_SSL_PROVIDER=package CMAKE_ARGS+= -DgRPC_ZLIB_PROVIDER=package @@ -37,6 +38,7 @@ CXXFLAGS+= -march=i586 .include "../../devel/gflags/buildlink3.mk" BUILDLINK_API_DEPENDS.protobuf+= protobuf>=3.5 .include "../../devel/protobuf/buildlink3.mk" +.include "../../devel/re2/buildlink3.mk" .include "../../devel/zlib/buildlink3.mk" BUILDLINK_API_DEPENDS.libcares+= libcares>=1.15.0nb1 .include "../../net/libcares/buildlink3.mk" diff --git a/net/grpc/PLIST b/net/grpc/PLIST index e73d0723851..20648d34518 100644 --- a/net/grpc/PLIST +++ b/net/grpc/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.18 2020/06/03 09:28:53 adam Exp $ +@comment $NetBSD: PLIST,v 1.19 2020/08/07 06:45:57 adam Exp $ bin/grpc_cpp_plugin bin/grpc_csharp_plugin bin/grpc_node_plugin @@ -150,18 +150,14 @@ include/grpcpp/completion_queue_impl.h include/grpcpp/create_channel.h include/grpcpp/create_channel_impl.h include/grpcpp/create_channel_posix.h -include/grpcpp/create_channel_posix_impl.h include/grpcpp/ext/channelz_service_plugin.h include/grpcpp/ext/channelz_service_plugin_impl.h include/grpcpp/ext/health_check_service_server_builder_option.h include/grpcpp/ext/proto_server_reflection_plugin.h -include/grpcpp/ext/proto_server_reflection_plugin_impl.h include/grpcpp/generic/async_generic_service.h include/grpcpp/generic/generic_stub.h -include/grpcpp/generic/generic_stub_impl.h include/grpcpp/grpcpp.h include/grpcpp/health_check_service_interface.h -include/grpcpp/health_check_service_interface_impl.h include/grpcpp/impl/call.h include/grpcpp/impl/channel_argument_option.h include/grpcpp/impl/client_unary_call.h @@ -236,12 +232,10 @@ include/grpcpp/impl/server_initializer.h include/grpcpp/impl/server_initializer_impl.h include/grpcpp/impl/service_type.h include/grpcpp/resource_quota.h -include/grpcpp/resource_quota_impl.h include/grpcpp/security/alts_context.h include/grpcpp/security/alts_util.h include/grpcpp/security/auth_context.h include/grpcpp/security/auth_metadata_processor.h -include/grpcpp/security/auth_metadata_processor_impl.h include/grpcpp/security/credentials.h include/grpcpp/security/credentials_impl.h include/grpcpp/security/server_credentials.h @@ -249,11 +243,9 @@ include/grpcpp/security/server_credentials_impl.h include/grpcpp/security/tls_credentials_options.h include/grpcpp/server.h include/grpcpp/server_builder.h -include/grpcpp/server_builder_impl.h include/grpcpp/server_context.h include/grpcpp/server_impl.h include/grpcpp/server_posix.h -include/grpcpp/server_posix_impl.h include/grpcpp/support/async_stream.h include/grpcpp/support/async_stream_impl.h include/grpcpp/support/async_unary_call.h @@ -290,11 +282,11 @@ lib/cmake/grpc/gRPCTargets-noconfig.cmake lib/cmake/grpc/gRPCTargets.cmake lib/cmake/grpc/modules/Findc-ares.cmake lib/libaddress_sorting.so -lib/libaddress_sorting.so.10 -lib/libaddress_sorting.so.10.0.0 +lib/libaddress_sorting.so.11 +lib/libaddress_sorting.so.11.0.0 lib/libgpr.so -lib/libgpr.so.10 -lib/libgpr.so.10.0.0 +lib/libgpr.so.11 +lib/libgpr.so.11.0.0 lib/libgrpc++.so lib/libgrpc++.so.${PKGVERSION} lib/libgrpc++.so.1 @@ -311,20 +303,20 @@ lib/libgrpc++_unsecure.so lib/libgrpc++_unsecure.so.${PKGVERSION} lib/libgrpc++_unsecure.so.1 lib/libgrpc.so -lib/libgrpc.so.10 -lib/libgrpc.so.10.0.0 +lib/libgrpc.so.11 +lib/libgrpc.so.11.0.0 lib/libgrpc_plugin_support.so lib/libgrpc_plugin_support.so.${PKGVERSION} lib/libgrpc_plugin_support.so.1 lib/libgrpc_unsecure.so -lib/libgrpc_unsecure.so.10 -lib/libgrpc_unsecure.so.10.0.0 +lib/libgrpc_unsecure.so.11 +lib/libgrpc_unsecure.so.11.0.0 lib/libgrpcpp_channelz.so lib/libgrpcpp_channelz.so.${PKGVERSION} lib/libgrpcpp_channelz.so.1 lib/libupb.so -lib/libupb.so.10 -lib/libupb.so.10.0.0 +lib/libupb.so.11 +lib/libupb.so.11.0.0 lib/pkgconfig/gpr.pc lib/pkgconfig/grpc++.pc lib/pkgconfig/grpc++_unsecure.pc diff --git a/net/grpc/distinfo b/net/grpc/distinfo index cf138af894d..1591094c741 100644 --- a/net/grpc/distinfo +++ b/net/grpc/distinfo @@ -1,11 +1,11 @@ -$NetBSD: distinfo,v 1.28 2020/07/31 09:26:29 wiz Exp $ +$NetBSD: distinfo,v 1.29 2020/08/07 06:45:57 adam Exp $ -SHA1 (grpc-1.30.2.tar.gz) = d5f2270c7a42154e0a5a184b3b0a9a97e90442de -RMD160 (grpc-1.30.2.tar.gz) = 0bf9f056cd5f08412cd2ef92e691a7c3b4af309d -SHA512 (grpc-1.30.2.tar.gz) = 584eda0488a00859507a40199bafcf78cc1beb5f92a586f25097e2507a2b6854d9e252d3bce68a9f0c5a47b4c280f5b6178f1992c65ad721dcfb722031b17982 -Size (grpc-1.30.2.tar.gz) = 6978015 bytes +SHA1 (grpc-1.31.0.tar.gz) = c502a8eba541250f6120df7786d237db894d6a16 +RMD160 (grpc-1.31.0.tar.gz) = 45a4ec0cf2d12c361f447d999af2bedb8323a787 +SHA512 (grpc-1.31.0.tar.gz) = fc68079a70c39d66cb6f028e775418a90c61694406ddfa413298ec33de2f56e26eb47e10a53fc616e32c254c84e335598dc22598a95c223698ebf8eca60f7cea +Size (grpc-1.31.0.tar.gz) = 7026165 bytes SHA1 (patch-CMakeLists.txt) = af17a03bdbb2b7905ced111b3c13c80b0cf3fec2 SHA1 (patch-cmake_benchmark.cmake) = 6a7880c30019a723a35b56b0c5bd2d730b36550d SHA1 (patch-include_grpc_impl_codegen_port__platform.h) = b8d07e5bbf04694df00d0d19884844b791eb002c -SHA1 (patch-src_core_ext_filters_client__channel_resolver_dns_c__ares_grpc__ares__ev__driver__posix.cc) = aff0ff2ff52753c3a169d1f7b939b894dda013f9 +SHA1 (patch-src_core_ext_filters_client__channel_resolver_dns_c__ares_grpc__ares__ev__driver__posix.cc) = 3b250e94b20c64c80c1b3943da2c82031e084773 SHA1 (patch-src_core_lib_iomgr_port.h) = e3c5e6ee071557c717df0a1a61597f9906fbeff5 diff --git a/net/grpc/patches/patch-src_core_ext_filters_client__channel_resolver_dns_c__ares_grpc__ares__ev__driver__posix.cc b/net/grpc/patches/patch-src_core_ext_filters_client__channel_resolver_dns_c__ares_grpc__ares__ev__driver__posix.cc index 2add859d17d..cf627de6202 100644 --- a/net/grpc/patches/patch-src_core_ext_filters_client__channel_resolver_dns_c__ares_grpc__ares__ev__driver__posix.cc +++ b/net/grpc/patches/patch-src_core_ext_filters_client__channel_resolver_dns_c__ares_grpc__ares__ev__driver__posix.cc @@ -1,8 +1,8 @@ -$NetBSD: patch-src_core_ext_filters_client__channel_resolver_dns_c__ares_grpc__ares__ev__driver__posix.cc,v 1.2 2019/03/22 08:25:51 adam Exp $ +$NetBSD: patch-src_core_ext_filters_client__channel_resolver_dns_c__ares_grpc__ares__ev__driver__posix.cc,v 1.3 2020/08/07 06:45:57 adam Exp $ Add SunOS support. ---- src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver_posix.cc.orig 2019-03-08 20:07:26.000000000 +0000 +--- src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver_posix.cc.orig 2020-08-04 20:02:23.000000000 +0000 +++ src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver_posix.cc @@ -23,6 +23,11 @@ #include <ares.h> @@ -14,5 +14,5 @@ Add SunOS support. +#include <stropts.h> +#endif - #include "src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver.h" + #include "absl/strings/str_cat.h" |
