[cpp-msbuild] branch main updated: Bump curl/openssl versions.
Scott Cantor
cantor.2 at osu.edu
Tue Apr 6 00:23:10 UTC 2021
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=3d4a040db6235f28d6ee91f52112b1788bbcd867
The following commit(s) were added to refs/heads/main by this push:
new 3d4a040 Bump curl/openssl versions.
3d4a040 is described below
commit 3d4a040db6235f28d6ee91f52112b1788bbcd867
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Apr 5 20:23:06 2021 -0400
Bump curl/openssl versions.
---
Versions.props | 6 +++---
dependencies/config.bat | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/Versions.props b/Versions.props
index 2268420..6818eed 100644
--- a/Versions.props
+++ b/Versions.props
@@ -58,7 +58,7 @@
<XMLToolingLiteComponent64d>{44B1284A-2AB9-4DA8-BDD9-C83EF3E3EAE0}</XMLToolingLiteComponent64d>
- <ShibbolethDllVersion>3.2.0</ShibbolethDllVersion>
+ <ShibbolethDllVersion>3.2.1</ShibbolethDllVersion>
<ShibbolethDllFileVersion>3_2</ShibbolethDllFileVersion>
<!-- Change the 8 components below iff ShibbolethDllFileVersion changes -->
<ShibDll32Component>{C245DC26-D2D6-4413-A8EE-9EA686941A5D}</ShibDll32Component>
@@ -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.74.0</CurlVersion>
+ <CurlVersion Condition="'$(LIBCURL_DIR)'==''">7.76.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.1i</openssl>
+ <openssl Condition="'$(OPENSSL_DIR)'==''">openssl-1.1.1k</openssl>
<openssl Condition="'$(OPENSSL_DIR)'!=''">$(OPENSSL_DIR)</openssl>
</PropertyGroup>
diff --git a/dependencies/config.bat b/dependencies/config.bat
index 19a5f13..fb039d1 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.1i
+set OPENSSL_DIR=openssl-1.1.1k
set OPENSSL_MM_VERSION=1.1.1.9
set OPENSSL_FILE_VERSION=1_1_1_9
@@ -103,7 +103,7 @@ REM
REM CURL_DIR is the directory name
REM CURL_VERSION is the version
REM
-Set LIBCURL_VERSION=7.74.0
+Set LIBCURL_VERSION=7.76.0
set LIBCURL_DIR=curl-%LIBCURL_VERSION%
set LIBCURL_FILE_VERSION=9
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list