From bc57f02be986fdcab917a3d3e4444f5bda85dfa7 Mon Sep 17 00:00:00 2001 From: wulabing Date: Thu, 2 Apr 2020 10:01:47 +0800 Subject: [PATCH 1/4] =?UTF-8?q?OpenSSL=20=E7=89=88=E6=9C=AC=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=201.1.1f?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 5c48e6a..f3bd5af 100644 --- a/install.sh +++ b/install.sh @@ -50,7 +50,7 @@ v2ray_error_log="/var/log/v2ray/error.log" amce_sh_file="/root/.acme.sh/acme.sh" ssl_update_file="/usr/bin/ssl_update.sh" nginx_version="1.16.1" -openssl_version="1.1.1d" +openssl_version="1.1.1f" jemalloc_version="5.2.1" old_config_status="off" # v2ray_plugin_version="$(wget -qO- "https://github.com/shadowsocks/v2ray-plugin/tags" | grep -E "/shadowsocks/v2ray-plugin/releases/tag/" | head -1 | sed -r 's/.*tag\/v(.+)\">.*/\1/')" From 74b806d9e9297f83cbf6791fb1c1226c5545305a Mon Sep 17 00:00:00 2001 From: wulabing Date: Thu, 2 Apr 2020 10:02:17 +0800 Subject: [PATCH 2/4] =?UTF-8?q?OpenSSL=20=E7=89=88=E6=9C=AC=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=201.1.1f?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index f3bd5af..6cf0134 100644 --- a/install.sh +++ b/install.sh @@ -29,7 +29,7 @@ OK="${Green}[OK]${Font}" Error="${Red}[错误]${Font}" # 版本 -shell_version="1.1.3.2" +shell_version="1.1.3.3" shell_mode="None" github_branch="master" version_cmp="/tmp/version_cmp.tmp" From 2563df9810b5d93fd06224bf12ce8410195d8cce Mon Sep 17 00:00:00 2001 From: wulabing Date: Wed, 22 Apr 2020 20:29:17 +0800 Subject: [PATCH 3/4] =?UTF-8?q?OpenSSL=20=E7=89=88=E6=9C=AC=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=201.1.1g?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 6cf0134..be5f5fe 100644 --- a/install.sh +++ b/install.sh @@ -50,7 +50,7 @@ v2ray_error_log="/var/log/v2ray/error.log" amce_sh_file="/root/.acme.sh/acme.sh" ssl_update_file="/usr/bin/ssl_update.sh" nginx_version="1.16.1" -openssl_version="1.1.1f" +openssl_version="1.1.1g" jemalloc_version="5.2.1" old_config_status="off" # v2ray_plugin_version="$(wget -qO- "https://github.com/shadowsocks/v2ray-plugin/tags" | grep -E "/shadowsocks/v2ray-plugin/releases/tag/" | head -1 | sed -r 's/.*tag\/v(.+)\">.*/\1/')" From a6a0fef7e59bacc59b7775c63518e2cd114002b0 Mon Sep 17 00:00:00 2001 From: wulabing Date: Wed, 22 Apr 2020 20:32:46 +0800 Subject: [PATCH 4/4] =?UTF-8?q?OpenSSL=20=E7=89=88=E6=9C=AC=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=201.1.1g=20=E7=89=88=E6=9C=AC=E5=8F=B71.1.3.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index be5f5fe..3713662 100644 --- a/install.sh +++ b/install.sh @@ -29,7 +29,7 @@ OK="${Green}[OK]${Font}" Error="${Red}[错误]${Font}" # 版本 -shell_version="1.1.3.3" +shell_version="1.1.3.4" shell_mode="None" github_branch="master" version_cmp="/tmp/version_cmp.tmp"