[cpp-msbuild] branch main updated: Bump OpenSSL

Scott Cantor cantor.2 at osu.edu
Wed Jun 7 00:23:50 UTC 2023


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=ec03b22d06b53d8948d33b3187a2efb1cfe59a2a

The following commit(s) were added to refs/heads/main by this push:
     new ec03b22  Bump OpenSSL
ec03b22 is described below

commit ec03b22d06b53d8948d33b3187a2efb1cfe59a2a
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Jun 6 20:23:45 2023 -0400

    Bump OpenSSL
---
 Versions.props          | 24 ++++++++++++------------
 dependencies/config.bat |  6 +++---
 2 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/Versions.props b/Versions.props
index 8bcb261..c36973a 100644
--- a/Versions.props
+++ b/Versions.props
@@ -111,29 +111,29 @@
 
   <PropertyGroup Label="OpenSSLGeneral">
     <!-- Just for now -->
-    <OPENSSL_FILE_VERSION Condition="'$(OPENSSL_FILE_VERSION)' == ''">3_0_8</OPENSSL_FILE_VERSION>
+    <OPENSSL_FILE_VERSION Condition="'$(OPENSSL_FILE_VERSION)' == ''">3_0_9</OPENSSL_FILE_VERSION>
 
-    <openssl Condition="'$(OPENSSL_DIR)'==''">openssl-3.0.8</openssl>
+    <openssl Condition="'$(OPENSSL_DIR)'==''">openssl-3.0.9</openssl>
     <openssl Condition="'$(OPENSSL_DIR)'!=''">$(OPENSSL_DIR)</openssl>
   </PropertyGroup>
 
-  <PropertyGroup Label="OpenSSLGuidsBad" Condition="'$(OPENSSL_FILE_VERSION)' != '3_0_8'">
+  <PropertyGroup Label="OpenSSLGuidsBad" Condition="'$(OPENSSL_FILE_VERSION)' != '3_0_9'">
     <!--- 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>
     <!-- Changing OPENSSL_FILE_VERSION version requires changing the GUIDs since it is garnish on the name -->
   </PropertyGroup>
-  <PropertyGroup Label="OpenSSLGuids" Condition="'$(OPENSSL_FILE_VERSION)' == '3_0_8'">
+  <PropertyGroup Label="OpenSSLGuids" Condition="'$(OPENSSL_FILE_VERSION)' == '3_0_9'">
     <OpenSSLFileVersion>$(OPENSSL_FILE_VERSION)</OpenSSLFileVersion>
     <!-- Change the 8 components below iff OpenSSLFileVersion changes -->
-    <LibEay32Component>{DFA6D635-4698-41C9-9818-AAA905BDFAF1}</LibEay32Component>
-    <SSlEay32Component>{D8CF145E-BC7B-4B8B-A739-0FCC12BB185B}</SSlEay32Component>
-    <LibEay32Componentd>{32682268-4B51-434F-97D4-6C4D81B69406}</LibEay32Componentd>
-    <SSlEay32Componentd>{E4EE465F-1384-4A56-A608-209A578884FC}</SSlEay32Componentd>
-    <LibEay64Component>{620E46DF-A75C-4AF8-A7DE-7511748898EA}</LibEay64Component>
-    <SSlEay64Component>{289CEA4B-57CD-46BD-845B-38272EBB6218}</SSlEay64Component>
-    <LibEay64Componentd>{4CA4935C-9814-4C98-9E65-01C73E464358}</LibEay64Componentd>
-    <SSlEay64Componentd>{9BDB9237-7D10-40CA-AE65-55AE5D02451D}</SSlEay64Componentd>
+    <LibEay32Component>{169757BD-7382-4153-879E-04113526FFEB}</LibEay32Component>
+    <SSlEay32Component>{F85783DE-F930-4637-A1BD-ACCB6EA5B67D}</SSlEay32Component>
+    <LibEay32Componentd>{D755CE41-7232-4050-A15A-384BA9DBC936}</LibEay32Componentd>
+    <SSlEay32Componentd>{21A51CF7-09CF-4DCA-9DC8-F383B1C3EBD3}</SSlEay32Componentd>
+    <LibEay64Component>{123E19FA-D393-4A09-8AF6-2699017F6F00}</LibEay64Component>
+    <SSlEay64Component>{D456407C-C9E6-4B90-B1A3-D5F4C9F2E2CE}</SSlEay64Component>
+    <LibEay64Componentd>{9040D982-1CB9-4587-86AD-8286C3639548}</LibEay64Componentd>
+    <SSlEay64Componentd>{7E743A35-DFD6-4FA9-A869-E4B40D5100DC}</SSlEay64Componentd>
   </PropertyGroup>
 
   <PropertyGroup Label="XSecGeneral">
diff --git a/dependencies/config.bat b/dependencies/config.bat
index 05afda9..f1cb1e7 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.8
-set OPENSSL_MM_VERSION=3.0.8.0
-set OPENSSL_FILE_VERSION=3_0_8
+set OPENSSL_DIR=openssl-3.0.9
+set OPENSSL_MM_VERSION=3.0.9.0
+set OPENSSL_FILE_VERSION=3_0_9
 
 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