From f708483ac3f1507d77cfb3137ece5fc64e131863 Mon Sep 17 00:00:00 2001 From: talregev Date: Fri, 27 Sep 2024 18:38:00 +0300 Subject: [PATCH] [msquic] update to 2.4.4 (#41198) --- ports/msquic/portfile.cmake | 2 +- ports/msquic/vcpkg.json | 3 +-- versions/baseline.json | 4 ++-- versions/m-/msquic.json | 5 +++++ 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/ports/msquic/portfile.cmake b/ports/msquic/portfile.cmake index b538227110..9d63494ba0 100644 --- a/ports/msquic/portfile.cmake +++ b/ports/msquic/portfile.cmake @@ -4,7 +4,7 @@ vcpkg_from_github( OUT_SOURCE_PATH QUIC_SOURCE_PATH REPO microsoft/msquic REF "v${VERSION}" - SHA512 9025520d5a4cf1f2046959942fa83f73e49e836dcd20a0dde34bd34cbe071c9ffd5b195a13ab77a6a85d71ae91baa839b12a7f1fc27fcb79660561a2a07b6013 + SHA512 87bb96bc77c30a39e419be2592199de8f9fa74179852637d2902c50d555bad24d2a664b888434fbc1df461ece69a52097634a47f0edbb78b0b0eed6e5a94033f HEAD_REF master PATCHES fix-install.patch # Adjust install path of build outputs diff --git a/ports/msquic/vcpkg.json b/ports/msquic/vcpkg.json index b7d1e2cfae..393a0b8560 100644 --- a/ports/msquic/vcpkg.json +++ b/ports/msquic/vcpkg.json @@ -1,7 +1,6 @@ { "name": "msquic", - "version": "2.3.6", - "port-version": 2, + "version": "2.4.4", "description": "Cross-platform, C implementation of the IETF QUIC protocol", "homepage": "https://github.com/microsoft/msquic", "license": "MIT", diff --git a/versions/baseline.json b/versions/baseline.json index cab1644c39..b93a6d65dc 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -6105,8 +6105,8 @@ "port-version": 4 }, "msquic": { - "baseline": "2.3.6", - "port-version": 2 + "baseline": "2.4.4", + "port-version": 0 }, "mstch": { "baseline": "1.0.2", diff --git a/versions/m-/msquic.json b/versions/m-/msquic.json index f0603630c3..8a44c8ddc2 100644 --- a/versions/m-/msquic.json +++ b/versions/m-/msquic.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "519570ca834d486ddb5fc0fd43094079ef27b568", + "version": "2.4.4", + "port-version": 0 + }, { "git-tree": "1b260265332dca46324f6782ce58f8f74b0887a5", "version": "2.3.6",