diff --git a/installer/pyinstaller/build-linux.sh b/installer/pyinstaller/build-linux.sh index 92e7c0f5e3..77ce7d1fa5 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.3.3"; + openssl_version="3.3.7"; fi if [ "$zlib_version" = "" ]; then @@ -38,7 +38,7 @@ fi set -eux -yum install -y libffi-devel perl-IPC-Cmd +yum install -y libffi-devel perl-IPC-Cmd perl-Time-Piece echo "Making Folders" mkdir -p .build/src diff --git a/installer/pyinstaller/build-mac.sh b/installer/pyinstaller/build-mac.sh index ddaa9b23ce..1affb9f53d 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.3.1"; + openssl_version="3.3.7"; fi if [ "$python_version" = "" ]; then