Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions third_party/boringssl/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ endforeach()

ExternalProject_add(
boringssl
URL https://github.com/google/boringssl/releases/download/0.20241203.0/boringssl-0.20241203.0.tar.gz
URL_MD5 3320699951028ba64150b5296bc9d0e6
URL https://github.com/google/boringssl/releases/download/0.20250818.0/boringssl-0.20250818.0.tar.gz
URL_MD5 4458cca764918f34e846629b1bb0cbe7
PREFIX boringssl
CMAKE_ARGS "${CMAKE_ARGS}"
)
2 changes: 1 addition & 1 deletion third_party/curl/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ endforeach()
ExternalProject_add(
curl
GIT_REPOSITORY https://github.com/curl/curl.git
GIT_TAG curl-8_13_0
GIT_TAG curl-8_16_0
GIT_SHALLOW ON
PREFIX curl
CMAKE_ARGS "${CMAKE_ARGS}"
Expand Down
2 changes: 1 addition & 1 deletion third_party/openssl/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ message(STATUS "Building with ${BUILD_PARALLEL_JOBS} jobs")

message(STATUS "Preparing external project \"openssl\"")

set(OPENSSL_VERSION 3.4.0)
set(OPENSSL_VERSION 3.6.0)

if("${CMAKE_BUILD_TYPE}" STREQUAL "Debug")
set(OPENSSL_BUILD_TYPE "--debug")
Expand Down
Loading