[cpp-msbuild] branch main updated: Update curl to 8.4.0.

Scott Cantor cantor.2 at osu.edu
Wed Oct 11 12:37:50 UTC 2023


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=7656f633086aca15a6d059ccc132ac701abb8436

The following commit(s) were added to refs/heads/main by this push:
     new 7656f63  Update curl to 8.4.0.
7656f63 is described below

commit 7656f633086aca15a6d059ccc132ac701abb8436
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Oct 11 08:37:46 2023 -0400

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

diff --git a/Versions.props b/Versions.props
index 1b6be95..898e360 100644
--- a/Versions.props
+++ b/Versions.props
@@ -89,7 +89,7 @@
   </PropertyGroup>
   <PropertyGroup Label="CurlGuids" Condition="'$(LIBCURL_FILE_VERSION)' == '11'">
     <CurlVersion Condition="'$(LIBCURL_DIR)'!=''">$(LIBCURL_VERSION)</CurlVersion>
-    <CurlVersion Condition="'$(LIBCURL_DIR)'==''">8.3.0</CurlVersion>
+    <CurlVersion Condition="'$(LIBCURL_DIR)'==''">8.4.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 b988a69..ac31044 100644
--- a/dependencies/config.bat
+++ b/dependencies/config.bat
@@ -103,7 +103,7 @@ REM
 REM CURL_DIR             is the directory name
 REM CURL_VERSION         is the version
 REM
-Set LIBCURL_VERSION=8.3.0
+set LIBCURL_VERSION=8.4.0
 set LIBCURL_DIR=curl-%LIBCURL_VERSION%
 set LIBCURL_FILE_VERSION=11
 
@@ -115,8 +115,8 @@ REM XSEC_MM_VERSION       is the Merge Module version (and so have to be 3 or 4
 REM XSEC_FILE_VERSION     is the distinction on the name of the DLLS
 REM                       if it changes you *MUST* change Version.props
 set XSEC_DIR=xml-security-c-2.0.4
-SET XSEC_FILE_VERSION=2_0
-SET XSEC_MM_VERSION=2.0.4
+set XSEC_FILE_VERSION=2_0
+set XSEC_MM_VERSION=2.0.4
 
 REM
 REM ZLIB CONFIG

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


More information about the commits mailing list