Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[aws-sdk-cpp] Bump to 1.11.474 #42963

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
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
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 67eafed82ccae41642f369b83bd63b93236de8f2ed94e642a8e107aaf3a85b3c3effbf785b7c8a0a4ce057001a2516b20a4f6382b6114a96c45927b41424c90b
SHA512 f81b0afd9c3bb6e8181c6edc04de9b83af8a17e5bdf993e68fc00abc07980fadbe9e6b98635632cb96ed62c9b2753771f9cf6d91088d6ab42f409eec5d136faa
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.467",
"version": "1.11.474",
"description": "AWS SDK for C++",
"homepage": "https://github.com/aws/aws-sdk-cpp",
"license": "Apache-2.0",
Expand Down
5 changes: 4 additions & 1 deletion 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.471",
"version": "1.11.474",
"description": "AWS SDK for C++",
"homepage": "https://github.com/aws/aws-sdk-cpp",
"license": "Apache-2.0",
Expand Down Expand Up @@ -156,6 +156,9 @@
"backup-gateway": {
"description": "C++ SDK for the AWS backup-gateway service"
},
"backupsearch": {
"description": "C++ SDK for the AWS backupsearch service"
},
"batch": {
"description": "C++ SDK for the AWS batch 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": "65e0677d7ca2f28a8670c577103a7d03b4fbb55a",
"version": "1.11.474",
"port-version": 0
},
{
"git-tree": "2ad1c07eff40874cb2714011450ffe1a77fefb38",
"version": "1.11.471",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@
"port-version": 0
},
"aws-sdk-cpp": {
"baseline": "1.11.471",
"baseline": "1.11.474",
"port-version": 0
},
"azmq": {
Expand Down