From b97609aedd8887f3869fc3e859095331ccab7eb8 Mon Sep 17 00:00:00 2001 From: Jia Yue Hua <3423893+jiayuehua@users.noreply.github.com> Date: Tue, 24 Sep 2024 03:23:35 +0800 Subject: [PATCH] [llhttp] update to 9.2.1 (#41113) --- ports/llhttp/portfile.cmake | 2 +- ports/llhttp/vcpkg.json | 2 +- versions/baseline.json | 2 +- versions/l-/llhttp.json | 5 +++++ 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ports/llhttp/portfile.cmake b/ports/llhttp/portfile.cmake index 81ec57246d..b679523467 100644 --- a/ports/llhttp/portfile.cmake +++ b/ports/llhttp/portfile.cmake @@ -4,7 +4,7 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO nodejs/llhttp REF refs/tags/release/v${VERSION} - SHA512 563a97301cc07ef8d64ee52572faaa705de0daf1bb428651ada0f22ea0bf7cc617c31883734d8786599c0eff223edfe637739169ee31da5b10f49db8c3ca6ed7 + SHA512 7e6f5427b4b6d778ecefff892db78894ef4fd22a79e9c1f2c24d38d603d885755bdc8b0e8202b47c8bc209d3caf45a7293214617390a7a9c33bffbaab59fe5da PATCHES fix-usage.patch ) diff --git a/ports/llhttp/vcpkg.json b/ports/llhttp/vcpkg.json index 839fae27f1..e857c2be39 100644 --- a/ports/llhttp/vcpkg.json +++ b/ports/llhttp/vcpkg.json @@ -1,6 +1,6 @@ { "name": "llhttp", - "version": "9.2.0", + "version": "9.2.1", "description": "Port of http_parser to llparse.", "homepage": "https://github.com/nodejs/llhttp", "license": "MIT", diff --git a/versions/baseline.json b/versions/baseline.json index b861512cc3..682639f124 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -5501,7 +5501,7 @@ "port-version": 0 }, "llhttp": { - "baseline": "9.2.0", + "baseline": "9.2.1", "port-version": 0 }, "llnl-units": { diff --git a/versions/l-/llhttp.json b/versions/l-/llhttp.json index e65f00f635..167dc603eb 100644 --- a/versions/l-/llhttp.json +++ b/versions/l-/llhttp.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "d59b0801cd7dd4850fee67f24ae329c72db84458", + "version": "9.2.1", + "port-version": 0 + }, { "git-tree": "563107afde7d8885774875d0adcbdaaf06798f7e", "version": "9.2.0",