[aws-sdk-cpp] Update to 1.11.724 (#49301)

This commit is contained in:
SunBlack
2026-01-08 23:15:06 +01:00
committed by GitHub
parent db602fc876
commit f474c3d684
6 changed files with 17 additions and 12 deletions

View File

@@ -1,5 +1,5 @@
diff --git a/cmake/initialize_project_version.cmake b/cmake/initialize_project_version.cmake
index c9b42f603da..894c10f95b8 100644
index c9b42f603..894c10f95 100644
--- a/cmake/initialize_project_version.cmake
+++ b/cmake/initialize_project_version.cmake
@@ -6,9 +6,8 @@ if(GIT_FOUND)
@@ -15,7 +15,7 @@ index c9b42f603da..894c10f95b8 100644
set(PROJECT_VERSION "${VERSION_STRING}")
diff --git a/src/aws-cpp-sdk-core/CMakeLists.txt b/src/aws-cpp-sdk-core/CMakeLists.txt
index c6a0f1c262e..c9ea5e8d70b 100644
index c6a0f1c26..c9ea5e8d7 100644
--- a/src/aws-cpp-sdk-core/CMakeLists.txt
+++ b/src/aws-cpp-sdk-core/CMakeLists.txt
@@ -20,7 +20,7 @@ if(VERSION_STRING)
@@ -73,7 +73,7 @@ index c6a0f1c262e..c9ea5e8d70b 100644
install (FILES ${AWS_AUTH_SIGNER_PROVIDER_HEADERS} DESTINATION ${INCLUDE_DIRECTORY}/aws/core/auth/signer-provider)
diff --git a/src/aws-cpp-sdk-core/include/aws/core/VersionConfig.h b/src/aws-cpp-sdk-core/include/aws/core/VersionConfig.h
deleted file mode 100644
index 06609b4b3fe..00000000000
index 816c0579a..000000000
--- a/src/aws-cpp-sdk-core/include/aws/core/VersionConfig.h
+++ /dev/null
@@ -1,10 +0,0 @@
@@ -83,7 +83,7 @@ index 06609b4b3fe..00000000000
- */
-#pragma once
-
-#define AWS_SDK_VERSION_STRING "1.11.710"
-#define AWS_SDK_VERSION_STRING "1.11.724"
-#define AWS_SDK_VERSION_MAJOR 1
-#define AWS_SDK_VERSION_MINOR 11
-#define AWS_SDK_VERSION_PATCH 710
-#define AWS_SDK_VERSION_PATCH 724

View File

@@ -4,7 +4,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO aws/aws-sdk-cpp
REF "${VERSION}"
SHA512 9cfcb114758092de3c732fd0ab976fca28d31b7f51c0e1708c3dd12d9637719f22596b384257146893570d31be941b32e9a66e40a3571f933636d0dbb2cd2d76
SHA512 0433b1b205c7e7e5b26ef7f0708cbe1293141e576a713ee35d7d581032a8c4f2dc23b5de90505d77b93ad16da538a39ce5d9fdff92868cd3c01e25a60b78b93e
PATCHES
fix-aws-root.patch
lock-curl-http-and-tls-settings.patch

View File

@@ -1,6 +1,6 @@
{
"name": "aws-sdk-cpp",
"version": "1.11.710",
"version": "1.11.724",
"description": "AWS SDK for C++",
"homepage": "https://github.com/aws/aws-sdk-cpp",
"license": "Apache-2.0",

View File

@@ -1,7 +1,7 @@
{
"$note": "Automatically generated by generateFeatures.ps1 from vcpkg.in.json, do not edit manually",
"name": "aws-sdk-cpp",
"version": "1.11.710",
"version": "1.11.724",
"description": "AWS SDK for C++",
"homepage": "https://github.com/aws/aws-sdk-cpp",
"license": "Apache-2.0",
@@ -480,9 +480,6 @@
"elasticmapreduce": {
"description": "C++ SDK for the AWS elasticmapreduce service"
},
"elastictranscoder": {
"description": "C++ SDK for the AWS elastictranscoder service"
},
"email": {
"description": "C++ SDK for the AWS email service"
},
@@ -1337,6 +1334,9 @@
"wellarchitected": {
"description": "C++ SDK for the AWS wellarchitected service"
},
"wickr": {
"description": "C++ SDK for the AWS wickr service"
},
"wisdom": {
"description": "C++ SDK for the AWS wisdom service"
},

View File

@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "b67e2650e5f5802e4ff686f733fafc7d3383a467",
"version": "1.11.724",
"port-version": 0
},
{
"git-tree": "06cbd93959feeda690c8ff0131027a8dcc3cc379",
"version": "1.11.710",

View File

@@ -493,7 +493,7 @@
"port-version": 0
},
"aws-sdk-cpp": {
"baseline": "1.11.710",
"baseline": "1.11.724",
"port-version": 0
},
"ayush272002-dotenv": {