[cpp-msbuild] branch main updated: Bump openssl and curl again.

Codeberg noreply at shibboleth.net
Thu Sep 10 11:49:44 UTC 2026


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/d02e0774e6ca4d71e3b26949c0db8f8c9dfe6ac8

The following commit(s) were added to refs/heads/main by this push:
     new d02e077  Bump openssl and curl again.
d02e077 is described below

commit d02e0774e6ca4d71e3b26949c0db8f8c9dfe6ac8
Author: Scott Cantor <scott at restingparrotsoftware.com>
AuthorDate: Thu Sep 10 07:49:35 2026 -0400

    Bump openssl and curl again.
---
 Versions.props          | 4 ++--
 dependencies/config.bat | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/Versions.props b/Versions.props
index 9c6d417..02cd74b 100644
--- a/Versions.props
+++ b/Versions.props
@@ -89,7 +89,7 @@
   </PropertyGroup>
   <PropertyGroup Label="CurlGuids" Condition="'$(LIBCURL_FILE_VERSION)' == '12'">
     <CurlVersion Condition="'$(LIBCURL_DIR)'!=''">$(LIBCURL_VERSION)</CurlVersion>
-    <CurlVersion Condition="'$(LIBCURL_DIR)'==''">8.21.0</CurlVersion>
+    <CurlVersion Condition="'$(LIBCURL_DIR)'==''">8.22.0</CurlVersion>
     <curl Condition="'$(LIBCURL_DIR)'!=''">$(LIBCURL_DIR)</curl>
     <curl Condition="'$(LIBCURL_DIR)'==''">curl-$(CurlVersion)</curl>
 
@@ -113,7 +113,7 @@
     <!-- Just for now -->
     <OPENSSL_FILE_VERSION Condition="'$(OPENSSL_FILE_VERSION)' == ''">3_5</OPENSSL_FILE_VERSION>
 
-    <openssl Condition="'$(OPENSSL_DIR)'==''">openssl-3.5.7</openssl>
+    <openssl Condition="'$(OPENSSL_DIR)'==''">openssl-3.5.8</openssl>
     <openssl Condition="'$(OPENSSL_DIR)'!=''">$(OPENSSL_DIR)</openssl>
   </PropertyGroup>
 
diff --git a/dependencies/config.bat b/dependencies/config.bat
index 57c7fd1..85075c3 100644
--- a/dependencies/config.bat
+++ b/dependencies/config.bat
@@ -94,8 +94,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.5.7
-set OPENSSL_MM_VERSION=3.5.7.0
+set OPENSSL_DIR=openssl-3.5.8
+set OPENSSL_MM_VERSION=3.5.8.0
 set OPENSSL_FILE_VERSION=3_5
 
 REM
@@ -104,7 +104,7 @@ REM
 REM CURL_DIR             is the directory name
 REM CURL_VERSION         is the version
 REM
-set LIBCURL_VERSION=8.21.0
+set LIBCURL_VERSION=8.22.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