Back to Winget Cli

Overlay ports

src/VcpkgPortOverlay/README.md

1.28.2401.7 KB
Original Source

Overlay ports

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

cpprestsdk

We add support for certificate pinning. Note that we use v2.10.18, which is not the latest.

Changes:

detours

We 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:

libyaml

We use an unreleased version that fixes a vulnerability.

Changes: