Skip to content

Commit

Permalink
[aws-*] update to latest (#41593)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiayuehua authored Oct 17, 2024
1 parent 8b770f8 commit fbb6436
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ports/aws-c-common/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO awslabs/aws-c-common
REF "v${VERSION}"
SHA512 25da9356e36c87210bcdd95b007824288f36fd3ae4bdd757a1d3e88ef3cc8b65a0c1a31cbe338147949257c8e908c1721fc6297aeb0cbfe7cb89b4d7727dc2ad
SHA512 482bfeb5c7dac16486236417af0f5c0a20bc36c271aaf32088d188186861d61bf0b96c5da13a1c88853fdc6a1fb8b8db254a547c3648a659ec6e91177978dc9b
HEAD_REF master
PATCHES
disable-internal-crt-option.patch # Disable internal crt option because vcpkg contains crt processing flow
Expand Down
2 changes: 1 addition & 1 deletion ports/aws-c-common/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aws-c-common",
"version": "0.9.28",
"version": "0.9.30",
"description": "AWS common library for C",
"homepage": "https://github.com/awslabs/aws-c-common",
"license": "Apache-2.0",
Expand Down
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 d09d157566765239e42f404b2b70da807b7c089604f93ab81beb6b75269d95f666198005e076c88be0f9cc79aa236912cf3d2fe349c357d860035dea5203a5b6
SHA512 01579a7be61b70cee534bc3ada89f921e1849d2b7927107ad38ec3ab972f92dc24c9b18a2bec28033db498bf90f03f20e2ae8541b8cb0f8a47208d4c485b3bc5
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.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$note": "Automatically generated by generateFeatures.ps1",
"name": "aws-sdk-cpp",
"version": "1.11.420",
"version": "1.11.428",
"description": "AWS SDK for C++",
"homepage": "https://github.com/aws/aws-sdk-cpp",
"license": "Apache-2.0",
Expand Down
5 changes: 5 additions & 0 deletions versions/a-/aws-c-common.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "6ca8ab15e996d475016dcb8a29cf3558fc4f6568",
"version": "0.9.30",
"port-version": 0
},
{
"git-tree": "e173deb74e242d11e66bac664774195ccc14e5db",
"version": "0.9.28",
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": "be003f23440ed5c0e3ff419e1769faf15e943227",
"version": "1.11.428",
"port-version": 0
},
{
"git-tree": "ac4b4f695502882bdb0f8ae2711ebc997680d6c4",
"version": "1.11.420",
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@
"port-version": 0
},
"aws-c-common": {
"baseline": "0.9.28",
"baseline": "0.9.30",
"port-version": 0
},
"aws-c-compression": {
Expand Down Expand Up @@ -441,7 +441,7 @@
"port-version": 0
},
"aws-sdk-cpp": {
"baseline": "1.11.420",
"baseline": "1.11.428",
"port-version": 0
},
"azmq": {
Expand Down

0 comments on commit fbb6436

Please sign in to comment.