[cpp-msbuild] branch master updated: Bump curl to 7.58.0

Scott Cantor cantor.2 at osu.edu
Fri Mar 2 19:55:42 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=764d315789ad9681f1f64276fdef710857422083

The following commit(s) were added to refs/heads/master by this push:
       new  764d315   Bump curl to 7.58.0
764d315 is described below

commit 764d315789ad9681f1f64276fdef710857422083
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Mar 2 19:55:37 2018 -0500

    Bump curl to 7.58.0
---
 Versions.props          | 6 +++---
 dependencies/config.bat | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/Versions.props b/Versions.props
index 42a406e..a51c23a 100644
--- a/Versions.props
+++ b/Versions.props
@@ -77,12 +77,12 @@
 
   </PropertyGroup>
 
-  <PropertyGroup Label="CurlGuidsBad" Condition="'$(LIBCURL_FILE_VERSION)' != '7_57'">
+  <PropertyGroup Label="CurlGuidsBad" Condition="'$(LIBCURL_FILE_VERSION)' != '7_58'">
     <CurlFileVersion>BAD_LIBCURL_FILE_VERSION</CurlFileVersion>
   </PropertyGroup>
-  <PropertyGroup Label="CurlGuids" Condition="'$(LIBCURL_FILE_VERSION)' == '7_57'">
+  <PropertyGroup Label="CurlGuids" Condition="'$(LIBCURL_FILE_VERSION)' == '7_58'">
     <CurlVersion Condition="'$(LIBCURL_DIR)'!=''">$(LIBCURL_VERSION)</CurlVersion>
-    <CurlVersion Condition="'$(LIBCURL_DIR)'==''">7.57.0</CurlVersion>
+    <CurlVersion Condition="'$(LIBCURL_DIR)'==''">7.58.0</CurlVersion>
     <curl Condition="'$(LIBCURL_DIR)'!=''">$(LIBCURL_DIR)</curl>
     <curl Condition="'$(LIBCURL_DIR)'==''">curl-$(CurlVersion)</curl>
 
diff --git a/dependencies/config.bat b/dependencies/config.bat
index 168ca13..f3842ff 100644
--- a/dependencies/config.bat
+++ b/dependencies/config.bat
@@ -75,9 +75,9 @@ set OPENSSL_FILE_VERSION=1_1_0
 ## CURL_DIR             is the directory name
 ## CURL_VERSION         is the version
 ##
-Set LIBCURL_VERSION=7.57.0
+Set LIBCURL_VERSION=7.58.0
 set LIBCURL_DIR=curl-%LIBCURL_VERSION%
-set LIBCURL_FILE_VERSION=7_57
+set LIBCURL_FILE_VERSION=7_58
 
 ##
 ## XML SECURITY CONFIG

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


More information about the commits mailing list