Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions ports/aws-sdk-cpp/configure-binary-dir.patch
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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)
Expand Down Expand Up @@ -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 @@
Expand All @@ -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
2 changes: 1 addition & 1 deletion ports/aws-sdk-cpp/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ports/aws-sdk-cpp/vcpkg.in.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
8 changes: 4 additions & 4 deletions ports/aws-sdk-cpp/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
},
Expand Down Expand Up @@ -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"
},
Expand Down
5 changes: 5 additions & 0 deletions versions/a-/aws-sdk-cpp.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "b67e2650e5f5802e4ff686f733fafc7d3383a467",
"version": "1.11.724",
"port-version": 0
},
{
"git-tree": "06cbd93959feeda690c8ff0131027a8dcc3cc379",
"version": "1.11.710",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@
"port-version": 0
},
"aws-sdk-cpp": {
"baseline": "1.11.710",
"baseline": "1.11.724",
"port-version": 0
},
"ayush272002-dotenv": {
Expand Down