src/VcpkgPortOverlay/README.md
This directory contains an overlay for vcpkg ports, for cases where we need local modifications to a port. In all cases, most of the recipe is taken from the official vcpkg registry, and we only make small changes.
The whole directory can be re-created with .\CreatePortOverlay.ps1
We add support for certificate pinning. Note that we use v2.10.18, which is not the latest.
Changes:
add-server-certificate-validation.patchWe use the version used by UndockedRegFreeWinRT (https://github.com/microsoft/winget-cli/tree/release-v1.10/src/Xlang/UndockedRegFreeWinRT/src/UndockedRegFreeWinRT/detours). The only official release of detours (4.0.1) does not include complete support for ARM64. While the exact version that we pulled from UndockedRegFreeWinRT is unclear (https://github.com/microsoft/xlang/pull/644), through manually comparing versions it is equivalent to https://github.com/microsoft/Detours/commit/404c153ff390cb14f1787c7feeb4908c6d79b0ab (only some whitespace changes are present).
Changes:
We use an unreleased version that fixes a vulnerability.
Changes: