Skip to content

Commit

Permalink
Bump OpenSSL to v3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nil4 committed Nov 8, 2024
1 parent def96f1 commit 0534440
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
runs-on: macos-14

env: # use tag version, if available, falling back to 1.21.3 (stable)
MITKERBEROS_VERSION: "${{ startsWith(github.ref, 'refs/tags/1.') && github.ref_name || '1.21.3_openssl-3.3.2' }}"
MITKERBEROS_VERSION: "${{ startsWith(github.ref, 'refs/tags/1.') && github.ref_name || '1.21.3_openssl-3.4.0' }}"
PUBLISH_RELEASE: "${{ startsWith(github.ref, 'refs/tags/1.') && '1' || '0' }}"

steps:
Expand Down
2 changes: 1 addition & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

MITKERBEROS_VERSION_STABLE="1.21.3_openssl-3.3.2" # https://kerberos.org/dist/
MITKERBEROS_VERSION_STABLE="1.21.3_openssl-3.4.0" # https://kerberos.org/dist/

IOS_VERSION_MIN="13.4"
MACOS_VERSION_MIN="11.0"
Expand Down

0 comments on commit 0534440

Please sign in to comment.