[aws-sdk-cpp] update to 1.11.460 (#42516)

This commit is contained in:
JonLiu1993 2024-12-06 06:46:57 +08:00 committed by GitHub
parent ab298c2235
commit 13c226fc46
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 16 additions and 6 deletions

View File

@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO awslabs/aws-crt-cpp
REF "v${VERSION}"
SHA512 a341cb1354ac9d284b818df34e717239ed25b138045795771f80957b7907c2c7db97814f28271c50c1036f08dfebb95d7f62a5794aaf93e3d029c724ead0f9fa
SHA512 acea11d88b4826b31a7072ec7ccae0d8bf2ab7c41fb692af716fe37e3c93fc1cb410f6307907f3cacbc3521bde141c557e61683056ebb6ed5712098bee3db733
PATCHES
no-werror.patch
)

View File

@ -1,6 +1,6 @@
{
"name": "aws-crt-cpp",
"version": "0.28.3",
"version": "0.29.6",
"description": "C++ wrapper around the aws-c-* libraries. Provides Cross-Platform Transport Protocols and SSL/TLS implementations for C++.",
"homepage": "https://github.com/awslabs/aws-crt-cpp",
"license": "Apache-2.0",

View File

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

View File

@ -1,7 +1,7 @@
{
"$note": "Automatically generated by generateFeatures.ps1",
"name": "aws-sdk-cpp",
"version": "1.11.428",
"version": "1.11.460",
"description": "AWS SDK for C++",
"homepage": "https://github.com/aws/aws-sdk-cpp",
"license": "Apache-2.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "5c17e181bec20b7da35cdadf7e4877cf171bbb87",
"version": "0.29.6",
"port-version": 0
},
{
"git-tree": "d9a7ded34c9d102df8c762bc00b0b29e2064fef3",
"version": "0.28.3",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "d59e22e8a467c7cba1e83fa9fb222eae9cbdfd45",
"version": "1.11.460",
"port-version": 0
},
{
"git-tree": "be003f23440ed5c0e3ff419e1769faf15e943227",
"version": "1.11.428",

View File

@ -433,7 +433,7 @@
"port-version": 0
},
"aws-crt-cpp": {
"baseline": "0.28.3",
"baseline": "0.29.6",
"port-version": 0
},
"aws-lambda-cpp": {
@ -441,7 +441,7 @@
"port-version": 0
},
"aws-sdk-cpp": {
"baseline": "1.11.428",
"baseline": "1.11.460",
"port-version": 0
},
"azmq": {