Skip to content

Commit 46fa5d1

Browse files
mayeutjcfr
authored andcommitted
chore: update OpenSSL 1.1.1h → 1.1.1k
changelog: https://www.openssl.org/news/changelog.html#openssl-111
1 parent c11ebf1 commit 46fa5d1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/manylinux2014-aarch64-build-and-install-openssl.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ set -o pipefail
1010
MY_DIR=$(dirname "${BASH_SOURCE[0]}")
1111
source $MY_DIR/utils.sh
1212

13-
OPENSSL_ROOT=openssl-1.1.1h
13+
OPENSSL_ROOT=openssl-1.1.1k
1414

15-
# Hash from https://www.openssl.org/source/openssl-1.1.1h.tar.gz.sha256
16-
OPENSSL_HASH=5c9ca8774bd7b03e5784f26ae9e9e6d749c9da2438545077e6b3d755a06595d9
15+
# Hash from https://www.openssl.org/source/openssl-1.1.1k.tar.gz.sha256
16+
OPENSSL_HASH=892a0875b9872acd04a9fde79b1f943075d5ea162415de3047c327df33fbaee5
1717

1818
# Environment variables defined in "dockcross/manylinux2014-aarch64/Dockerfile.in"
1919
check_var CROSS_ROOT

0 commit comments

Comments
 (0)