[cpp-msbuild] branch main updated: Bump patch and libcurl versions.
Codeberg
noreply at shibboleth.net
Wed Mar 11 12:25:32 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/8e1f33cd77155fa66023c60f45663f8bd238b487
The following commit(s) were added to refs/heads/main by this push:
new 8e1f33c Bump patch and libcurl versions.
8e1f33c is described below
commit 8e1f33cd77155fa66023c60f45663f8bd238b487
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Mar 11 08:25:21 2026 -0400
Bump patch and libcurl versions.
---
Versions.props | 4 ++--
dependencies/config.bat | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Versions.props b/Versions.props
index 8678ded..f5785b2 100644
--- a/Versions.props
+++ b/Versions.props
@@ -12,7 +12,7 @@
<!-- These control the version of the installer -->
<ShibbolethVersion>3.5.2</ShibbolethVersion>
- <ShibbolethPatchVersion>1</ShibbolethPatchVersion>
+ <ShibbolethPatchVersion>2</ShibbolethPatchVersion>
<!-- These control the versions in the DLLs and Executables.
Note that the PatchVersion is left to the individual resource file.
@@ -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.16.0</CurlVersion>
+ <CurlVersion Condition="'$(LIBCURL_DIR)'==''">8.19.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 6d0687d..98231bd 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.16.0
+set LIBCURL_VERSION=8.19.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