mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 10:21:07 +08:00
[grpc] Update to 1.50.1 (#27536)
* grpc: Update to 1.50.1 * dos2unix Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
This commit is contained in:
parent
47ef7c0682
commit
b39520920f
@ -1,5 +1,5 @@
|
||||
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||||
index 8498b6e435..12d50a26ff 100644
|
||||
index 23098aa578..a8e8bc274b 100644
|
||||
--- a/CMakeLists.txt
|
||||
+++ b/CMakeLists.txt
|
||||
@@ -85,6 +85,9 @@ set_property(CACHE gRPC_SSL_PROVIDER PROPERTY STRINGS "module" "package")
|
||||
@ -12,7 +12,7 @@ index 8498b6e435..12d50a26ff 100644
|
||||
set(gRPC_PROTOBUF_PACKAGE_TYPE "" CACHE STRING "Algorithm for searching protobuf package")
|
||||
set_property(CACHE gRPC_PROTOBUF_PACKAGE_TYPE PROPERTY STRINGS "CONFIG" "MODULE")
|
||||
|
||||
@@ -1596,6 +1599,7 @@ target_link_libraries(gpr
|
||||
@@ -1631,6 +1634,7 @@ target_link_libraries(gpr
|
||||
absl::time
|
||||
absl::optional
|
||||
absl::variant
|
||||
@ -20,7 +20,7 @@ index 8498b6e435..12d50a26ff 100644
|
||||
)
|
||||
if(_gRPC_PLATFORM_ANDROID)
|
||||
target_link_libraries(gpr
|
||||
@@ -2400,7 +2404,6 @@ target_link_libraries(grpc
|
||||
@@ -2435,7 +2439,6 @@ target_link_libraries(grpc
|
||||
gpr
|
||||
${_gRPC_SSL_LIBRARIES}
|
||||
address_sorting
|
||||
@ -28,7 +28,7 @@ index 8498b6e435..12d50a26ff 100644
|
||||
)
|
||||
if(_gRPC_PLATFORM_IOS OR _gRPC_PLATFORM_MAC)
|
||||
target_link_libraries(grpc "-framework CoreFoundation")
|
||||
@@ -2961,7 +2964,6 @@ target_link_libraries(grpc_unsecure
|
||||
@@ -2979,7 +2982,6 @@ target_link_libraries(grpc_unsecure
|
||||
absl::utility
|
||||
gpr
|
||||
address_sorting
|
||||
@ -36,7 +36,7 @@ index 8498b6e435..12d50a26ff 100644
|
||||
)
|
||||
if(_gRPC_PLATFORM_IOS OR _gRPC_PLATFORM_MAC)
|
||||
target_link_libraries(grpc_unsecure "-framework CoreFoundation")
|
||||
@@ -4254,6 +4256,7 @@ endif()
|
||||
@@ -4251,6 +4253,7 @@ endif()
|
||||
|
||||
endif()
|
||||
|
||||
@ -44,15 +44,15 @@ index 8498b6e435..12d50a26ff 100644
|
||||
add_library(upb
|
||||
third_party/upb/third_party/utf8_range/naive.c
|
||||
third_party/upb/third_party/utf8_range/range2-neon.c
|
||||
@@ -4322,7 +4325,7 @@ if(gRPC_INSTALL)
|
||||
@@ -4319,7 +4322,7 @@ if(gRPC_INSTALL)
|
||||
ARCHIVE DESTINATION ${gRPC_INSTALL_LIBDIR}
|
||||
)
|
||||
endif()
|
||||
-
|
||||
+endif()
|
||||
|
||||
if(gRPC_BUILD_TESTS)
|
||||
|
||||
add_executable(gen_hpack_tables
|
||||
diff --git a/cmake/gRPCConfig.cmake.in b/cmake/gRPCConfig.cmake.in
|
||||
index 3623f4aa5e..df6ced560e 100644
|
||||
--- a/cmake/gRPCConfig.cmake.in
|
||||
|
@ -5,8 +5,8 @@ endif()
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO grpc/grpc
|
||||
REF v1.49.0
|
||||
SHA512 592413f0f907ec5c7c6b22366e418c589a653ef105b61bf0f98fc64dc40ccea0d2fadc9af9ade62bffa99cafec6e1305300cb9531202923614fe308b7f831210
|
||||
REF v1.50.1
|
||||
SHA512 7c90ec9fd073980218f69eda704dbfb526dbd2f7f864135bdc6bd064789d1d8889127a253493196e617b0b90dddf1204ca9344c5e585ab0f0ca5c2a2a0a22ef1
|
||||
HEAD_REF master
|
||||
PATCHES
|
||||
00001-fix-uwp.patch
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "grpc",
|
||||
"version-semver": "1.49.0",
|
||||
"version-semver": "1.50.1",
|
||||
"description": "An RPC library and framework",
|
||||
"homepage": "https://github.com/grpc/grpc",
|
||||
"license": "Apache-2.0",
|
||||
|
@ -2761,7 +2761,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"grpc": {
|
||||
"baseline": "1.49.0",
|
||||
"baseline": "1.50.1",
|
||||
"port-version": 0
|
||||
},
|
||||
"grppi": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "13420572b45b2b5a5a3fb41eb383d0c62f1d7c51",
|
||||
"version-semver": "1.50.1",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "28334108999e49da12dbde24bcfc183984ecef41",
|
||||
"version-semver": "1.49.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user