From afdfa2720584e849a6f79a8251c7e958dd67eb58 Mon Sep 17 00:00:00 2001 From: Kai Pastor Date: Fri, 13 Sep 2024 22:40:46 +0200 Subject: [PATCH] [msquic] Do not rename binaries (#40947) --- ports/msquic/portfile.cmake | 1 - ports/msquic/vcpkg.json | 2 +- versions/baseline.json | 2 +- versions/m-/msquic.json | 5 +++++ 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ports/msquic/portfile.cmake b/ports/msquic/portfile.cmake index 648c5be22afed0..b5382271103bef 100644 --- a/ports/msquic/portfile.cmake +++ b/ports/msquic/portfile.cmake @@ -65,7 +65,6 @@ vcpkg_cmake_configure( -DQUIC_USE_SYSTEM_LIBCRYPTO=OFF -DQUIC_BUILD_PERF=OFF -DQUIC_BUILD_TEST=OFF - -DCMAKE_DEBUG_POSTFIX=d "-DQUIC_STATIC_LINK_CRT=${STATIC_CRT}" "-DQUIC_STATIC_LINK_PARTIAL_CRT=${STATIC_CRT}" "-DQUIC_UWP_BUILD=${VCPKG_TARGET_IS_UWP}" diff --git a/ports/msquic/vcpkg.json b/ports/msquic/vcpkg.json index 81af6967a2b0e5..b7d1e2cfaeb96c 100644 --- a/ports/msquic/vcpkg.json +++ b/ports/msquic/vcpkg.json @@ -1,7 +1,7 @@ { "name": "msquic", "version": "2.3.6", - "port-version": 1, + "port-version": 2, "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 327014e4d3c95e..9b6f804b6e6427 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -6090,7 +6090,7 @@ }, "msquic": { "baseline": "2.3.6", - "port-version": 1 + "port-version": 2 }, "mstch": { "baseline": "1.0.2", diff --git a/versions/m-/msquic.json b/versions/m-/msquic.json index 9986d553bf0ebf..f0603630c30fe4 100644 --- a/versions/m-/msquic.json +++ b/versions/m-/msquic.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "1b260265332dca46324f6782ce58f8f74b0887a5", + "version": "2.3.6", + "port-version": 2 + }, { "git-tree": "ba908ead14078300c7e5babd3d725dc58746b3c3", "version": "2.3.6",