pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/grpc
Module Name: pkgsrc
Committed By: adam
Date: Thu Oct 24 18:24:27 UTC 2019
Modified Files:
pkgsrc/net/grpc: Makefile PLIST distinfo
Log Message:
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 .
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/net/grpc/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/net/grpc/PLIST
cvs rdiff -u -r1.16 -r1.17 pkgsrc/net/grpc/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/grpc/Makefile
diff -u pkgsrc/net/grpc/Makefile:1.15 pkgsrc/net/grpc/Makefile:1.16
--- pkgsrc/net/grpc/Makefile:1.15 Thu Oct 3 08:10:09 2019
+++ pkgsrc/net/grpc/Makefile Thu Oct 24 18:24:27 2019
@@ -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}
Index: pkgsrc/net/grpc/PLIST
diff -u pkgsrc/net/grpc/PLIST:1.10 pkgsrc/net/grpc/PLIST:1.11
--- pkgsrc/net/grpc/PLIST:1.10 Tue Sep 24 07:24:42 2019
+++ pkgsrc/net/grpc/PLIST Thu Oct 24 18:24:27 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2019/09/24 07:24:42 adam Exp $
+@comment $NetBSD: PLIST,v 1.11 2019/10/24 18:24:27 adam Exp $
bin/grpc_cpp_plugin
bin/grpc_csharp_plugin
bin/grpc_node_plugin
@@ -190,6 +190,7 @@ include/grpcpp/impl/codegen/config_proto
include/grpcpp/impl/codegen/core_codegen.h
include/grpcpp/impl/codegen/core_codegen_interface.h
include/grpcpp/impl/codegen/create_auth_context.h
+include/grpcpp/impl/codegen/delegating_channel.h
include/grpcpp/impl/codegen/grpc_library.h
include/grpcpp/impl/codegen/intercepted_channel.h
include/grpcpp/impl/codegen/interceptor.h
Index: pkgsrc/net/grpc/distinfo
diff -u pkgsrc/net/grpc/distinfo:1.16 pkgsrc/net/grpc/distinfo:1.17
--- pkgsrc/net/grpc/distinfo:1.16 Thu Oct 3 08:10:09 2019
+++ pkgsrc/net/grpc/distinfo Thu Oct 24 18:24:27 2019
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.16 2019/10/03 08:10:09 adam Exp $
+$NetBSD: distinfo,v 1.17 2019/10/24 18:24:27 adam Exp $
-SHA1 (grpc-1.23.1.tar.gz) = 9be13a9e68a05fdd42a9ec6aa9e1f68470520a68
-RMD160 (grpc-1.23.1.tar.gz) = db28547ae81a23323e1c6f186c43ac8555a12b9a
-SHA512 (grpc-1.23.1.tar.gz) = c39a07554645402c36cb79eddfda7165dc26ce5f7f09cae7ee6f7bedcc2aca8873117ea401d40ce2e3246e3e5888bcce12d4746cba7ed75068ff145046754981
-Size (grpc-1.23.1.tar.gz) = 15210322 bytes
+SHA1 (grpc-1.24.3.tar.gz) = ba383648d47701ce491b60698b21433110c9d7eb
+RMD160 (grpc-1.24.3.tar.gz) = d21b425e20c49390ced9a0d7ec21cb73ef3da54d
+SHA512 (grpc-1.24.3.tar.gz) = 19afa8b1fd64c429317c85d8cf42d01af0ac6aec82508740c176e1fd4f92dea9531ea9812523215ed67466bae93a75e14dc34cd9cce5987a13c0104e0313c69c
+Size (grpc-1.24.3.tar.gz) = 15364420 bytes
SHA1 (patch-CMakeLists.txt) = 0b046300aac3ffb48eca4a8943e5877b6a3a8c55
SHA1 (patch-cmake_benchmark.cmake) = 031873ba9a8cd93d491693feb4d58e52a715cc64
SHA1 (patch-include_grpc_impl_codegen_port__platform.h) = b8d07e5bbf04694df00d0d19884844b791eb002c
Home |
Main Index |
Thread Index |
Old Index