[cpp-msbuild] branch main updated: Bump various versions across build.

Codeberg noreply at shibboleth.net
Thu Aug 13 18:38:38 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/21e20de12f43d2617be35b9bd877be745e3b1b1a

The following commit(s) were added to refs/heads/main by this push:
     new 21e20de  Bump various versions across build.
21e20de is described below

commit 21e20de12f43d2617be35b9bd877be745e3b1b1a
Author: Scott Cantor <scott at restingparrotsoftware.com>
AuthorDate: Thu Aug 13 14:38:27 2026 -0400

    Bump various versions across build.
---
 Versions.props          | 38 +++++++++++++++++++-------------------
 dependencies/config.bat | 10 +++++-----
 2 files changed, 24 insertions(+), 24 deletions(-)

diff --git a/Versions.props b/Versions.props
index be4bfe2..9c6d417 100644
--- a/Versions.props
+++ b/Versions.props
@@ -11,16 +11,16 @@
     <CxxTestRoot>$(BuildRoot)\cxxtest</CxxTestRoot>
 
     <!-- These control the version of the installer -->
-    <ShibbolethVersion>3.5.2</ShibbolethVersion>
-    <ShibbolethPatchVersion>4</ShibbolethPatchVersion>
+    <ShibbolethVersion>3.6.0</ShibbolethVersion>
+    <ShibbolethPatchVersion>0</ShibbolethPatchVersion>
 
     <!-- These control the versions in the DLLs and Executables.
          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,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-->
+    <SPFileVersion>3,6,0</SPFileVersion>       <!-- FILEVERSION in the SP projects -->
+    <SPFileVersionSP>3,6,0</SPFileVersionSP>   <!-- Special for ShibSp.dll -->
+    <SPProductVersion>3,6,0</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,17 +58,17 @@
     <XMLToolingLiteComponent64d>{3583349E-D363-4942-8D98-7030097C6C39}</XMLToolingLiteComponent64d>
 
 
-    <ShibbolethDllVersion>3.5.2</ShibbolethDllVersion>
-    <ShibbolethDllFileVersion>3_5</ShibbolethDllFileVersion>
+    <ShibbolethDllVersion>3.6.0</ShibbolethDllVersion>
+    <ShibbolethDllFileVersion>3_6</ShibbolethDllFileVersion>
     <!-- Change the 8 components below iff ShibbolethDllFileVersion changes -->
-    <ShibDll32Component>{238F0A55-6BCB-46DE-A7A6-5FB2BD137803}</ShibDll32Component>
-    <ShibDllLite32Component>{BDC79896-281A-4E06-B612-D728E931CD73}</ShibDllLite32Component>
-    <ShibDll32Componentd>{FAAF3458-EF19-4BE3-917C-9AB91D2581B0}</ShibDll32Componentd>
-    <ShibDllLite32Componentd>{AC51BE75-8B49-49A1-BC63-83B80FF1DB3F}</ShibDllLite32Componentd>
-    <ShibDll64Component>{92CA3769-043A-49A7-8BB1-0A52D99C5454}</ShibDll64Component>
-    <ShibDllLite64Component>{6CB20BA2-6353-4E7D-BA64-668D907CB572}</ShibDllLite64Component>
-    <ShibDll64Componentd>{06BAF95D-25C1-434D-BCBF-95479FB594FB}</ShibDll64Componentd>
-    <ShibDllLite64Componentd>{CBF9045B-6A76-4E21-8CF6-5FE165C73C51}</ShibDllLite64Componentd>
+    <ShibDll32Component>{F98A0EF0-82CB-4248-B6B0-9D594F76D282}</ShibDll32Component>
+    <ShibDllLite32Component>{675AC329-1023-48EE-BF79-A21D3A54DB27}</ShibDllLite32Component>
+    <ShibDll32Componentd>{C71C2BBD-D0F3-4B05-9E57-5FF191E0BADA}</ShibDll32Componentd>
+    <ShibDllLite32Componentd>{2D6450F5-1FF7-4468-85F5-0C7F6A3D6CBD}</ShibDllLite32Componentd>
+    <ShibDll64Component>{51FDFB88-B067-4902-ABB0-9DC06620F82F}</ShibDll64Component>
+    <ShibDllLite64Component>{00211785-1F96-4323-A288-58B2C6A54CB3}</ShibDllLite64Component>
+    <ShibDll64Componentd>{C3B46F57-647B-43B2-9E69-6E0BFE6FB498}</ShibDll64Componentd>
+    <ShibDllLite64Componentd>{F6DBE327-7D26-436A-B617-D8686D4A57E8}</ShibDllLite64Componentd>
 
     <FastCGIVersion>2.4.0</FastCGIVersion>
     <fcgi>fcgi-$(FastCGIVersion)-VC10</fcgi>
@@ -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.20.0</CurlVersion>
+    <CurlVersion Condition="'$(LIBCURL_DIR)'==''">8.21.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.6</openssl>
+    <openssl Condition="'$(OPENSSL_DIR)'==''">openssl-3.5.7</openssl>
     <openssl Condition="'$(OPENSSL_DIR)'!=''">$(OPENSSL_DIR)</openssl>
   </PropertyGroup>
 
@@ -185,9 +185,9 @@
   <PropertyGroup Label="XercesGeneral">
     <!-- Just for now -->
     <XERCES_FILE_VERSION Condition="'$(XERCES_FILE_VERSION)' == ''">3_3</XERCES_FILE_VERSION>
-    <XercesVersion Condition="'$(XERCES_MM_VERSION)'==''">3.3.0</XercesVersion>
+    <XercesVersion Condition="'$(XERCES_MM_VERSION)'==''">3.3.1</XercesVersion>
     <XercesVersion Condition="'$(XERCES_MM_VERSION)'!=''">$(XERCES_MM_VERSION)</XercesVersion>
-    <xerces Condition="'$(XERCES_DIR)'==''">xerces-c-3.3.0</xerces>
+    <xerces Condition="'$(XERCES_DIR)'==''">xerces-c-3.3.1</xerces>
     <xerces Condition="'$(XERCES_DIR)'!=''">$(XERCES_DIR)</xerces>
   </PropertyGroup>
 
diff --git a/dependencies/config.bat b/dependencies/config.bat
index ef48464..57c7fd1 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.6
-set OPENSSL_MM_VERSION=3.5.6.0
+set OPENSSL_DIR=openssl-3.5.7
+set OPENSSL_MM_VERSION=3.5.7.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.20.0
+set LIBCURL_VERSION=8.21.0
 set LIBCURL_DIR=curl-%LIBCURL_VERSION%
 set LIBCURL_FILE_VERSION=12
 
@@ -137,9 +137,9 @@ set LOG4SHIB_FILE_VERSION=2_0
 REM
 REM XERCES CONFIG
 REM
-set XERCES_DIR=xerces-c-3.3.0
+set XERCES_DIR=xerces-c-3.3.1
 set XERCES_FILE_VERSION=3_3
-set XERCES_MM_VERSION=3.3.0
+set XERCES_MM_VERSION=3.3.1
 
 
 SET MsVCVersionNum=15

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


More information about the commits mailing list