[cpp-msbuild] branch main updated: Bump OpenSSL and libcurl.
Codeberg
noreply at shibboleth.net
Mon Dec 15 14:12:14 UTC 2025
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch main
in repository cpp-msbuild.
View the commit online:
https://codeberg.org/Shibboleth/cpp-msbuild/commit/de74aba1a506610cba640a90f074e873d29c4919
The following commit(s) were added to refs/heads/main by this push:
new de74aba Bump OpenSSL and libcurl.
de74aba is described below
commit de74aba1a506610cba640a90f074e873d29c4919
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Dec 15 09:12:02 2025 -0500
Bump OpenSSL and libcurl.
---
dependencies/config.bat | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/dependencies/config.bat b/dependencies/config.bat
index 1ab2c72..9f21e62 100644
--- a/dependencies/config.bat
+++ b/dependencies/config.bat
@@ -93,8 +93,8 @@ REM OPENSSL_DIR is the directory name
REM OPENSSL_MM_VERSION is the Merge Module version (and so have to be 3 or 4 dot separated numbers)
REM OPENSSL_FILE_VERSION is the distinction on the name of the DLLS
REM if it changes you *MUST* change Version.props
-set OPENSSL_DIR=openssl-3.3.2
-set OPENSSL_MM_VERSION=3.3.2.0
+set OPENSSL_DIR=openssl-3.3.5
+set OPENSSL_MM_VERSION=3.3.5.0
set OPENSSL_FILE_VERSION=3_3
REM
@@ -103,7 +103,7 @@ REM
REM CURL_DIR is the directory name
REM CURL_VERSION is the version
REM
-set LIBCURL_VERSION=8.10.1
+set LIBCURL_VERSION=8.17.0
set LIBCURL_DIR=curl-%LIBCURL_VERSION%
set LIBCURL_FILE_VERSION=12
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list