[cpp-msbuild] branch main updated: Update default curl/openssl directories.
Scott Cantor
cantor.2 at osu.edu
Wed Dec 9 19:07:20 UTC 2020
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=880fe07b1cce9e41cd3af7c63773aea607965ce2
The following commit(s) were added to refs/heads/main by this push:
new 880fe07 Update default curl/openssl directories.
880fe07 is described below
commit 880fe07b1cce9e41cd3af7c63773aea607965ce2
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Dec 9 14:07:16 2020 -0500
Update default curl/openssl directories.
---
Versions.props | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Versions.props b/Versions.props
index e488805..6401af8 100644
--- a/Versions.props
+++ b/Versions.props
@@ -89,7 +89,7 @@
</PropertyGroup>
<PropertyGroup Label="CurlGuids" Condition="'$(LIBCURL_FILE_VERSION)' == '9'">
<CurlVersion Condition="'$(LIBCURL_DIR)'!=''">$(LIBCURL_VERSION)</CurlVersion>
- <CurlVersion Condition="'$(LIBCURL_DIR)'==''">7.73.0</CurlVersion>
+ <CurlVersion Condition="'$(LIBCURL_DIR)'==''">7.74.0</CurlVersion>
<curl Condition="'$(LIBCURL_DIR)'!=''">$(LIBCURL_DIR)</curl>
<curl Condition="'$(LIBCURL_DIR)'==''">curl-$(CurlVersion)</curl>
@@ -113,7 +113,7 @@
<!-- Just for now -->
<OPENSSL_FILE_VERSION Condition="'$(OPENSSL_FILE_VERSION)' == ''">1_1_1_9</OPENSSL_FILE_VERSION>
- <openssl Condition="'$(OPENSSL_DIR)'==''">openssl-1.1.1f</openssl>
+ <openssl Condition="'$(OPENSSL_DIR)'==''">openssl-1.1.1i</openssl>
<openssl Condition="'$(OPENSSL_DIR)'!=''">$(OPENSSL_DIR)</openssl>
</PropertyGroup>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list