Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions installer/pyinstaller/build-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion installer/pyinstaller/build-mac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading