From 96c4772af6b9c86148d0805e524f02668791836e Mon Sep 17 00:00:00 2001 From: nil4 Date: Sun, 9 Jun 2024 12:09:28 +0200 Subject: [PATCH] Bump to v3.2.2 Address [CVE-2024-4741](https://www.openssl.org/news/secadv/20240528.txt) --- .github/workflows/build.yml | 2 +- scripts/build.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ecaeb7b..f21dfbd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,7 +26,7 @@ jobs: runs-on: macos-14 env: # use tag version, if available, falling back to 3.2.1 (stable) - OPENSSL_VERSION: "${{ startsWith(github.ref, 'refs/tags/3.') && github.ref_name || '3.2.1' }}" + OPENSSL_VERSION: "${{ startsWith(github.ref, 'refs/tags/3.') && github.ref_name || '3.2.2' }}" PUBLISH_RELEASE: "${{ startsWith(github.ref, 'refs/tags/3.') && '1' || '0' }}" steps: diff --git a/scripts/build.sh b/scripts/build.sh index 5b5e061..702fd0d 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -2,7 +2,7 @@ set -e -OPENSSL_VERSION_STABLE="3.2.1" # https://www.openssl.org/source/index.html +OPENSSL_VERSION_STABLE="3.2.2" # https://www.openssl.org/source/index.html IOS_VERSION_MIN="13.4" MACOS_VERSION_MIN="11.0" CODESIGN_ID="-"