[cpp-msbuild] branch master updated: Update curl version.
Scott Cantor
cantor.2 at osu.edu
Mon Dec 4 12:29:30 EST 2017
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=2539f9679794ef14cb6a3ca32c8f82a79a6f0148
The following commit(s) were added to refs/heads/master by this push:
new 2539f96 Update curl version.
2539f96 is described below
commit 2539f9679794ef14cb6a3ca32c8f82a79a6f0148
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Dec 4 12:29:26 2017 -0500
Update curl version.
---
Versions.props | 2 +-
dependencies/config.bat | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Versions.props b/Versions.props
index 1badb59..ca4d68b 100644
--- a/Versions.props
+++ b/Versions.props
@@ -35,7 +35,7 @@
<!-- NEVER CHANGE THE UPGRADE CODE UNLESS YOU REALLY REALLY KNOW WHAT YOU ARE DOING -->
<ShibbolethUpgradeCode>{28A4EB62-E860-49CA-BE43-44ADEB91DBF6}</ShibbolethUpgradeCode>
- <CurlVersion>7.56.1</CurlVersion>
+ <CurlVersion>7.57.0</CurlVersion>
<curl>curl-$(CurlVersion)</curl>
<boost>boost_1_65_1</boost>
diff --git a/dependencies/config.bat b/dependencies/config.bat
index 974fcbb..1f71b01 100644
--- a/dependencies/config.bat
+++ b/dependencies/config.bat
@@ -25,7 +25,7 @@ set SSLLib_space=libcrypto.lib libssl.lib
set SSLLibD=libcrypto.lib;libssl.lib
set SSLLibD_space=libcrypto.lib libssl.lib
-set LIBCURL_DIR=curl-7.56.1
+set LIBCURL_DIR=curl-7.57.0
set LIBCURL_NAME=libcurl5
set XSEC_DIR=xml-security-cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list