Skip to content

Commit

Permalink
cmake, msvc: Override liblzma version
Browse files Browse the repository at this point in the history
This change avoids `liblzma` versions with known backdoors.

It is equivalent to `liblzma` package as it was before
microsoft/vcpkg@a487471.
  • Loading branch information
hebasto committed Apr 4, 2024
1 parent 418b4f4 commit ede8a7d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"builtin-baseline": "9edb1b8e590cc086563301d735cae4b6e732d2d2",
"overrides":[
{"name": "liblzma", "version": "5.4.1#1"}
],
"dependencies": [
"boost-date-time",
"boost-multi-index",
Expand Down

0 comments on commit ede8a7d

Please sign in to comment.