Update Detours#50487
Conversation
vicroms
left a comment
There was a problem hiding this comment.
A contributor has asked about a new release version recently: microsoft/Detours#371. So, we may a few days for upstream to respond.
| HEAD_REF master | ||
| PATCHES | ||
| find-jmp-bounds-arm64.patch | ||
| REF 9764cebcb1a75940e68fa83d6730ffaf0f669401 |
There was a problem hiding this comment.
This moves us from the official release tag.
| @@ -1,7 +1,7 @@ | |||
| { | |||
| "name": "detours", | |||
| "version": "4.0.1", | |||
There was a problem hiding this comment.
| "version": "4.0.1", | |
| "version-date": "2025-06-20", |
Since we are moving away from the official release version, we should reflect that with a version scheme change. Version 4.0.1 was published in 2018 but the project has had many commits merged since.
There was a problem hiding this comment.
Upon further investigation, it looks like upstream has been asked to create a new release tag many times before (even mentioning vcpkg: microsoft/Detours#360). So, let's not delay and just adopt version-date for this port from now on.
|
The upstream release had been very outdated so far, and the current version in vcpkg has an access violation bug for ARM64 machines in some scenarios. |
Fixes #45889
./vcpkg x-add-version --alland committing the result.