diff options
author | adam <adam@pkgsrc.org> | 2022-05-13 07:35:53 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2022-05-13 07:35:53 +0000 |
commit | e1bd76503a7118a37f382b169cdfdc9778d821a7 (patch) | |
tree | b747b706aec75dd2a31d3a47de0c8c9b994d2ceb /net/grpc | |
parent | f607bc712682e673af9226e343d684539b80e85a (diff) | |
download | pkgsrc-e1bd76503a7118a37f382b169cdfdc9778d821a7.tar.gz |
grpc py-grpcio py-grpcio-testing py-grpcio-tools: updated to 1.46.1
Release v1.46.1
This release contains refinements, improvements, and bug fixes.
Release v1.46.0
Core
Ignore Connection Aborted errors on accept.
Filter content-length metadata from the application.
RetryFilter: Cleanup pending byte stream.
HTTP Proxy: Ignore empty entry in no_proxy list.
Adding http/1.1 support in httpcli.
HTTP2: Initiate write for acknowledging SETTINGS frame.
Change the unsupported polling strategy log for forking to GPR_INFO.
Handle SSL_ERROR_WANT_WRITE error.
TCP Async Connect: Fix Heap use-after-free.
HTTP2: Add graceful goaway.
Remove epollex poller.
TlsCredentials: Comparator implementation.
Decrease verbosity of alts handshaker logs which can happen during cancellation.
HTTP2: Should not run cancelling logic on servers when receiving GOAWAY.
HTTP2: Don't throttle pings from the server.
Include ADS stream error in XDS error updates.
Remove idempotent/cacheable requests.
C++
Add bazel cpp distribtest for grpc_cc_library.
C#
Add support for grpc-dotnet in GKE benchmarks.
Sync unary call after shutdown: Add a repro and fix for 19090.
Remove C# Legacy (a.k.a. "Classic") csproj example.
Python
Add Python GCF Distribtest.
Add Python Reflection Client.
Revert "Fix prefork handler register's default behavior".
Fix prefork handler register's default behavior.
Fix fetching CXX variable in setup.py.
Ruby
Support pre-built binaries for Ruby 3.1.
Make sure to always receive initial metadata in ruby.
Diffstat (limited to 'net/grpc')
-rw-r--r-- | net/grpc/Makefile | 5 | ||||
-rw-r--r-- | net/grpc/PLIST | 36 | ||||
-rw-r--r-- | net/grpc/distinfo | 8 |
3 files changed, 24 insertions, 25 deletions
diff --git a/net/grpc/Makefile b/net/grpc/Makefile index bfc93565bf6..ffb37a791e6 100644 --- a/net/grpc/Makefile +++ b/net/grpc/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.55 2022/04/03 18:50:17 adam Exp $ +# $NetBSD: Makefile,v 1.56 2022/05/13 07:35:53 adam Exp $ -DISTNAME= grpc-1.44.0 -PKGREVISION= 1 +DISTNAME= grpc-1.46.1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=grpc/} GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/net/grpc/PLIST b/net/grpc/PLIST index d60562845cd..a87be161a98 100644 --- a/net/grpc/PLIST +++ b/net/grpc/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.32 2022/02/18 09:08:08 adam Exp $ +@comment $NetBSD: PLIST,v 1.33 2022/05/13 07:35:53 adam Exp $ bin/grpc_cpp_plugin bin/grpc_csharp_plugin bin/grpc_node_plugin @@ -271,41 +271,41 @@ lib/cmake/grpc/gRPCTargets.cmake lib/cmake/grpc/modules/Findc-ares.cmake lib/cmake/grpc/modules/Findre2.cmake lib/libaddress_sorting.so -lib/libaddress_sorting.so.22 -lib/libaddress_sorting.so.22.0.0 +lib/libaddress_sorting.so.24 +lib/libaddress_sorting.so.24.0.0 lib/libgpr.so -lib/libgpr.so.22 -lib/libgpr.so.22.0.0 +lib/libgpr.so.24 +lib/libgpr.so.24.0.0 lib/libgrpc++.so lib/libgrpc++.so.${PKGVERSION} -lib/libgrpc++.so.1.44 +lib/libgrpc++.so.1.46 lib/libgrpc++_alts.so lib/libgrpc++_alts.so.${PKGVERSION} -lib/libgrpc++_alts.so.1.44 +lib/libgrpc++_alts.so.1.46 lib/libgrpc++_error_details.so lib/libgrpc++_error_details.so.${PKGVERSION} -lib/libgrpc++_error_details.so.1.44 +lib/libgrpc++_error_details.so.1.46 lib/libgrpc++_reflection.so lib/libgrpc++_reflection.so.${PKGVERSION} -lib/libgrpc++_reflection.so.1.44 +lib/libgrpc++_reflection.so.1.46 lib/libgrpc++_unsecure.so lib/libgrpc++_unsecure.so.${PKGVERSION} -lib/libgrpc++_unsecure.so.1.44 +lib/libgrpc++_unsecure.so.1.46 lib/libgrpc.so -lib/libgrpc.so.22 -lib/libgrpc.so.22.0.0 +lib/libgrpc.so.24 +lib/libgrpc.so.24.0.0 lib/libgrpc_plugin_support.so lib/libgrpc_plugin_support.so.${PKGVERSION} -lib/libgrpc_plugin_support.so.1.44 +lib/libgrpc_plugin_support.so.1.46 lib/libgrpc_unsecure.so -lib/libgrpc_unsecure.so.22 -lib/libgrpc_unsecure.so.22.0.0 +lib/libgrpc_unsecure.so.24 +lib/libgrpc_unsecure.so.24.0.0 lib/libgrpcpp_channelz.so lib/libgrpcpp_channelz.so.${PKGVERSION} -lib/libgrpcpp_channelz.so.1.44 +lib/libgrpcpp_channelz.so.1.46 lib/libupb.so -lib/libupb.so.22 -lib/libupb.so.22.0.0 +lib/libupb.so.24 +lib/libupb.so.24.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 ef390d40984..47f267fe930 100644 --- a/net/grpc/distinfo +++ b/net/grpc/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.55 2022/04/30 21:36:26 wiz Exp $ +$NetBSD: distinfo,v 1.56 2022/05/13 07:35:53 adam Exp $ -BLAKE2s (grpc-1.44.0.tar.gz) = 5cd7b05801f2d6f76d0603b69e1d5ad6282f5187443698c2b1dfafb52b099c63 -SHA512 (grpc-1.44.0.tar.gz) = 8e6d26643d08650adf2a9885facf44a7c25943d632f535921c3b2203bce81b59da355f7d1e88899014eacfa7bc460b55b72de769f3972ed743bb9b95041bb290 -Size (grpc-1.44.0.tar.gz) = 8580632 bytes +BLAKE2s (grpc-1.46.1.tar.gz) = 350dcf792426a63ed4e1e96c462fb3d00f0ed7df524475382859e57c3e0fae22 +SHA512 (grpc-1.46.1.tar.gz) = 8598708beaf14523c0a9e18f9a5a78d49b2406e3641f7b956a5b61de7ab3e2088c4ac3780fd20d0a84da6bfa1af45f6a0023ffa9761ffad46f5aee0fba3e0eae +Size (grpc-1.46.1.tar.gz) = 8911814 bytes SHA1 (patch-CMakeLists.txt) = d32a78bb8fdc28c0946aa2d62a5c810211692e62 SHA1 (patch-include_grpc_event__engine_port.h) = 842fa47d98303f25417aa1a45aa9d78e5402a3bd SHA1 (patch-include_grpc_impl_codegen_port__platform.h) = a9d2f116c941d1ed23b18f25cf4fb638ed004181 |