Skip to content

Commit

Permalink
Merge pull request H-uru#1578 from dpogue/xz-fix
Browse files Browse the repository at this point in the history
Downgrade liblzma in vcpkg
  • Loading branch information
dpogue authored Mar 29, 2024
2 parents 93d8c2c + 98b8249 commit 21c036c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -268,11 +268,8 @@ jobs:
autoconf \
automake \
libtool \
nasm
# Workaround for missing distutils on macOS: https://github.com/actions/runner/issues/2958
- name: Install setuptools
run: sudo -H pip3 install setuptools
nasm \
python-setuptools
- name: Setup NuGet
run: |
Expand Down
5 changes: 5 additions & 0 deletions vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@
"name": "physx",
"version": "4.1.2#6",
"$comment": "Upstream vcpkg updated to PhysX 5, which drops support for several target platforms. Stick with 4.1.2 for now."
},
{
"name": "liblzma",
"version": "5.4.4",
"$comment": "liblzma & xz were compromised upstream: CVE-2024-3094."
}
],
"features": {
Expand Down

0 comments on commit 21c036c

Please sign in to comment.