[cpp-msbuild] branch master updated: Update OpenSSL to 1.1.1f

Scott Cantor cantor.2 at osu.edu
Fri Apr 10 10:38:34 EDT 2020


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

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

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

The following commit(s) were added to refs/heads/master by this push:
       new  df1b92e   Update OpenSSL to 1.1.1f
df1b92e is described below

commit df1b92e6fa67849a87c6c0a911b5a98df09c12af
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Apr 10 10:38:23 2020 -0400

    Update OpenSSL to 1.1.1f
---
 Versions.props          | 2 +-
 dependencies/config.bat | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Versions.props b/Versions.props
index 4a27ea6..95d243a 100644
--- a/Versions.props
+++ b/Versions.props
@@ -114,7 +114,7 @@
     <!-- Just for now -->
     <OPENSSL_FILE_VERSION Condition="'$(OPENSSL_FILE_VERSION)' == ''">1_1_1_5</OPENSSL_FILE_VERSION>
 
-    <openssl Condition="'$(OPENSSL_DIR)'==''">openssl-1.1.1e</openssl>
+    <openssl Condition="'$(OPENSSL_DIR)'==''">openssl-1.1.1f</openssl>
     <openssl Condition="'$(OPENSSL_DIR)'!=''">$(OPENSSL_DIR)</openssl>
   </PropertyGroup>
 
diff --git a/dependencies/config.bat b/dependencies/config.bat
index af385ed..1738dbc 100644
--- a/dependencies/config.bat
+++ b/dependencies/config.bat
@@ -93,7 +93,7 @@ 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-1.1.1e
+set OPENSSL_DIR=openssl-1.1.1f
 set OPENSSL_MM_VERSION=1.1.1.5
 set OPENSSL_FILE_VERSION=1_1_1_5
 

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


More information about the commits mailing list