summaryrefslogtreecommitdiff
path: root/net/grpc/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2019-10-24 18:24:27 +0000
committeradam <adam@pkgsrc.org>2019-10-24 18:24:27 +0000
commitebc99c601ee3cdbef9441448dacef8332915f29e (patch)
tree7faffcacc617e4102b55381f975e5b75e43763f8 /net/grpc/Makefile
parentc93173376d2651054f361a448b09283dd97239aa (diff)
downloadpkgsrc-ebc99c601ee3cdbef9441448dacef8332915f29e.tar.gz
grpc: updated to 1.24.3
Release v1.24.3 This release contains refinements, improvements, and bug fixes. Release v1.24.2 This release contains refinements, improvements, and bug fixes. Release v1.24.1 This release contains refinements, improvements, and bug fixes. Release v1.24.0 This release contains refinements, improvements, and bug fixes, with highlights listed below. Core gRPC Core starts to have a dependency against the C++ standard library such as libstdc++.so depending on the platform. This applies to all wrapped libraries and they have this new dependency, too. (For more detail, see the proposal) Remove call from queued picks when failing it due to channel destruction. Catch the error if socket initialization fails. Do not create streams after a GOAWAY has been received. Prevent HTTP2 parser from queueing a lot of induced frames. Send RPC deadline to server in cronet header. Mandate static string for host and method passed to grpc_channel_register. Fail SEND_MESSAGE ops if stream is closed for writes. Add Delegating Channel. C++ Allow call credentials interception at PRE_SEND_INITIAL_METADATA. Upgrade to Bazel 0.29 (including Windows RBE). Update Google Benchmark v1.5.0 to get CMake < 3.6 fix. Fix a big source of races in CHTTP2 code. Channel idleness atomic. Update C++ code generation to work with Bazel 0.29 .
Diffstat (limited to 'net/grpc/Makefile')
-rw-r--r--net/grpc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/grpc/Makefile b/net/grpc/Makefile
index af621f74ed3..9ca5c500ec2 100644
--- a/net/grpc/Makefile
+++ b/net/grpc/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2019/10/03 08:10:09 adam Exp $
+# $NetBSD: Makefile,v 1.16 2019/10/24 18:24:27 adam Exp $
-DISTNAME= grpc-1.23.1
+DISTNAME= grpc-1.24.3
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GITHUB:=grpc/}
GITHUB_TAG= v${PKGVERSION_NOREV}