Skip to content

Commit 7f9ae94

Browse files
committed
Bump OpenSSL to v3.4.1
1 parent 0534440 commit 7f9ae94

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: macos-14
2727

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

3232
steps:

scripts/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -e
44

5-
MITKERBEROS_VERSION_STABLE="1.21.3_openssl-3.4.0" # https://kerberos.org/dist/
5+
MITKERBEROS_VERSION_STABLE="1.21.3_openssl-3.4.1" # https://kerberos.org/dist/
66

77
IOS_VERSION_MIN="13.4"
88
MACOS_VERSION_MIN="11.0"

0 commit comments

Comments
 (0)