From 1d9123ef9fab1aeba80cb90f528955f81abd6204 Mon Sep 17 00:00:00 2001 From: Lucas <12496191+lucashuy@users.noreply.github.com> Date: Wed, 25 Sep 2024 13:53:20 -0700 Subject: [PATCH] bump openssl --- installer/pyinstaller/build-linux.sh | 2 +- installer/pyinstaller/build-mac.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/installer/pyinstaller/build-linux.sh b/installer/pyinstaller/build-linux.sh index 46964ff661..e204ba32d5 100755 --- a/installer/pyinstaller/build-linux.sh +++ b/installer/pyinstaller/build-linux.sh @@ -16,7 +16,7 @@ if [ "$python_version" = "" ]; then fi if [ "$openssl_version" = "" ]; then - openssl_version="3.0.14"; + openssl_version="3.0.15"; fi if [ "$zlib_version" = "" ]; then diff --git a/installer/pyinstaller/build-mac.sh b/installer/pyinstaller/build-mac.sh index 0ae270ed9c..878e155cef 100755 --- a/installer/pyinstaller/build-mac.sh +++ b/installer/pyinstaller/build-mac.sh @@ -30,7 +30,7 @@ if [ "$python_library_zip_filename" = "" ]; then fi if [ "$openssl_version" = "" ]; then - openssl_version="3.0.14"; + openssl_version="3.0.15"; fi if [ "$python_version" = "" ]; then