summaryrefslogtreecommitdiff
path: root/net/grpc/patches
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2020-02-06 20:13:08 +0000
committeradam <adam@pkgsrc.org>2020-02-06 20:13:08 +0000
commitdd0dff463e51d676ec4e71782551a9de671da924 (patch)
treeb6f26003ca84ec3987dcd22b10e1169dbadc95b9 /net/grpc/patches
parent4115c66f42a278a8aeb0e461719f7b9c03c115bc (diff)
downloadpkgsrc-dd0dff463e51d676ec4e71782551a9de671da924.tar.gz
grpc: updated to 1.27.0
Release v1.27.0 Core fix build with OpenSSL1.1.1+ on Windows. Add a new submodule libuv v1.34.0. grpclb: Add support for balancer telling client to enter fallback mode. Bare bones of the libuv EventManager. Allow default use of system root certs on Android. C++ Backport: Fix regression in MSVC runtime flag (for v1.27.x). Add Support for Full Chain Callbacks - experimental namespace. Improve documentation for building with CMake. Conditionally enable OPENSSL_NO_ASM for Visual Studio. Allow gRPC_INSTALL with module providers. Add Findc-ares.cmake module. Census client filter: use current span and tags. Improve & update BUILDING.md.
Diffstat (limited to 'net/grpc/patches')
-rw-r--r--net/grpc/patches/patch-CMakeLists.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/net/grpc/patches/patch-CMakeLists.txt b/net/grpc/patches/patch-CMakeLists.txt
index 73e3055a711..e8bb5486abf 100644
--- a/net/grpc/patches/patch-CMakeLists.txt
+++ b/net/grpc/patches/patch-CMakeLists.txt
@@ -1,10 +1,10 @@
-$NetBSD: patch-CMakeLists.txt,v 1.8 2020/01/05 17:01:19 leot Exp $
+$NetBSD: patch-CMakeLists.txt,v 1.9 2020/02/06 20:13:08 adam Exp $
Add version number to shared libraries.
---- CMakeLists.txt.orig 2019-12-18 01:29:27.000000000 +0000
+--- CMakeLists.txt.orig 2020-02-04 17:04:33.000000000 +0000
+++ CMakeLists.txt
-@@ -212,7 +212,7 @@ function(protobuf_generate_grpc_cpp)
+@@ -254,7 +254,7 @@ function(protobuf_generate_grpc_cpp)
"${_gRPC_PROTO_GENS_DIR}/${RELFIL_WE}_mock.grpc.pb.h"
"${_gRPC_PROTO_GENS_DIR}/${RELFIL_WE}.pb.cc"
"${_gRPC_PROTO_GENS_DIR}/${RELFIL_WE}.pb.h"
@@ -13,8 +13,8 @@ Add version number to shared libraries.
ARGS --grpc_out=generate_mock_code=true:${_gRPC_PROTO_GENS_DIR}
--cpp_out=${_gRPC_PROTO_GENS_DIR}
--plugin=protoc-gen-grpc=${_gRPC_CPP_PLUGIN}
-@@ -18361,6 +18361,24 @@ install(FILES
- DESTINATION ${gRPC_INSTALL_CMAKEDIR}
+@@ -18414,6 +18414,24 @@ install(FILES
+ DESTINATION ${gRPC_INSTALL_CMAKEDIR}/modules
)
+foreach(_lib