[cpp-msbuild] branch main updated: Bump OpenSSL and libcurl.

Codeberg noreply at shibboleth.net
Mon Dec 15 14:13:01 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/7f4ce50875e3c0c9d2f5a6a2a8da36a7c1026c43

The following commit(s) were added to refs/heads/main by this push:
     new 7f4ce50  Bump OpenSSL and libcurl.
7f4ce50 is described below

commit 7f4ce50875e3c0c9d2f5a6a2a8da36a7c1026c43
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Dec 15 09:12:51 2025 -0500

    Bump OpenSSL and libcurl.
---
 Versions.props | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/Versions.props b/Versions.props
index 7be538f..0eedbac 100644
--- a/Versions.props
+++ b/Versions.props
@@ -18,9 +18,9 @@
          Note that the PatchVersion is left to the individual resource file.
          If you change this you probably need to change ../cpp-sp/util/resourceCommon.rci
       -->
-    <SPFileVersion>3,5,1</SPFileVersion>       <!-- FILEVERSION in the SP projects -->
-    <SPFileVersionSP>3,5,1</SPFileVersionSP>   <!-- Special for ShibSp.dll -->
-    <SPProductVersion>3,5,1</SPProductVersion> <!-- PRODUCTVERSION  in the SP projects (but overidden by resourceCommon.rci on output-->
+    <SPFileVersion>3,5,2</SPFileVersion>       <!-- FILEVERSION in the SP projects -->
+    <SPFileVersionSP>3,5,2</SPFileVersionSP>   <!-- Special for ShibSp.dll -->
+    <SPProductVersion>3,5,2</SPProductVersion> <!-- PRODUCTVERSION  in the SP projects (but overidden by resourceCommon.rci on output-->
 
     <!-- XMLTooling only has one RC file.  Edit that by hand -->
     <!-- OpemSAML has two RC files (saml.rc and samlsign.rc).  Edit them by hand -->
@@ -58,7 +58,7 @@
     <XMLToolingLiteComponent64d>{3583349E-D363-4942-8D98-7030097C6C39}</XMLToolingLiteComponent64d>
 
 
-    <ShibbolethDllVersion>3.5.1</ShibbolethDllVersion>
+    <ShibbolethDllVersion>3.5.2</ShibbolethDllVersion>
     <ShibbolethDllFileVersion>3_5</ShibbolethDllFileVersion>
     <!-- Change the 8 components below iff ShibbolethDllFileVersion changes -->
     <ShibDll32Component>{238F0A55-6BCB-46DE-A7A6-5FB2BD137803}</ShibDll32Component>
@@ -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.10.1</CurlVersion>
+    <CurlVersion Condition="'$(LIBCURL_DIR)'==''">8.17.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_3</OPENSSL_FILE_VERSION>
 
-    <openssl Condition="'$(OPENSSL_DIR)'==''">openssl-3.3.2</openssl>
+    <openssl Condition="'$(OPENSSL_DIR)'==''">openssl-3.3.5</openssl>
     <openssl Condition="'$(OPENSSL_DIR)'!=''">$(OPENSSL_DIR)</openssl>
   </PropertyGroup>
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list