From 44eab3705d0209b3486f7fbdfa9e4afec6cbbe4b Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Thu, 8 Jun 2023 18:57:13 +0200 Subject: [PATCH] nghttp2: update to 1.54.0 (#31877) --- ports/nghttp2/portfile.cmake | 2 +- ports/nghttp2/vcpkg.json | 2 +- versions/baseline.json | 2 +- versions/n-/nghttp2.json | 5 +++++ 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ports/nghttp2/portfile.cmake b/ports/nghttp2/portfile.cmake index bfe68aa02f5..a5afb8f3c50 100644 --- a/ports/nghttp2/portfile.cmake +++ b/ports/nghttp2/portfile.cmake @@ -2,7 +2,7 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO nghttp2/nghttp2 REF v${VERSION} - SHA512 7cd9bd2c1e3b0b97fd9c1a57559a91faa10ad046a38e65bc040cb7b31f2c65a92941125364c52c84f79cbb0be460795e8f067761598be0ae0e7ad7f17c3cd243 + SHA512 0ec50178068276cde624c47a634beda0b96ef1529970fddb20cf7a9b4b30d792827ffe16f16f5b7e210d0b7913be5d25e6c6704f6f7fb9a1b5a85f63aeaba6bc HEAD_REF master ) diff --git a/ports/nghttp2/vcpkg.json b/ports/nghttp2/vcpkg.json index b630bd0bc25..a37baafec8c 100644 --- a/ports/nghttp2/vcpkg.json +++ b/ports/nghttp2/vcpkg.json @@ -1,6 +1,6 @@ { "name": "nghttp2", - "version": "1.53.0", + "version": "1.54.0", "description": "Implementation of the Hypertext Transfer Protocol version 2 in C", "homepage": "https://github.com/nghttp2/nghttp2", "license": "MIT", diff --git a/versions/baseline.json b/versions/baseline.json index c35dd2c96e2..d27aa92e0e4 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -5613,7 +5613,7 @@ "port-version": 4 }, "nghttp2": { - "baseline": "1.53.0", + "baseline": "1.54.0", "port-version": 0 }, "nghttp2-asio": { diff --git a/versions/n-/nghttp2.json b/versions/n-/nghttp2.json index 1056bec407c..839a76e7841 100644 --- a/versions/n-/nghttp2.json +++ b/versions/n-/nghttp2.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "4bc602a9f1721052cae35a9c91b829df65398f86", + "version": "1.54.0", + "port-version": 0 + }, { "git-tree": "0eb9ce7e6486785e3b3581274097e4d0e34ad828", "version": "1.53.0",