[cpp-msbuild] branch main updated: Bump curl to 8.3 and file version to 11.
Scott Cantor
cantor.2 at osu.edu
Wed Oct 4 14:44:07 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=fe403c38f554346dde63291a661680d39d38e3eb
The following commit(s) were added to refs/heads/main by this push:
new fe403c3 Bump curl to 8.3 and file version to 11.
fe403c3 is described below
commit fe403c38f554346dde63291a661680d39d38e3eb
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Oct 4 10:44:02 2023 -0400
Bump curl to 8.3 and file version to 11.
---
Versions.props | 16 ++++++++--------
dependencies/config.bat | 4 ++--
2 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/Versions.props b/Versions.props
index ef21a8c..1b6be95 100644
--- a/Versions.props
+++ b/Versions.props
@@ -12,7 +12,7 @@
<!-- These control the version of the installer -->
<ShibbolethVersion>3.4.1</ShibbolethVersion>
- <ShibbolethPatchVersion>3</ShibbolethPatchVersion>
+ <ShibbolethPatchVersion>4</ShibbolethPatchVersion>
<!-- These control the versions in the DLLs and Executables.
Note that the PatchVersion is left to the individual resource file.
@@ -83,21 +83,21 @@
<CppMmDir>$(VCToolsRedistDir)MergeModules</CppMmDir>
</PropertyGroup>
- <PropertyGroup Label="CurlGuidsBad" Condition="'$(LIBCURL_FILE_VERSION)' != '10'">
+ <PropertyGroup Label="CurlGuidsBad" Condition="'$(LIBCURL_FILE_VERSION)' != '11'">
<CurlFileVersion>BAD_LIBCURL_FILE_VERSION</CurlFileVersion>
<!-- Changing LIBCURL_FILE_VERSION version requires changing the GUIDs since it is garnish on the name -->
</PropertyGroup>
- <PropertyGroup Label="CurlGuids" Condition="'$(LIBCURL_FILE_VERSION)' == '10'">
+ <PropertyGroup Label="CurlGuids" Condition="'$(LIBCURL_FILE_VERSION)' == '11'">
<CurlVersion Condition="'$(LIBCURL_DIR)'!=''">$(LIBCURL_VERSION)</CurlVersion>
- <CurlVersion Condition="'$(LIBCURL_DIR)'==''">7.88.1</CurlVersion>
+ <CurlVersion Condition="'$(LIBCURL_DIR)'==''">8.3.0</CurlVersion>
<curl Condition="'$(LIBCURL_DIR)'!=''">$(LIBCURL_DIR)</curl>
<curl Condition="'$(LIBCURL_DIR)'==''">curl-$(CurlVersion)</curl>
<CurlFileVersion>$(LIBCURL_FILE_VERSION)</CurlFileVersion>
- <LibCurlGuid32>{C3D5436B-E6CB-4172-BEBC-020B805F521F}</LibCurlGuid32>
- <LibCurlGuid64>{2525AEC6-A28F-4057-86F8-2B8115E1817C}</LibCurlGuid64>
- <LibCurlGuid32d>{FDE9f143-1440-4D00-80E8-8676038B1A77}</LibCurlGuid32d>
- <LibCurlGuid64d>{18AB50FE-2522-42CF-B4EA-A9E11C7BC670}</LibCurlGuid64d>
+ <LibCurlGuid32>{8E4545D5-E907-4D03-8BC4-9D20CAC9F894}</LibCurlGuid32>
+ <LibCurlGuid64>{B64D63AB-77D6-47E2-8B25-82DCF20B041B}</LibCurlGuid64>
+ <LibCurlGuid32d>{C28EAEC5-9A11-4912-8FEF-AA3DC06E1CA3}</LibCurlGuid32d>
+ <LibCurlGuid64d>{C9E4A233-B0EF-4344-9AD7-5A9768AFC801}</LibCurlGuid64d>
</PropertyGroup>
<PropertyGroup Label="Apache">
diff --git a/dependencies/config.bat b/dependencies/config.bat
index bc087e3..b988a69 100644
--- a/dependencies/config.bat
+++ b/dependencies/config.bat
@@ -103,9 +103,9 @@ REM
REM CURL_DIR is the directory name
REM CURL_VERSION is the version
REM
-Set LIBCURL_VERSION=7.88.1
+Set LIBCURL_VERSION=8.3.0
set LIBCURL_DIR=curl-%LIBCURL_VERSION%
-set LIBCURL_FILE_VERSION=10
+set LIBCURL_FILE_VERSION=11
REM
REM XML SECURITY CONFIG
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list