mirror of
https://github.com/openresty/openresty.git
synced 2024-10-13 00:29:41 +00:00
win32/win64: downgraded openssl from 1.1.1e to 1.1.1d since the former has known issues.
This commit is contained in:
@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
PCRE=pcre-8.44
|
PCRE=pcre-8.44
|
||||||
ZLIB=zlib-1.2.11
|
ZLIB=zlib-1.2.11
|
||||||
OPENSSL=openssl-1.1.1e
|
OPENSSL=openssl-1.1.1d
|
||||||
JOBS=12
|
JOBS=12
|
||||||
|
|
||||||
# wget https://www.openssl.org/source/openssl-1.1.1e.tar.gz
|
# wget https://www.openssl.org/source/openssl-1.1.1d.tar.gz
|
||||||
# wget http://zlib.net/zlib-1.2.11.tar.gz
|
# wget http://zlib.net/zlib-1.2.11.tar.gz
|
||||||
# wget https://ftp.pcre.org/pub/pcre/pcre-8.44.tar.gz
|
# wget https://ftp.pcre.org/pub/pcre/pcre-8.44.tar.gz
|
||||||
|
|
||||||
@ -20,7 +20,8 @@ cd ../..
|
|||||||
|
|
||||||
cd objs/lib/$OPENSSL || exit 1
|
cd objs/lib/$OPENSSL || exit 1
|
||||||
#patch -p1 < ../../../patches/openssl-1.1.0j-parallel_build_fix.patch || exit 1
|
#patch -p1 < ../../../patches/openssl-1.1.0j-parallel_build_fix.patch || exit 1
|
||||||
patch -p1 < ../../../patches/openssl-1.1.1e-sess_set_get_cb_yield.patch \
|
patch -p1 < ../../../patches/openssl-1.1.1c-sess_set_get_cb_yield.patch \
|
||||||
|
#patch -p1 < ../../../patches/openssl-1.1.1e-sess_set_get_cb_yield.patch \
|
||||||
|| exit 1
|
|| exit 1
|
||||||
cd ../../..
|
cd ../../..
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user