[cpp-msbuild] branch main updated: Update curl and Xerces versions.

Scott Cantor cantor.2 at osu.edu
Wed Oct 26 13:00:51 UTC 2022


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=ff48ba61ed4175af4484d2ef21f9de7c685a5f32

The following commit(s) were added to refs/heads/main by this push:
     new ff48ba6  Update curl and Xerces versions.
ff48ba6 is described below

commit ff48ba61ed4175af4484d2ef21f9de7c685a5f32
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Oct 26 09:00:47 2022 -0400

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

diff --git a/Versions.props b/Versions.props
index 3620e6c..3103a5a 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.80.0</CurlVersion>
+    <CurlVersion Condition="'$(LIBCURL_DIR)'==''">7.86.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 57a8516..bc8b43e 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=7.80.0
+Set LIBCURL_VERSION=7.86.0
 set LIBCURL_DIR=curl-%LIBCURL_VERSION%
 set LIBCURL_FILE_VERSION=9
 
@@ -136,9 +136,9 @@ set LOG4SHIB_FILE_VERSION=2_0
 REM
 REM XERCES CONFIG
 REM
-set XERCES_DIR=xerces-c-3.2.3
+set XERCES_DIR=xerces-c-3.2.4
 set XERCES_FILE_VERSION=3_2
-set XERCES_MM_VERSION=3.2.3
+set XERCES_MM_VERSION=3.2.4
 
 
 SET MsVCVersionNum=15

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


More information about the commits mailing list