From: Adrien Gallouët Date: Wed, 10 Jun 2026 20:28:03 +0000 (+0200) Subject: vendor : update LibreSSL to 4.3.2 (#24397) X-Git-Tag: upstream/0.0.10438~846 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=ac4cddeb0dbd778f650bf568f6f08344a06abe3a;p=pkg%2Fggml%2Fsources%2Fllama.cpp vendor : update LibreSSL to 4.3.2 (#24397) Signed-off-by: Adrien Gallouët --- diff --git a/vendor/cpp-httplib/CMakeLists.txt b/vendor/cpp-httplib/CMakeLists.txt index 3cd106554..5fb3cf8d5 100644 --- a/vendor/cpp-httplib/CMakeLists.txt +++ b/vendor/cpp-httplib/CMakeLists.txt @@ -81,7 +81,7 @@ if (LLAMA_BUILD_BORINGSSL) target_link_libraries(${TARGET} PUBLIC ssl crypto) elseif (LLAMA_BUILD_LIBRESSL) - set(LIBRESSL_VERSION "4.3.1" CACHE STRING "LibreSSL version") + set(LIBRESSL_VERSION "4.3.2" CACHE STRING "LibreSSL version") message(STATUS "Fetching LibreSSL version ${LIBRESSL_VERSION}")