[ngtcp2] Update to 1.2.0 (#36388)

This commit is contained in:
Alexis La Goutte 2024-01-26 18:40:04 +01:00 committed by GitHub
parent 02344c986b
commit 96b4a81988
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 3 deletions

View File

@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO ngtcp2/ngtcp2
REF "v${VERSION}"
SHA512 6411bdbce6995df68987a011ca7d604d5f942e1b8f6bea4a86f1ad7d1695400ef75fd3132d33a9d43b668529b83e726cec24cb41633bb849ab917e408daf7b61
SHA512 3d266b80fbc44bf0711f4791db4787d80c989beb84ff4fe33e0f8fd25b8bb6d6d768bcbf990ca4bde0bcbaad5c7566bfb6a431b5bbec844247d8a4b417d451d9
HEAD_REF master
PATCHES
export-unofficical-target.patch

View File

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

View File

@ -6017,7 +6017,7 @@
"port-version": 0
},
"ngtcp2": {
"baseline": "1.1.0",
"baseline": "1.2.0",
"port-version": 0
},
"nifly": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "afc1585394c775f2989331db3baaa1b2c7449516",
"version": "1.2.0",
"port-version": 0
},
{
"git-tree": "c373297464e5a9b8bc18bd89703571e3ebf2417d",
"version": "1.1.0",