From 28af86cc15b53c09de6c0457e0ac737795e497e2 Mon Sep 17 00:00:00 2001 From: 7FrogTW Date: Thu, 14 Oct 2021 05:50:36 +0800 Subject: [nghttp2] v1.45.1 (#20688) --- ports/nghttp2/portfile.cmake | 4 ++-- ports/nghttp2/vcpkg.json | 2 +- versions/baseline.json | 2 +- versions/n-/nghttp2.json | 5 +++++ 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/ports/nghttp2/portfile.cmake b/ports/nghttp2/portfile.cmake index a13769280..911db59dc 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 b799b063f882cc97f8484e95b41d0326260d9b93 # v1.44.0 - SHA512 8e4a5d0b146606d1150b43c539244f615540bc25eab30bf67c673cccecdb3d4a02d99fb0136d81dc7ad4a579d9b38e62d91b1431884a8891c0d325c036cc4073 + REF 53dfaad925dc2274488dd61bb47e613a9539371a # v1.45.1 + SHA512 35e92195434c1668b457374a4d0800d103947de1942f447a1adc5d243efad0a0b09911bfe30c62f1df9946246d61de9891529f1399c75db6ad6643e1fbd72a38 HEAD_REF master ) diff --git a/ports/nghttp2/vcpkg.json b/ports/nghttp2/vcpkg.json index 6528683f2..c8ae19e72 100644 --- a/ports/nghttp2/vcpkg.json +++ b/ports/nghttp2/vcpkg.json @@ -1,6 +1,6 @@ { "name": "nghttp2", - "version": "1.44.0", + "version": "1.45.1", "description": "Implementation of the Hypertext Transfer Protocol version 2 in C", "homepage": "https://github.com/nghttp2/nghttp2", "dependencies": [ diff --git a/versions/baseline.json b/versions/baseline.json index 06e289b23..48ed54798 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -4585,7 +4585,7 @@ "port-version": 2 }, "nghttp2": { - "baseline": "1.44.0", + "baseline": "1.45.1", "port-version": 0 }, "ngspice": { diff --git a/versions/n-/nghttp2.json b/versions/n-/nghttp2.json index 4cd034bb3..49b7596b4 100644 --- a/versions/n-/nghttp2.json +++ b/versions/n-/nghttp2.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "e765c53ede7876249ec80ae256b96c468d394734", + "version": "1.45.1", + "port-version": 0 + }, { "git-tree": "7d98b71b7948db8173a563483081700e706268b0", "version": "1.44.0", -- cgit v1.2.3