[msquic] xpd update (#41289)

This commit is contained in:
talregev 2024-10-02 17:24:08 +03:00 committed by GitHub
parent 550ecc8fd9
commit 20f600a4f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 9 additions and 3 deletions

View File

@ -31,8 +31,8 @@ file(RENAME "${OPENSSL_SOURCE_PATH}" "${QUIC_SOURCE_PATH}/submodules/openssl3")
vcpkg_from_github( vcpkg_from_github(
OUT_SOURCE_PATH XDP_WINDOWS OUT_SOURCE_PATH XDP_WINDOWS
REPO microsoft/xdp-for-windows REPO microsoft/xdp-for-windows
REF ce228a986fd30049ed58f569d2bf20efffc250f3 REF v1.0.2
SHA512 4a26c5defe422ef42308d72cf8d1cab1c172ce5a10d8d830c446cb7dd93f0c41f35f3cbbfeceb687d5135272006dd1b1bc4c2089ace4866cede81d5c76206af7 SHA512 1b26487fa79c8796d4b0d5e09f4fc9acb003d8e079189ec57a36ff03c9c2620829106fdbc4780e298872826f3a97f034d40e04d00a77ded97122874d13bfb145
HEAD_REF main HEAD_REF main
) )

View File

@ -1,6 +1,7 @@
{ {
"name": "msquic", "name": "msquic",
"version": "2.4.5", "version": "2.4.5",
"port-version": 1,
"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

@ -6110,7 +6110,7 @@
}, },
"msquic": { "msquic": {
"baseline": "2.4.5", "baseline": "2.4.5",
"port-version": 0 "port-version": 1
}, },
"mstch": { "mstch": {
"baseline": "1.0.2", "baseline": "1.0.2",

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "7e20d48f6fdc1052f7339eeff9ea9ab1074a726c",
"version": "2.4.5",
"port-version": 1
},
{ {
"git-tree": "a037eeff81951b04f28f6ed7c0988618d801afb0", "git-tree": "a037eeff81951b04f28f6ed7c0988618d801afb0",
"version": "2.4.5", "version": "2.4.5",