From 93b8f4836317d9732a9a525a2ec2d479cb2f3fb4 Mon Sep 17 00:00:00 2001 From: Reed Hamilton Date: Wed, 10 Jun 2026 17:19:01 -0700 Subject: [PATCH 1/2] chore: update openssl version to 3.3.7 --- 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 92e7c0f5e3..b578430c0d 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 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 From 2a7407ba392141661df22ff48d3467f5a9f454bc Mon Sep 17 00:00:00 2001 From: Reed Hamilton Date: Wed, 10 Jun 2026 17:53:18 -0700 Subject: [PATCH 2/2] fix: install new perl dependency --- installer/pyinstaller/build-linux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/pyinstaller/build-linux.sh b/installer/pyinstaller/build-linux.sh index b578430c0d..77ce7d1fa5 100755 --- a/installer/pyinstaller/build-linux.sh +++ b/installer/pyinstaller/build-linux.sh @@ -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