git clone -b v<version> https://github.com/grpc/grpc.git grpc-<version> (cd grpc-<version> && git submodule update --init third_party/cares) tar zcvf grpc-<version>.tar.gz --exclude .git grpc-<version>
We bundle 1.10.0 for better CMake build support.
Fixed undefined _WIN32_WINNT
for generated files on Windows.
Upstream PR: https://github.com/grpc/grpc/pull/15128
Removed unnecessary dependencies of codegen_init.o
for unsecure build.
Upstream PR: https://github.com/grpc/grpc/pull/16323
CMake: Automatic fallbacking on system's OpenSSL if it only has NPN.
Upstream PR: https://github.com/grpc/grpc/pull/17726
Upstream PR: https://github.com/grpc/grpc/pull/20048
Upstream PR: https://github.com/grpc/grpc/pull/18950