[aws-c-http] Update to 0.11.9 (#49298)

This commit is contained in:
SunBlack
2026-01-08 20:26:38 +01:00
committed by GitHub
parent 28dd493e39
commit 4292936573
4 changed files with 8 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO awslabs/aws-c-http
REF "v${VERSION}"
SHA512 24725e9307e19ace72c69d66b137392d7c017a53520f3174fcbe8200fd9a52f24679ca358c76f07bb2a1f445a02323c413e2010b08251bfb7c6ce2b059206898
SHA512 5e97e4661e587c496955fe5f8e539b2a5e54f950a513ae3465ab5e6542f8a50bd221252dc944a71967139a693a718106a21cd9cacce185a0c2f6745205eb3c43
HEAD_REF master
)

View File

@@ -1,6 +1,6 @@
{
"name": "aws-c-http",
"version": "0.10.8",
"version": "0.10.9",
"description": "C99 implementation of the HTTP/1.1 and HTTP/2 specifications",
"homepage": "https://github.com/awslabs/aws-c-http",
"license": "Apache-2.0",

View File

@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "c8948337ff8ad4eba3c636a1f005f77168bcf330",
"version": "0.10.9",
"port-version": 0
},
{
"git-tree": "0087934285416eaca6072f975f96eb3beaab138b",
"version": "0.10.8",

View File

@@ -461,7 +461,7 @@
"port-version": 0
},
"aws-c-http": {
"baseline": "0.10.8",
"baseline": "0.10.9",
"port-version": 0
},
"aws-c-io": {