Skip to content

Commit 2c3e7df

Browse files
authored
deps: upgrade openssl to 3.4.1 (#432)
Signed-off-by: Nic <[email protected]>
1 parent 8836da4 commit 2c3e7df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build-apisix-runtime.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"}
2424
OPENRESTY_VERSION="1.27.1.2"
2525
ngx_multi_upstream_module_ver="1.3.2"
2626
mod_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"

0 commit comments

Comments
 (0)