Skip to content

Commit

Permalink
update baseline to latest vcpkg
Browse files Browse the repository at this point in the history
this is needed due to the fallout from the [xz backdoor]: xz is a
transient dependency of OpenCV and the previous baseline referenced a
version which has now been yanked as it contained the backdoor.
see also [vcpkg#37893].

[xz backdoor]: https://tukaani.org/xz-backdoor/
[vcpkg#37893]: microsoft/vcpkg#37893
  • Loading branch information
rursprung committed Apr 17, 2024
1 parent 3250342 commit 8dbd143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name" : "banana-project",
"version-string" : "1.0.0",
"builtin-baseline" : "7f9f0e44db287e8e67c0e888141bfa200ab45121",
"builtin-baseline" : "501cb01e517ee5689577bb01ba8bd1b4c1041a53",
"dependencies" : [ {
"name" : "gtest",
"version>=" : "1.14.0"
Expand Down

0 comments on commit 8dbd143

Please sign in to comment.