Update vcpkg dependencies

This commit is contained in:
Mark Roszko 2025-05-23 00:11:07 +00:00
parent 324f5e1127
commit 64b40c7f49
2 changed files with 5 additions and 15 deletions

View File

@ -3,13 +3,13 @@
"default-registry": { "default-registry": {
"kind": "git", "kind": "git",
"repository": "https://github.com/microsoft/vcpkg", "repository": "https://github.com/microsoft/vcpkg",
"baseline": "57c08a3223a1ec03c3a31986ee38d32e90b6039c" "baseline": "4091a2e994992b7d68ea8794bf8dca4084c2b665"
}, },
"registries": [ "registries": [
{ {
"kind": "git", "kind": "git",
"repository": "https://gitlab.com/kicad/packaging/kicad-vcpkg-registry.git", "repository": "https://gitlab.com/kicad/packaging/kicad-vcpkg-registry.git",
"baseline": "9c06375b6b62483d39ffe78e5fc2918365ee8ead", "baseline": "10120d76911a7ebe2a8b1d8e1b3f6c26a3eaba4c",
"packages": [ "packages": [
"glew", "glew",
"python3", "python3",

View File

@ -1,7 +1,7 @@
{ {
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json", "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"name": "kicad", "name": "kicad",
"version": "8.99", "version": "9.0",
"license": "GPL-2.0+", "license": "GPL-2.0+",
"dependencies": [ "dependencies": [
"boost-algorithm", "boost-algorithm",
@ -62,29 +62,19 @@
}, },
{ {
"name": "wxwidgets", "name": "wxwidgets",
"version": "3.2.6#2" "version": "3.2.8"
}, },
{ {
"name": "wxpython", "name": "wxpython",
"version": "4.2.2#2" "version": "4.2.2#3"
}, },
{ {
"name": "ngspice", "name": "ngspice",
"version": "44#1" "version": "44#1"
}, },
{
"name": "liblzma",
"version": "5.4.4",
"$comment": "liblzma & xz were compromised upstream: CVE-2024-3094."
},
{ {
"name": "protobuf", "name": "protobuf",
"version": "3.21.12#4" "version": "3.21.12#4"
},
{
"name": "vcpkg-get-python-packages",
"version": "2024-01-24",
"$comment": "forces python 3.11 compat"
} }
] ]
} }