From 47a3c1a0155acea7666696442c1b9358bbf33065 Mon Sep 17 00:00:00 2001 From: Dan Paulat Date: Thu, 23 Jan 2025 00:27:40 +0000 Subject: [PATCH] Revert libcurl 8.11.1 to 8.10.1 libcurl 8.11.1 has a bug with improperly closing file handles --- conanfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conanfile.py b/conanfile.py index 10c6e716..0814bc3a 100644 --- a/conanfile.py +++ b/conanfile.py @@ -14,7 +14,7 @@ class SupercellWxConan(ConanFile): "glew/2.2.0", "glm/1.0.1", "gtest/1.15.0", - "libcurl/8.11.1", + "libcurl/8.10.1", "libpng/1.6.45", "libxml2/2.13.4", "openssl/3.3.2",