[cpp-msbuild] 01/01: Update libcurl to 8.20 and adjust NASM path.
Codeberg
noreply at shibboleth.net
Wed May 6 02:49:07 UTC 2026
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/c8260405084df9003b60e5f7279e33a914c9d095
commit c8260405084df9003b60e5f7279e33a914c9d095
Author: Scott Cantor <scott at restingparrotsoftware.com>
AuthorDate: Tue May 5 22:48:50 2026 -0400
Update libcurl to 8.20 and adjust NASM path.
---
Versions.props | 2 +-
dependencies/config.bat | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/Versions.props b/Versions.props
index 476e2dd..be4bfe2 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.19.0</CurlVersion>
+ <CurlVersion Condition="'$(LIBCURL_DIR)'==''">8.20.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 6f91c09..ef48464 100644
--- a/dependencies/config.bat
+++ b/dependencies/config.bat
@@ -32,6 +32,7 @@ set ROOT_DIR=C:\Users\Administrator\Shibboleth\
REM CPP_MM_DIR need not be set if vcvars is called prior to loading Visual studio or running msbuild
rem set CPP_MM_DIR=C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Redist\MSVC\14.14.26405\MergeModules
set SED="C:\Program Files\Git\usr\bin\sed.exe"
+set PATH=%PATH%;C:\Program Files\NASM
rem set DEBUG_INSTALLER=YES
REM
@@ -103,7 +104,7 @@ REM
REM CURL_DIR is the directory name
REM CURL_VERSION is the version
REM
-set LIBCURL_VERSION=8.19.0
+set LIBCURL_VERSION=8.20.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