File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ ld_opt=${ld_opt:-"-L$zlib_prefix/lib -L$pcre_prefix/lib -L$OPENSSL_PREFIX/lib -W
2020
2121
2222# dependencies for building openresty
23- OPENSSL_VERSION=${OPENSSL_VERSION:- " 3.2.0 " }
23+ OPENSSL_VERSION=${OPENSSL_VERSION:- " 3.4.1 " }
2424OPENRESTY_VERSION=" 1.27.1.2"
2525ngx_multi_upstream_module_ver=" 1.3.2"
2626mod_dubbo_ver=" 1.0.2"
@@ -37,7 +37,7 @@ install_openssl_3(){
3737 fi
3838 # required for openssl 3.x config
3939 cpanm IPC/Cmd.pm
40- wget --no-check-certificate https://github.com/openssl/openssl/releases/download/openssl-3.2.0 /openssl-${OPENSSL_VERSION} .tar.gz
40+ wget --no-check-certificate https://github.com/openssl/openssl/releases/download/openssl-${OPENSSL_VERSION} /openssl-${OPENSSL_VERSION} .tar.gz
4141 tar xvf openssl-${OPENSSL_VERSION} .tar.gz
4242 cd openssl-${OPENSSL_VERSION} /
4343 export LDFLAGS=" -Wl,-rpath,$zlib_prefix /lib:$OPENSSL_PREFIX /lib"
You can’t perform that action at this time.
0 commit comments