[nghttp3 | ngtcp2] Update nghttp3 ngtcp2 (#30463)

* nghttp3: Update to 0.10.0

* ngtcp2: Update to 0.14.0
This commit is contained in:
Alexis La Goutte 2023-03-28 22:39:48 +02:00 committed by GitHub
parent 595a0d4657
commit 89d6dc6009
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 17 additions and 8 deletions

View File

@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO ngtcp2/nghttp3
REF v${VERSION}
SHA512 8671453ce43cad42a1366b0a794f4b552a550997a1d3b3443e91d8f285680e8bfd74246134693137f8863f5350243a1c426c864b102c87fd71aa0956a3129dcb
SHA512 44dd4f4bb807a4d9f2c85399e83e3146ca8e18b4d4e9bca0b1a9a626daf1f9ca2892bfa55552267a3f43af7e6c6090ec662782936a45bada6faca822d1a31638
HEAD_REF main
)

View File

@ -1,6 +1,6 @@
{
"name": "nghttp3",
"version": "0.9.0",
"version": "0.10.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",

View File

@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO ngtcp2/ngtcp2
REF "v${VERSION}"
SHA512 8456ca20c54da8627cd37c313605563bc7bc2f80409aae0049354877e4ccc351f8dd1129ae67bb9fd3b148a2ef69db3670d6c1d2b8df40da26fa8c1b56993e03
SHA512 6bfcae1d7c782931093541156ebd6e736843b5df13362aa5468daa72f74bad33d0f1aa2aafc6f4d138cdd34d6a367e2ff12efedfd6dfa5b8811e4cdebaca0016
HEAD_REF master
PATCHES
export-unofficical-target.patch

View File

@ -1,7 +1,6 @@
{
"name": "ngtcp2",
"version": "0.13.1",
"port-version": 1,
"version": "0.14.0",
"description": "ngtcp2 project is an effort to implement RFC9000 QUIC protocol.",
"homepage": "https://github.com/ngtcp2/ngtcp2",
"license": "MIT",

View File

@ -5469,7 +5469,7 @@
"port-version": 1
},
"nghttp3": {
"baseline": "0.9.0",
"baseline": "0.10.0",
"port-version": 0
},
"ngspice": {
@ -5477,8 +5477,8 @@
"port-version": 0
},
"ngtcp2": {
"baseline": "0.13.1",
"port-version": 1
"baseline": "0.14.0",
"port-version": 0
},
"nifly": {
"baseline": "1.0.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "b490beccb519c1faa3bfbfae0bb6e8e873aed843",
"version": "0.10.0",
"port-version": 0
},
{
"git-tree": "bb3cac335e3b52e2a03a49a48173b085541c4341",
"version": "0.9.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "2ed43a821081be8b08e5e93265f04def890da42f",
"version": "0.14.0",
"port-version": 0
},
{
"git-tree": "650ddd9f22d59c17ff9adbb88b23c99c4cd2a742",
"version": "0.13.1",