[msquic] update to 2.4.4 (#41198)

This commit is contained in:
talregev 2024-09-27 18:38:00 +03:00 committed by GitHub
parent 09deeb6f14
commit f708483ac3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 9 additions and 5 deletions

View File

@ -4,7 +4,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH QUIC_SOURCE_PATH OUT_SOURCE_PATH QUIC_SOURCE_PATH
REPO microsoft/msquic REPO microsoft/msquic
REF "v${VERSION}" REF "v${VERSION}"
SHA512 9025520d5a4cf1f2046959942fa83f73e49e836dcd20a0dde34bd34cbe071c9ffd5b195a13ab77a6a85d71ae91baa839b12a7f1fc27fcb79660561a2a07b6013 SHA512 87bb96bc77c30a39e419be2592199de8f9fa74179852637d2902c50d555bad24d2a664b888434fbc1df461ece69a52097634a47f0edbb78b0b0eed6e5a94033f
HEAD_REF master HEAD_REF master
PATCHES PATCHES
fix-install.patch # Adjust install path of build outputs fix-install.patch # Adjust install path of build outputs

View File

@ -1,7 +1,6 @@
{ {
"name": "msquic", "name": "msquic",
"version": "2.3.6", "version": "2.4.4",
"port-version": 2,
"description": "Cross-platform, C implementation of the IETF QUIC protocol", "description": "Cross-platform, C implementation of the IETF QUIC protocol",
"homepage": "https://github.com/microsoft/msquic", "homepage": "https://github.com/microsoft/msquic",
"license": "MIT", "license": "MIT",

View File

@ -6105,8 +6105,8 @@
"port-version": 4 "port-version": 4
}, },
"msquic": { "msquic": {
"baseline": "2.3.6", "baseline": "2.4.4",
"port-version": 2 "port-version": 0
}, },
"mstch": { "mstch": {
"baseline": "1.0.2", "baseline": "1.0.2",

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "519570ca834d486ddb5fc0fd43094079ef27b568",
"version": "2.4.4",
"port-version": 0
},
{ {
"git-tree": "1b260265332dca46324f6782ce58f8f74b0887a5", "git-tree": "1b260265332dca46324f6782ce58f8f74b0887a5",
"version": "2.3.6", "version": "2.3.6",