[aws-*] update to latest (#41409)

This commit is contained in:
Jia Yue Hua 2024-10-09 03:51:40 +08:00 committed by GitHub
parent b1ba80fb3a
commit f825558233
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-c-mqtt
REF "v${VERSION}"
SHA512 ecb8be77edbbeac4633bd57878251f9debdf0c86654a70a2299ae9c03a8852e015b65d82a98076ea44df0b2dc3ddfead7735c2b5ff03025b2d749f873dc0f049
SHA512 4384d20020ee9dbb84db9db7c4feb32477f42990bf4c1412e48184675f10d9056b4433d825056ed8302654788dd1131c3150e99cb173c92520695f8d09311fe3
HEAD_REF master
)

View File

@ -1,6 +1,6 @@
{
"name": "aws-c-mqtt",
"version": "0.10.6",
"version": "0.10.7",
"description": "C99 implementation of the MQTT 3.1.1 specification.",
"homepage": "https://github.com/awslabs/aws-c-mqtt",
"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 a131a45b9775e480f763069f1b6e94b7dc71ded77aa9f016f21b02215cb3ef50259c2e1189e07e3f6740cb0d8780c158d6315da6c318f764293914713ded121e
SHA512 d09d157566765239e42f404b2b70da807b7c089604f93ab81beb6b75269d95f666198005e076c88be0f9cc79aa236912cf3d2fe349c357d860035dea5203a5b6
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.415",
"version": "1.11.420",
"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": "dbf87664aa6737a36235a074099574841864cd25",
"version": "0.10.7",
"port-version": 0
},
{
"git-tree": "d088a37f1788ed945e9abb452a190ad17cb2ba34",
"version": "0.10.6",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "ac4b4f695502882bdb0f8ae2711ebc997680d6c4",
"version": "1.11.420",
"port-version": 0
},
{
"git-tree": "78c70e9981524d5a397a2c7d2d4dd8c03a250b2d",
"version": "1.11.415",

View File

@ -413,7 +413,7 @@
"port-version": 0
},
"aws-c-mqtt": {
"baseline": "0.10.6",
"baseline": "0.10.7",
"port-version": 0
},
"aws-c-s3": {
@ -437,7 +437,7 @@
"port-version": 0
},
"aws-sdk-cpp": {
"baseline": "1.11.415",
"baseline": "1.11.420",
"port-version": 0
},
"azmq": {