diff --git a/ports/aws-sdk-cpp/configure-binary-dir.patch b/ports/aws-sdk-cpp/configure-binary-dir.patch index e25b36bdb5cc72..f6769f66f7df31 100644 --- a/ports/aws-sdk-cpp/configure-binary-dir.patch +++ b/ports/aws-sdk-cpp/configure-binary-dir.patch @@ -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 diff --git a/ports/aws-sdk-cpp/portfile.cmake b/ports/aws-sdk-cpp/portfile.cmake index 9da80f5abfdcb7..edd890d4a0abf4 100644 --- a/ports/aws-sdk-cpp/portfile.cmake +++ b/ports/aws-sdk-cpp/portfile.cmake @@ -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 diff --git a/ports/aws-sdk-cpp/vcpkg.in.json b/ports/aws-sdk-cpp/vcpkg.in.json index d7d1f0fa0ca401..e973ebefcd1cce 100644 --- a/ports/aws-sdk-cpp/vcpkg.in.json +++ b/ports/aws-sdk-cpp/vcpkg.in.json @@ -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", diff --git a/ports/aws-sdk-cpp/vcpkg.json b/ports/aws-sdk-cpp/vcpkg.json index 1f1d7adc3a5f65..125da7c0ebb14e 100644 --- a/ports/aws-sdk-cpp/vcpkg.json +++ b/ports/aws-sdk-cpp/vcpkg.json @@ -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" }, diff --git a/versions/a-/aws-sdk-cpp.json b/versions/a-/aws-sdk-cpp.json index 707a35dca635cc..ded430e43763a4 100644 --- a/versions/a-/aws-sdk-cpp.json +++ b/versions/a-/aws-sdk-cpp.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "b67e2650e5f5802e4ff686f733fafc7d3383a467", + "version": "1.11.724", + "port-version": 0 + }, { "git-tree": "06cbd93959feeda690c8ff0131027a8dcc3cc379", "version": "1.11.710", diff --git a/versions/baseline.json b/versions/baseline.json index 29dbc1b01606f4..93cf68e43d9aa7 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -493,7 +493,7 @@ "port-version": 0 }, "aws-sdk-cpp": { - "baseline": "1.11.710", + "baseline": "1.11.724", "port-version": 0 }, "ayush272002-dotenv": {