From 64b40c7f4937bfdff9ff458e5188edbd95652936 Mon Sep 17 00:00:00 2001 From: Mark Roszko Date: Fri, 23 May 2025 00:11:07 +0000 Subject: [PATCH] Update vcpkg dependencies --- vcpkg-configuration.json | 4 ++-- vcpkg.json | 16 +++------------- 2 files changed, 5 insertions(+), 15 deletions(-) diff --git a/vcpkg-configuration.json b/vcpkg-configuration.json index bf1618afd3..a2100695b3 100644 --- a/vcpkg-configuration.json +++ b/vcpkg-configuration.json @@ -3,13 +3,13 @@ "default-registry": { "kind": "git", "repository": "https://github.com/microsoft/vcpkg", - "baseline": "57c08a3223a1ec03c3a31986ee38d32e90b6039c" + "baseline": "4091a2e994992b7d68ea8794bf8dca4084c2b665" }, "registries": [ { "kind": "git", "repository": "https://gitlab.com/kicad/packaging/kicad-vcpkg-registry.git", - "baseline": "9c06375b6b62483d39ffe78e5fc2918365ee8ead", + "baseline": "10120d76911a7ebe2a8b1d8e1b3f6c26a3eaba4c", "packages": [ "glew", "python3", diff --git a/vcpkg.json b/vcpkg.json index a20fe6ef77..61a2d3d632 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json", "name": "kicad", - "version": "8.99", + "version": "9.0", "license": "GPL-2.0+", "dependencies": [ "boost-algorithm", @@ -62,29 +62,19 @@ }, { "name": "wxwidgets", - "version": "3.2.6#2" + "version": "3.2.8" }, { "name": "wxpython", - "version": "4.2.2#2" + "version": "4.2.2#3" }, { "name": "ngspice", "version": "44#1" }, - { - "name": "liblzma", - "version": "5.4.4", - "$comment": "liblzma & xz were compromised upstream: CVE-2024-3094." - }, { "name": "protobuf", "version": "3.21.12#4" - }, - { - "name": "vcpkg-get-python-packages", - "version": "2024-01-24", - "$comment": "forces python 3.11 compat" } ] }