From fd81666453af37e04ff31b85fe545c703ff632b3 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Tue, 23 Jul 2024 12:49:46 +0800 Subject: [PATCH] update --- plugins/openresty/versions/{1.24.4 => 1.21.4}/install.sh | 4 ---- plugins/openresty/versions/1.25.3/install.sh | 4 ---- 2 files changed, 8 deletions(-) rename plugins/openresty/versions/{1.24.4 => 1.21.4}/install.sh (98%) diff --git a/plugins/openresty/versions/1.24.4/install.sh b/plugins/openresty/versions/1.21.4/install.sh similarity index 98% rename from plugins/openresty/versions/1.24.4/install.sh rename to plugins/openresty/versions/1.21.4/install.sh index 4b95d0db2..43c7ec38b 100644 --- a/plugins/openresty/versions/1.24.4/install.sh +++ b/plugins/openresty/versions/1.21.4/install.sh @@ -72,10 +72,6 @@ Install_openresty() cd ${openrestyDir} && tar -zxvf openresty-${VERSION}.tar.gz OPTIONS='' - if [ "$VERSION" == "1.19.3.1" ]; then - OPTIONS="${OPTIONS} --with-ipv6" - fi - opensslVersion="1.1.1p" libresslVersion="3.9.1" diff --git a/plugins/openresty/versions/1.25.3/install.sh b/plugins/openresty/versions/1.25.3/install.sh index 70aefaa97..758351f85 100644 --- a/plugins/openresty/versions/1.25.3/install.sh +++ b/plugins/openresty/versions/1.25.3/install.sh @@ -72,10 +72,6 @@ Install_openresty() cd ${openrestyDir} && tar -zxvf openresty-${VERSION}.tar.gz OPTIONS='' - if [ "$VERSION" == "1.19.3.1" ]; then - OPTIONS="${OPTIONS} --with-ipv6" - fi - opensslVersion="1.1.1p" libresslVersion="3.9.1"