From 270bf3cf68178f831f19ce9283b80987f27cadc5 Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Tue, 27 Dec 2022 09:34:00 +0100 Subject: [PATCH] [nghttp3] update to 0.8.0 (#28565) --- ports/nghttp3/portfile.cmake | 4 ++-- ports/nghttp3/vcpkg.json | 2 +- versions/baseline.json | 2 +- versions/n-/nghttp3.json | 5 +++++ 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/ports/nghttp3/portfile.cmake b/ports/nghttp3/portfile.cmake index ff977da92c..d4c5b08e46 100644 --- a/ports/nghttp3/portfile.cmake +++ b/ports/nghttp3/portfile.cmake @@ -1,8 +1,8 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO ngtcp2/nghttp3 - REF v0.7.1 - SHA512 88b095b631235d7b0f568757c09f186a5cafe395f2eef4afb78bbe7185824113c40872379d75e7d63c9f637a26da61217465091875f788eef719fce31a7a83a6 + REF v0.8.0 + SHA512 184f163613760401ac38e70513958c1e68bcef4127a2d735b4c4f875d2ee720d59e7c4289033fbb5d53f0cfa105ff52cf910870ae5efdc307d2f6f0c709cdf96 HEAD_REF main ) diff --git a/ports/nghttp3/vcpkg.json b/ports/nghttp3/vcpkg.json index e626c91111..a24a5399c5 100644 --- a/ports/nghttp3/vcpkg.json +++ b/ports/nghttp3/vcpkg.json @@ -1,6 +1,6 @@ { "name": "nghttp3", - "version": "0.7.1", + "version": "0.8.0", "description": "Implementation of RFC 9114 HTTP/3 mapping over QUIC and RFC 9204 QPACK in C", "homepage": "https://github.com/ngtcp2/nghttp3", "license": "MIT", diff --git a/versions/baseline.json b/versions/baseline.json index e8bd6db9b3..eba3d4bce8 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -5225,7 +5225,7 @@ "port-version": 0 }, "nghttp3": { - "baseline": "0.7.1", + "baseline": "0.8.0", "port-version": 0 }, "ngspice": { diff --git a/versions/n-/nghttp3.json b/versions/n-/nghttp3.json index a240b560d4..ade9352045 100644 --- a/versions/n-/nghttp3.json +++ b/versions/n-/nghttp3.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "93b4b1578b77aedd89226d88b25641f85609aebc", + "version": "0.8.0", + "port-version": 0 + }, { "git-tree": "4bffdd88b1fceb27e8af54b018033162eb42ff8f", "version": "0.7.1",