[llhttp] update to 9.2.1 (#41113)

This commit is contained in:
Jia Yue Hua 2024-09-24 03:23:35 +08:00 committed by GitHub
parent 0522561ffd
commit b97609aedd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 3 deletions

View File

@ -4,7 +4,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH OUT_SOURCE_PATH SOURCE_PATH
REPO nodejs/llhttp REPO nodejs/llhttp
REF refs/tags/release/v${VERSION} REF refs/tags/release/v${VERSION}
SHA512 563a97301cc07ef8d64ee52572faaa705de0daf1bb428651ada0f22ea0bf7cc617c31883734d8786599c0eff223edfe637739169ee31da5b10f49db8c3ca6ed7 SHA512 7e6f5427b4b6d778ecefff892db78894ef4fd22a79e9c1f2c24d38d603d885755bdc8b0e8202b47c8bc209d3caf45a7293214617390a7a9c33bffbaab59fe5da
PATCHES PATCHES
fix-usage.patch fix-usage.patch
) )

View File

@ -1,6 +1,6 @@
{ {
"name": "llhttp", "name": "llhttp",
"version": "9.2.0", "version": "9.2.1",
"description": "Port of http_parser to llparse.", "description": "Port of http_parser to llparse.",
"homepage": "https://github.com/nodejs/llhttp", "homepage": "https://github.com/nodejs/llhttp",
"license": "MIT", "license": "MIT",

View File

@ -5501,7 +5501,7 @@
"port-version": 0 "port-version": 0
}, },
"llhttp": { "llhttp": {
"baseline": "9.2.0", "baseline": "9.2.1",
"port-version": 0 "port-version": 0
}, },
"llnl-units": { "llnl-units": {

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "d59b0801cd7dd4850fee67f24ae329c72db84458",
"version": "9.2.1",
"port-version": 0
},
{ {
"git-tree": "563107afde7d8885774875d0adcbdaaf06798f7e", "git-tree": "563107afde7d8885774875d0adcbdaaf06798f7e",
"version": "9.2.0", "version": "9.2.0",