Path to this page:
Subject: CVS commit: pkgsrc/net
From: Adam Ciarcinski
Date: 2025-02-01 08:20:58
Message id: 20250201072058.E557FFBE0@cvs.NetBSD.org
Log Message:
grpc: updated to 1.70.1
1.70.1
Core
[Backport-v1.70.x] Added ws2_32 to address_sorting
Ruby
Add ruby 3.4 support to pre-compiled native gems
1.70.0
Core
[BoringSSL] Update third_party/boringssl-with-bazel.
C++
gRPC C++ begins to require C++17 or later to build and use gRPC C++. You may \
need the following settings:
CMake: Add CMAKE_CXX_STANDARD=17 to your CMake build command.
Bazel: Add --cxxopt='/std:c++17' and --host_cxxopt='/std:c++17' to your Bazel \
build command.
gRPC 1.69, the final version compatible with C++14, will be supported until \
December 10, 2025, according to \
https://github.com/grpc/proposal/blob/master/L120-requiring-cpp17.md.
Files: