From 58915dc25138a7badc20c46e3b23d9cf9be81556 Mon Sep 17 00:00:00 2001 From: Micah Snyder Date: Tue, 6 Aug 2024 21:05:11 -0400 Subject: [PATCH] Bump curl version to 8.9.1 and revert openssl to 3.2.2 because of zlib linking issue --- recipes/libcurl-8.yaml | 4 ++-- recipes/libopenssl-3.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes/libcurl-8.yaml b/recipes/libcurl-8.yaml index 8f61081..1212b72 100644 --- a/recipes/libcurl-8.yaml +++ b/recipes/libcurl-8.yaml @@ -13,8 +13,8 @@ # limitations under the License. name: libcurl -version: "8.9.0" -url: https://curl.se/download/curl-8.9.0.zip +version: "8.9.1" +url: https://curl.se/download/curl-8.9.1.zip mussels_version: "0.3" type: recipe platforms: diff --git a/recipes/libopenssl-3.yaml b/recipes/libopenssl-3.yaml index 8972fd1..2f0050b 100644 --- a/recipes/libopenssl-3.yaml +++ b/recipes/libopenssl-3.yaml @@ -13,8 +13,8 @@ # limitations under the License. name: libopenssl -version: "3.3.1" -url: https://www.openssl.org/source/openssl-3.3.1.tar.gz +version: "3.2.2" +url: https://www.openssl.org/source/openssl-3.2.2.tar.gz mussels_version: "0.2" type: recipe platforms: