From 62edd0c4f9c729df08dd277ef7a76fa3dd11a053 Mon Sep 17 00:00:00 2001 From: fuwa Date: Tue, 7 Apr 2020 05:20:48 +0800 Subject: [PATCH] update openssl --- etc/scripts/build-external-libs/openssl/build.sh | 2 +- etc/scripts/build-external-libs/openssl/fetch.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/etc/scripts/build-external-libs/openssl/build.sh b/etc/scripts/build-external-libs/openssl/build.sh index 9655dc9..96945d9 100755 --- a/etc/scripts/build-external-libs/openssl/build.sh +++ b/etc/scripts/build-external-libs/openssl/build.sh @@ -37,7 +37,7 @@ build_root=$BUILD_ROOT src_root=$BUILD_ROOT_SRC name=openssl -version=1.1.1d +version=1.1.1f cd $src_root/${name}-${version} diff --git a/etc/scripts/build-external-libs/openssl/fetch.sh b/etc/scripts/build-external-libs/openssl/fetch.sh index b480c7a..2fb1088 100755 --- a/etc/scripts/build-external-libs/openssl/fetch.sh +++ b/etc/scripts/build-external-libs/openssl/fetch.sh @@ -36,8 +36,8 @@ source etc/scripts/build-external-libs/env.sh cd $BUILD_ROOT_SRC name=openssl -version=1.1.1d -hash=1e3a91bc1f9dfce01af26026f856e064eab4c8ee0a8f457b5ae30b40b8b711f2 +version=1.1.1f +hash=186c6bfe6ecfba7a5b48c47f8a1673d0f3b0e5ba2e25602dd23b629975da3f35 rm -rf ${name}-${version}