Skip to content

Commit 983216e

Browse files
authored
chore: update openssl version to 3.3.7 (#9079)
* chore: update openssl version to 3.3.7 * fix: install new perl dependency
1 parent dd562b6 commit 983216e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

installer/pyinstaller/build-linux.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ if [ "$python_version" = "" ]; then
1616
fi
1717

1818
if [ "$openssl_version" = "" ]; then
19-
openssl_version="3.3.3";
19+
openssl_version="3.3.7";
2020
fi
2121

2222
if [ "$zlib_version" = "" ]; then
@@ -38,7 +38,7 @@ fi
3838

3939
set -eux
4040

41-
yum install -y libffi-devel perl-IPC-Cmd
41+
yum install -y libffi-devel perl-IPC-Cmd perl-Time-Piece
4242

4343
echo "Making Folders"
4444
mkdir -p .build/src

installer/pyinstaller/build-mac.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ if [ "$python_library_zip_filename" = "" ]; then
3030
fi
3131

3232
if [ "$openssl_version" = "" ]; then
33-
openssl_version="3.3.1";
33+
openssl_version="3.3.7";
3434
fi
3535

3636
if [ "$python_version" = "" ]; then

0 commit comments

Comments
 (0)