[cpp-msbuild] branch main updated: Update OpenSSL to 3.3.7
Codeberg
noreply at shibboleth.net
Tue Apr 7 23:00:25 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/deb9a0199a304cbaf29b7d9eb574c67c203b2793
The following commit(s) were added to refs/heads/main by this push:
new deb9a01 Update OpenSSL to 3.3.7
deb9a01 is described below
commit deb9a0199a304cbaf29b7d9eb574c67c203b2793
Author: Scott Cantor <scott at restingparrotsoftware.com>
AuthorDate: Tue Apr 7 19:00:13 2026 -0400
Update OpenSSL to 3.3.7
---
Versions.props | 2 +-
dependencies/config.bat | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Versions.props b/Versions.props
index f5785b2..b6a1cb3 100644
--- a/Versions.props
+++ b/Versions.props
@@ -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.6</openssl>
+ <openssl Condition="'$(OPENSSL_DIR)'==''">openssl-3.3.7</openssl>
<openssl Condition="'$(OPENSSL_DIR)'!=''">$(OPENSSL_DIR)</openssl>
</PropertyGroup>
diff --git a/dependencies/config.bat b/dependencies/config.bat
index 98231bd..c617328 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.6
-set OPENSSL_MM_VERSION=3.3.6.0
+set OPENSSL_DIR=openssl-3.3.7
+set OPENSSL_MM_VERSION=3.3.7.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