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

Scott Cantor cantor.2 at osu.edu
Mon Dec 10 22:37:07 EST 2018


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

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

commit b24cc00319c2cd890357c07398dafe4e0ce651e8
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Dec 10 22:37:02 2018 -0500

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

diff --git a/Versions.props b/Versions.props
index b0b9aef..4843d2b 100644
--- a/Versions.props
+++ b/Versions.props
@@ -114,7 +114,7 @@
     <!-- Just for now -->
     <OPENSSL_FILE_VERSION Condition="'$(OPENSSL_FILE_VERSION)' == ''">1_1_1</OPENSSL_FILE_VERSION>
 
-    <openssl Condition="'$(OPENSSL_DIR)'==''">openssl-1.1.1</openssl>
+    <openssl Condition="'$(OPENSSL_DIR)'==''">openssl-1.1.1a</openssl>
     <openssl Condition="'$(OPENSSL_DIR)'!=''">$(OPENSSL_DIR)</openssl>
   </PropertyGroup>
 
diff --git a/dependencies/config.bat b/dependencies/config.bat
index 46ff705..4e8a620 100644
--- a/dependencies/config.bat
+++ b/dependencies/config.bat
@@ -92,8 +92,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-1.1.1
-set OPENSSL_MM_VERSION=1.1.1.0
+set OPENSSL_DIR=openssl-1.1.1a
+set OPENSSL_MM_VERSION=1.1.1.1
 set OPENSSL_FILE_VERSION=1_1_1
 
 REM

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


More information about the commits mailing list