[cpp-msbuild] branch main updated: Back off curl version due to CMake change.
Codeberg
noreply at shibboleth.net
Mon Dec 15 18:43:58 UTC 2025
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch main
in repository cpp-msbuild.
View the commit online:
https://codeberg.org/Shibboleth/cpp-msbuild/commit/df994f13f2e7daee1d6287141388d27f5912f11f
The following commit(s) were added to refs/heads/main by this push:
new df994f1 Back off curl version due to CMake change.
df994f1 is described below
commit df994f13f2e7daee1d6287141388d27f5912f11f
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Dec 15 13:19:27 2025 -0500
Back off curl version due to CMake change.
---
Versions.props | 2 +-
dependencies/config.bat | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Versions.props b/Versions.props
index 0eedbac..d157d68 100644
--- a/Versions.props
+++ b/Versions.props
@@ -89,7 +89,7 @@
</PropertyGroup>
<PropertyGroup Label="CurlGuids" Condition="'$(LIBCURL_FILE_VERSION)' == '12'">
<CurlVersion Condition="'$(LIBCURL_DIR)'!=''">$(LIBCURL_VERSION)</CurlVersion>
- <CurlVersion Condition="'$(LIBCURL_DIR)'==''">8.17.0</CurlVersion>
+ <CurlVersion Condition="'$(LIBCURL_DIR)'==''">8.16.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 9f21e62..a55c40d 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.17.0
+set LIBCURL_VERSION=8.16.0
set LIBCURL_DIR=curl-%LIBCURL_VERSION%
set LIBCURL_FILE_VERSION=12
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list