[cpp-msbuild] branch main updated: Update OpenSSL version.

Scott Cantor cantor.2 at osu.edu
Tue Nov 1 16:21:23 UTC 2022


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch main
in repository cpp-msbuild.

View the commit online:
http://git.shibboleth.net/view/?p=cpp-msbuild.git;a=commit;h=89a45960d99792efd8238d0c03e5939b1f1e9ad1

The following commit(s) were added to refs/heads/main by this push:
     new 89a4596  Update OpenSSL version.
89a4596 is described below

commit 89a45960d99792efd8238d0c03e5939b1f1e9ad1
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Nov 1 12:21:19 2022 -0400

    Update OpenSSL version.
---
 Versions.props          | 22 +++++++++++-----------
 dependencies/config.bat |  6 +++---
 2 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/Versions.props b/Versions.props
index bc8adbd..6e70b01 100644
--- a/Versions.props
+++ b/Versions.props
@@ -111,13 +111,13 @@
 
   <PropertyGroup Label="OpenSSLGeneral">
     <!-- Just for now -->
-    <OPENSSL_FILE_VERSION Condition="'$(OPENSSL_FILE_VERSION)' == ''">3_0_0</OPENSSL_FILE_VERSION>
+    <OPENSSL_FILE_VERSION Condition="'$(OPENSSL_FILE_VERSION)' == ''">3_0_7</OPENSSL_FILE_VERSION>
 
-    <openssl Condition="'$(OPENSSL_DIR)'==''">openssl-3.0.0</openssl>
+    <openssl Condition="'$(OPENSSL_DIR)'==''">openssl-3.0.7</openssl>
     <openssl Condition="'$(OPENSSL_DIR)'!=''">$(OPENSSL_DIR)</openssl>
   </PropertyGroup>
 
-  <PropertyGroup Label="OpenSSLGuidsBad" Condition="'$(OPENSSL_FILE_VERSION)' != '3_0_0'">
+  <PropertyGroup Label="OpenSSLGuidsBad" Condition="'$(OPENSSL_FILE_VERSION)' != '3_0_7'">
     <!--- If you revert to a pre-V3.0 version of OpenSSL you need to change the name of the 
           License file in cpp-sp/msi/WiX/MergeModules/OpenSSL-x64/x86.wxs -->
     <OpenSSLFileVersion>BAD_OPENSSL_FILE_VERSION</OpenSSLFileVersion>
@@ -126,14 +126,14 @@
   <PropertyGroup Label="OpenSSLGuids" Condition="'$(OPENSSL_FILE_VERSION)' == '3_0_0'">
     <OpenSSLFileVersion>$(OPENSSL_FILE_VERSION)</OpenSSLFileVersion>
     <!-- Change the 8 components below iff OpenSSLFileVersion changes -->
-    <LibEay32Component>{5546BB0E-62F2-4A6F-8BF9-E1E50E08D997}</LibEay32Component>
-    <SSlEay32Component>{A1D70FB7-8416-448F-AE19-56D832CFEE55}</SSlEay32Component>
-    <LibEay32Componentd>{818DB70F-52CD-4B41-9AB9-AEB082731D04}</LibEay32Componentd>
-    <SSlEay32Componentd>{AF96F934-79DA-4F41-BC06-A07D907FCF50}</SSlEay32Componentd>
-    <LibEay64Component>{E8FDF5CD-FB0B-4843-92EA-C0B5311C61B8}</LibEay64Component>
-    <SSlEay64Component>{8A34864F-CDE0-4C14-9BC3-4D76D1E4E6D1}</SSlEay64Component>
-    <LibEay64Componentd>{4449C2A6-0347-4FCE-A5AE-F5F4FBE63F7B}</LibEay64Componentd>
-    <SSlEay64Componentd>{264489CF-51CC-40BB-B470-0C48CAC4B7BA}</SSlEay64Componentd>
+    <LibEay32Component>{0C04FB12-2BC3-42F9-B684-4055BA1CCAFE}</LibEay32Component>
+    <SSlEay32Component>{0CA696ED-C19F-499A-89CA-61C3C75A1E4C}</SSlEay32Component>
+    <LibEay32Componentd>{49C9DECA-5B57-494B-BF10-750490E8164D}</LibEay32Componentd>
+    <SSlEay32Componentd>{F4B9026E-A874-4AB8-AC25-D248D506228B}</SSlEay32Componentd>
+    <LibEay64Component>{F6B44977-FA8E-4394-9B7D-0769F3387D42}</LibEay64Component>
+    <SSlEay64Component>{E23AD99F-636B-4BEF-B973-8098AC653BF3}</SSlEay64Component>
+    <LibEay64Componentd>{F3A71114-8E0C-4A02-A5AC-38823C1B4ABF}</LibEay64Componentd>
+    <SSlEay64Componentd>{21B6E017-9EA7-4029-AEBD-15DB1AE6508E}</SSlEay64Componentd>
   </PropertyGroup>
 
   <PropertyGroup Label="XSecGeneral">
diff --git a/dependencies/config.bat b/dependencies/config.bat
index efce75b..f3a1372 100644
--- a/dependencies/config.bat
+++ b/dependencies/config.bat
@@ -93,9 +93,9 @@ 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.0.0
-set OPENSSL_MM_VERSION=3.0.0.0
-set OPENSSL_FILE_VERSION=3_0_0
+set OPENSSL_DIR=openssl-3.0.7
+set OPENSSL_MM_VERSION=3.0.7.0
+set OPENSSL_FILE_VERSION=3_0_7
 
 REM
 REM CURL CONFIG

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


More information about the commits mailing list