From 78b66ad5b91fa69b698ac7e0506534cc63565614 Mon Sep 17 00:00:00 2001 From: Jozef Izso Date: Sat, 22 Aug 2020 10:16:03 +0200 Subject: [grpc] grpc v1.30.2 (#12920) --- ports/grpc/00011-fix-csharp_plugin.patch | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'ports/grpc/00011-fix-csharp_plugin.patch') diff --git a/ports/grpc/00011-fix-csharp_plugin.patch b/ports/grpc/00011-fix-csharp_plugin.patch index c2d177113..ffd6774ca 100644 --- a/ports/grpc/00011-fix-csharp_plugin.patch +++ b/ports/grpc/00011-fix-csharp_plugin.patch @@ -1,8 +1,8 @@ -diff --git a/CMakeLists.txt b/CMakeLists.txt -index 77cf3de..8bceae6 100644 +diff --git a/CMakeLists.txt b/CMakeLists.txt +index e9adc1ae27..d1f5a3f93e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt -@@ -1812,10 +1812,14 @@ endif() +@@ -1838,10 +1838,14 @@ endif() if(gRPC_BUILD_CSHARP_EXT) @@ -18,11 +18,11 @@ index 77cf3de..8bceae6 100644 set_target_properties(grpc_csharp_ext PROPERTIES VERSION ${gRPC_CORE_VERSION} SOVERSION ${gRPC_CORE_SOVERSION} -@@ -1829,6 +1833,12 @@ if(WIN32 AND MSVC) +@@ -1855,6 +1859,12 @@ if(WIN32 AND MSVC) install(FILES ${CMAKE_CURRENT_BINARY_DIR}/grpc_csharp_ext.pdb DESTINATION ${gRPC_INSTALL_LIBDIR} OPTIONAL ) -+ ++ + install(TARGETS grpc_csharp_ext + RUNTIME DESTINATION ${gRPC_INSTALL_BINDIR} + LIBRARY DESTINATION ${gRPC_INSTALL_LIBDIR} -- cgit v1.2.3 From 3283dd7fb7044118a302c9e32956aaaf3afc9b04 Mon Sep 17 00:00:00 2001 From: Jozef Izso Date: Sun, 23 Aug 2020 07:25:20 +0200 Subject: [grpc][upb][re2] grpc v1.31.1 (#13084) --- ports/grpc/00011-fix-csharp_plugin.patch | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'ports/grpc/00011-fix-csharp_plugin.patch') diff --git a/ports/grpc/00011-fix-csharp_plugin.patch b/ports/grpc/00011-fix-csharp_plugin.patch index ffd6774ca..67450425b 100644 --- a/ports/grpc/00011-fix-csharp_plugin.patch +++ b/ports/grpc/00011-fix-csharp_plugin.patch @@ -1,8 +1,8 @@ -diff --git a/CMakeLists.txt b/CMakeLists.txt -index e9adc1ae27..d1f5a3f93e 100644 +diff --git a/CMakeLists.txt b/CMakeLists.txt +index 48bc6cf0de..399aff7d1e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt -@@ -1838,10 +1838,14 @@ endif() +@@ -1854,10 +1854,14 @@ endif() if(gRPC_BUILD_CSHARP_EXT) @@ -18,7 +18,7 @@ index e9adc1ae27..d1f5a3f93e 100644 set_target_properties(grpc_csharp_ext PROPERTIES VERSION ${gRPC_CORE_VERSION} SOVERSION ${gRPC_CORE_SOVERSION} -@@ -1855,6 +1859,12 @@ if(WIN32 AND MSVC) +@@ -1871,6 +1875,12 @@ if(WIN32 AND MSVC) install(FILES ${CMAKE_CURRENT_BINARY_DIR}/grpc_csharp_ext.pdb DESTINATION ${gRPC_INSTALL_LIBDIR} OPTIONAL ) -- cgit v1.2.3