[cpp-msbuild] branch main updated: Bump OpenSSL and SP patch version.
Codeberg
noreply at shibboleth.net
Wed Jan 28 16:49:35 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/96719d903eb57fe911ee9047bfe47b691b4a9080
The following commit(s) were added to refs/heads/main by this push:
new 96719d9 Bump OpenSSL and SP patch version.
96719d9 is described below
commit 96719d903eb57fe911ee9047bfe47b691b4a9080
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Jan 28 11:49:23 2026 -0500
Bump OpenSSL and SP patch version.
---
Versions.props | 4 ++--
dependencies/config.bat | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/Versions.props b/Versions.props
index ba766ef..8678ded 100644
--- a/Versions.props
+++ b/Versions.props
@@ -12,7 +12,7 @@
<!-- These control the version of the installer -->
<ShibbolethVersion>3.5.2</ShibbolethVersion>
- <ShibbolethPatchVersion>0</ShibbolethPatchVersion>
+ <ShibbolethPatchVersion>1</ShibbolethPatchVersion>
<!-- These control the versions in the DLLs and Executables.
Note that the PatchVersion is left to the individual resource file.
@@ -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.5</openssl>
+ <openssl Condition="'$(OPENSSL_DIR)'==''">openssl-3.3.6</openssl>
<openssl Condition="'$(OPENSSL_DIR)'!=''">$(OPENSSL_DIR)</openssl>
</PropertyGroup>
diff --git a/dependencies/config.bat b/dependencies/config.bat
index a55c40d..6d0687d 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.5
-set OPENSSL_MM_VERSION=3.3.5.0
+set OPENSSL_DIR=openssl-3.3.6
+set OPENSSL_MM_VERSION=3.3.6.0
set OPENSSL_FILE_VERSION=3_3
REM
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list