From 1ccf92726f82abc657933eecce02d0745cf18bb5 Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Wed, 24 Aug 2022 17:51:57 +0200 Subject: [PATCH] [nghttp2]: update to v1.49.0 (#26425) * [nghttp2]: update to v1.48.0 * nghttp2(vcpkg): Add License (MIT) * nghttp2(.json), fix git hash after update licence * nghttp2: update to 1.49.0 * nghttp2.json: remove v1.48.0 Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com> Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com> --- ports/nghttp2/portfile.cmake | 4 ++-- ports/nghttp2/vcpkg.json | 3 ++- versions/baseline.json | 2 +- versions/n-/nghttp2.json | 5 +++++ 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/ports/nghttp2/portfile.cmake b/ports/nghttp2/portfile.cmake index ef14b80ad6c..48ee86ca2e4 100644 --- a/ports/nghttp2/portfile.cmake +++ b/ports/nghttp2/portfile.cmake @@ -1,8 +1,8 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO nghttp2/nghttp2 - REF 7af0c508be9cbec407268e2f546f597d268c104e # v1.46.0 - SHA512 e25e8a43d0f9523f654d9136c2b9db30cfa5e8086da3fe3e9bcf68ff8c034383550ca17d89d31cd14e23b5886a0a948d777b4e182d0a042ccfe9a8083410de93 + REF v1.49.0 + SHA512 bdfd0547e5094acf3784ee6ec46a024e7afd7ba9727f91142be83e5f7ddc12db30935fd25ebd12d69b0f2286af1bb4ee96ab13e160ee6243168f66e4507c1f09 HEAD_REF master ) diff --git a/ports/nghttp2/vcpkg.json b/ports/nghttp2/vcpkg.json index 9b5ce8969be..484319ebb5b 100644 --- a/ports/nghttp2/vcpkg.json +++ b/ports/nghttp2/vcpkg.json @@ -1,8 +1,9 @@ { "name": "nghttp2", - "version": "1.46.0", + "version": "1.49.0", "description": "Implementation of the Hypertext Transfer Protocol version 2 in C", "homepage": "https://github.com/nghttp2/nghttp2", + "license": "MIT", "dependencies": [ { "name": "vcpkg-cmake", diff --git a/versions/baseline.json b/versions/baseline.json index ae7869dc347..1888a98e0fe 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -4949,7 +4949,7 @@ "port-version": 3 }, "nghttp2": { - "baseline": "1.46.0", + "baseline": "1.49.0", "port-version": 0 }, "ngspice": { diff --git a/versions/n-/nghttp2.json b/versions/n-/nghttp2.json index fe89531acd0..0ca6003ad88 100644 --- a/versions/n-/nghttp2.json +++ b/versions/n-/nghttp2.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "f2c6faba492d188ec0f72078720084f6a4dc00c3", + "version": "1.49.0", + "port-version": 0 + }, { "git-tree": "b7477580246c8547d75abc176295b832544cb132", "version": "1.46.0",