Subject: CVS commit: pkgsrc/net
From: Adam Ciarcinski
Date: 2020-08-07 08:45:58
Message id: 20200807064558.9B8A6FB28@cvs.NetBSD.org

Log Message:
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.

Files:
RevisionActionfile
1.29modifypkgsrc/net/grpc/Makefile
1.19modifypkgsrc/net/grpc/PLIST
1.29modifypkgsrc/net/grpc/distinfo
1.3modifypkgsrc/net/grpc/patches/patch-src_core_ext_filters_client__channel_resolver_dns_c__ares_grpc__ares__ev__driver__posix.cc
1.20modifypkgsrc/net/py-grpcio/Makefile
1.20modifypkgsrc/net/py-grpcio/distinfo
1.8modifypkgsrc/net/py-grpcio-testing/Makefile
1.7modifypkgsrc/net/py-grpcio-testing/distinfo
1.18modifypkgsrc/net/py-grpcio-tools/Makefile
1.16modifypkgsrc/net/py-grpcio-tools/distinfo
1.8modifypkgsrc/net/py-grpcio/patches/patch-setup.py