Skip to content

Commit 93b8f48

Browse files
committed
chore: update openssl version to 3.3.7
1 parent dd562b6 commit 93b8f48

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

installer/pyinstaller/build-linux.sh

Lines changed: 1 addition & 1 deletion
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

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)