From 7d97fe91b3cba847c0add9049956b4eadb36795f Mon Sep 17 00:00:00 2001 From: Timothy Flynn Date: Thu, 19 Sep 2024 14:21:49 -0400 Subject: [PATCH] Meta: Update curl to version 8.10.1 Contains a fix for CVE-2024-8096. --- vcpkg.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/vcpkg.json b/vcpkg.json index f8e3160b691..6983b668747 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -4,7 +4,8 @@ { "name": "curl", "features": [ - "brotli", "http2" + "brotli", + "http2" ] }, { @@ -67,6 +68,10 @@ "woff2" ], "overrides": [ + { + "name": "curl", + "version": "8.10.1#0" + }, { "name": "fontconfig", "version": "2.14.2#1"