From a05fbf5d92af428bd460c2797304279a5d926861 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=83=9C=E5=88=AB?= Date: Sun, 4 Apr 2021 01:26:00 +0800 Subject: [PATCH] update openssl to avoid CVE-2021-3449 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-3449 --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 8e9b841..44e9d25 100644 --- a/install.sh +++ b/install.sh @@ -4,7 +4,7 @@ INSTALL_VERSION="" -OPENSSL_VERSION="1.1.1j" +OPENSSL_VERSION="1.1.1k" LATEST=0 @@ -198,4 +198,4 @@ main(){ pipInstall } -main \ No newline at end of file +main