feat: bump openssl to 3.5.4

pull/1045/head
耗子 3 months ago
parent a9890b056d
commit 3a824d8c22
No known key found for this signature in database
GPG Key ID: C964D7226D045DAA

@ -48,7 +48,7 @@ env:
- OPENSSL_INC=$OPENSSL_PREFIX/include
- OPENRESTY_PREFIX=/opt/openresty
jobs:
- OPENSSL_VER=3.5.3 OPENSSL_PATCH_VER=3.5.3
- OPENSSL_VER=3.5.4 OPENSSL_PATCH_VER=3.5.4
install:
- cpanm --sudo --notest Test::Nginx IPC::Run3 > build.log 2>&1 || (cat build.log && exit 1)

@ -2,7 +2,7 @@
PCRE=pcre2-10.46
ZLIB=zlib-1.3.1
OPENSSL=openssl-3.5.3
OPENSSL=openssl-3.5.4
JOBS=12
if [ ! -f ../$OPENSSL.tar.gz ]; then wget -O ../$OPENSSL.tar.gz https://github.com/openssl/openssl/releases/download/$OPENSSL/$OPENSSL.tar.gz; fi
@ -19,7 +19,7 @@ tar -xf ../../../$PCRE.tar.gz || exit 1
cd ../..
cd objs/lib/$OPENSSL || exit 1
patch -p1 < ../../../patches/openssl-3.5.3-sess_set_get_cb_yield.patch || exit 1
patch -p1 < ../../../patches/openssl-3.5.4-sess_set_get_cb_yield.patch || exit 1
cd ../../..
#--with-openssl-opt="no-asm" \

Loading…
Cancel
Save