From 136264df3762d53e96da14d7388b8c4e578aaf0a Mon Sep 17 00:00:00 2001 From: Charlie Fenton Date: Mon, 14 Sep 2026 00:20:04 -0700 Subject: [PATCH 1/2] Mac: update to openssl-4.0.2, c-ares-1.28.1, curl-8.20.0 --- mac_build/dependencyNames.sh | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/mac_build/dependencyNames.sh b/mac_build/dependencyNames.sh index 202fe539715..0891c7899ec 100644 --- a/mac_build/dependencyNames.sh +++ b/mac_build/dependencyNames.sh @@ -37,20 +37,20 @@ ## build settings (except in the checkDpendentVesions.sh script.) ## -opensslDirName="openssl-3.0.0" +opensslDirName="openssl-4.0.2" opensslBaseName="openssl" -opensslFileName="openssl-3.0.0.tar.gz" -opensslURL="https://www.openssl.org/source/openssl-3.0.0.tar.gz" +opensslFileName="openssl-4.0.2.tar.gz" +opensslURL="https://www.openssl.org/source/openssl-4.0.2.tar.gz" -caresDirName="c-ares-1.28.1" +caresDirName="c-ares-1.34.8" caresBaseName="c-ares" -caresFileName="c-ares-1.28.1.tar.gz" -caresURL="https://github.com/c-ares/c-ares/releases/download/cares-1_28_1/c-ares-1.28.1.tar.gz" +caresFileName="c-ares-1.34.8.tar.gz" +caresURL="https://github.com/c-ares/c-ares/releases/download/cares-1_34_8/c-ares-1.34.8.tar.gz" -curlDirName="curl-8.20.0" +curlDirName="curl-8.21.0" curlBaseName="curl" -curlFileName="curl-8.20.0.tar.gz" -curlURL="https://curl.se/download/curl-8.20.0.tar.gz" +curlFileName="curl-8.21.0.tar.gz" +curlURL="https://curl.se/download/curl-8.21.0.tar.gz" wxWidgetsDirName="wxWidgets-3.3.2" wxWidgetsBaseName="wxWidgets" From 7ec644b6e8aa238294d50e6e0559e23f7bddd7f3 Mon Sep 17 00:00:00 2001 From: CharlieFenton Date: Mon, 14 Sep 2026 01:12:02 -0700 Subject: [PATCH 2/2] Update mac_build/dependencyNames.sh Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com> --- mac_build/dependencyNames.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mac_build/dependencyNames.sh b/mac_build/dependencyNames.sh index 0891c7899ec..25589ee768b 100644 --- a/mac_build/dependencyNames.sh +++ b/mac_build/dependencyNames.sh @@ -45,7 +45,7 @@ opensslURL="https://www.openssl.org/source/openssl-4.0.2.tar.gz" caresDirName="c-ares-1.34.8" caresBaseName="c-ares" caresFileName="c-ares-1.34.8.tar.gz" -caresURL="https://github.com/c-ares/c-ares/releases/download/cares-1_34_8/c-ares-1.34.8.tar.gz" +caresURL="https://github.com/c-ares/c-ares/releases/download/v1.34.8/c-ares-1.34.8.tar.gz" curlDirName="curl-8.21.0" curlBaseName="curl"