[aws-c-*] update aws-c-common and aws-c-io (#26230)

* aws-c-common from 0.6.9 -> 0.6.20
* aws-c-io from 0.10.7 -> 0.10.22
This commit is contained in:
MikeG 2022-08-09 22:34:13 +02:00 committed by GitHub
parent 6e5edabf65
commit 7ef97003d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 20 additions and 12 deletions

View File

@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO awslabs/aws-c-common
REF fdd4a10243903260f412f587cc748f0ac79629b4 # v0.6.9
SHA512 969c9b85af58fc144480f6548e78126cf3fe758951ecbdffb579163b9a505a7ea58c32430390102ff620e828bf241dd24c0167f205306949d36dcf4504efa09a
REF 68f28f8df258390744f3c5b460250f8809161041 # v0.6.20
SHA512 a8be405e0e1586a06db038a0068df2c9277772ff7b8df2c542d18d2aae4b2bc0fd89de668ab10d84476446834390e4e27383b68d86c7d9f0d0749b57802866f1
HEAD_REF master
PATCHES
disable-internal-crt-option.patch # Disable internal crt option because vcpkg contains crt processing flow

View File

@ -1,7 +1,6 @@
{
"name": "aws-c-common",
"version": "0.6.9",
"port-version": 2,
"version": "0.6.20",
"description": "AWS common library for C",
"homepage": "https://github.com/awslabs/aws-c-common",
"supports": "!(windows & arm) & !uwp",

View File

@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO awslabs/aws-c-io
REF 57b00febac48e78f8bf8cff4c82a249e6648842a # v0.10.7
SHA512 ffcf5ba4ccdff23ca390fc4eb935f88040447589886348234aa1c24b531401521df99a6ac578c1679a3c1a06dfcef6deb833a0b9d53e31d42576a3ad03ade6fc
REF cfe553a770e9c2d1c93b8cdfb870b9f2a46b436e # v0.10.22
SHA512 7a741f5b1c895ceb11f73b67828fd3623c180cb8a3863f3b63a67ac1437d2c47911d50510777b13ee66fd0a009ab09a8c83fd036a0fca2f25a0835f48f023de7
HEAD_REF master
PATCHES fix-cmake-target-path.patch
)

View File

@ -1,7 +1,6 @@
{
"name": "aws-c-io",
"version": "0.10.7",
"port-version": 2,
"version": "0.10.22",
"description": "Handles all IO and TLS work for application protocols.",
"homepage": "https://github.com/awslabs/aws-c-io",
"supports": "!(windows & arm) & !uwp",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "2f38081d38190d2b787b38df2ffe3804fea7746b",
"version": "0.6.20",
"port-version": 0
},
{
"git-tree": "56b4972c2535a4e8991826b6c595e433b0e80bf9",
"version": "0.6.9",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "4dc402977f4ed08054b2661b89a211064005e280",
"version": "0.10.22",
"port-version": 0
},
{
"git-tree": "7456b996bdeeeeb59fb39770d797fa2966d0a951",
"version": "0.10.7",

View File

@ -273,8 +273,8 @@
"port-version": 2
},
"aws-c-common": {
"baseline": "0.6.9",
"port-version": 2
"baseline": "0.6.20",
"port-version": 0
},
"aws-c-compression": {
"baseline": "0.2.14",
@ -289,8 +289,8 @@
"port-version": 2
},
"aws-c-io": {
"baseline": "0.10.7",
"port-version": 2
"baseline": "0.10.22",
"port-version": 0
},
"aws-c-mqtt": {
"baseline": "0.7.6",