|
|
@@ -23,7 +23,7 @@ su - jsproxy
|
|
|
```bash
|
|
|
cd $(mktemp -d)
|
|
|
|
|
|
-curl -O https://www.openssl.org/source/openssl-1.1.1b.tar.gz
|
|
|
+curl -O https://www.openssl.org/source/openssl-1.1.1d.tar.gz
|
|
|
tar zxf openssl-*
|
|
|
|
|
|
curl -O https://ftp.pcre.org/pub/pcre/pcre-8.43.tar.gz
|
|
|
@@ -32,14 +32,14 @@ tar zxf pcre-*
|
|
|
curl -O https://zlib.net/zlib-1.2.11.tar.gz
|
|
|
tar zxf zlib-*
|
|
|
|
|
|
-curl -O https://openresty.org/download/openresty-1.15.8.1.tar.gz
|
|
|
+curl -O https://openresty.org/download/openresty-1.15.8.2.tar.gz
|
|
|
tar zxf openresty-*
|
|
|
cd openresty-*
|
|
|
|
|
|
export PATH=$PATH:/sbin
|
|
|
|
|
|
./configure \
|
|
|
- --with-openssl=../openssl-1.1.1b \
|
|
|
+ --with-openssl=../openssl-1.1.1d \
|
|
|
--with-pcre=../pcre-8.43 \
|
|
|
--with-zlib=../zlib-1.2.11 \
|
|
|
--with-http_v2_module \
|