From 4a7bbbe140467ebf04e880be00df2749a9cbf627 Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Fri, 8 Sep 2023 00:02:20 +0200 Subject: [PATCH] [nghttp2]: update to 1.56.0 (#33630) --- 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 8e7ed0a411..732292c46a 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 0ab1a987ec99f7b0652e75a93bebff9a5363f52758be1f6ae8626dcf9f4b2f931dec0a276cdd7b81522c61040e008345ecc5011c17a763b97a48b0f7e2615451 + SHA512 ba143045220f4d1fbbefa6c3944b0a2cd3535b9d4b07ea05fe08cbbaaa2f7eb1f0ff7a65e8e13a5711a3f88855de36ecada54470e583099be14b77ec360a3084 HEAD_REF master ) diff --git a/ports/nghttp2/vcpkg.json b/ports/nghttp2/vcpkg.json index 85e1356927..60f7cb47c6 100644 --- a/ports/nghttp2/vcpkg.json +++ b/ports/nghttp2/vcpkg.json @@ -1,6 +1,6 @@ { "name": "nghttp2", - "version": "1.55.1", + "version": "1.56.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 37f8b06d0c..381fdb9b9b 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -5721,7 +5721,7 @@ "port-version": 4 }, "nghttp2": { - "baseline": "1.55.1", + "baseline": "1.56.0", "port-version": 0 }, "nghttp2-asio": { diff --git a/versions/n-/nghttp2.json b/versions/n-/nghttp2.json index 638abc770c..9729be2cb7 100644 --- a/versions/n-/nghttp2.json +++ b/versions/n-/nghttp2.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "fbaeb01777a225a56a3f29ea40db69711f06256f", + "version": "1.56.0", + "port-version": 0 + }, { "git-tree": "772366dba6fcdf37e0ca244d4539b2fd73faca2f", "version": "1.55.1",