mirror of
https://github.com/openresty/openresty.git
synced 2024-10-13 00:29:41 +00:00
Compare commits
5 Commits
close_fd
...
v1.21.4.1r
Author | SHA1 | Date | |
---|---|---|---|
e699097b04 | |||
74d747d9b4 | |||
733ab1d043 | |||
4082fb0d1d | |||
fb254e1ff6 |
344
t/000-sanity.t
344
t/000-sanity.t
File diff suppressed because it is too large
Load Diff
@ -58,10 +58,13 @@ GET /t
|
||||
[error]
|
||||
--- grep_error_log eval: qr/\[debug\] .*? closing unused fd:\d+ listening on 127\.0\.0\.\d+:12345/
|
||||
--- grep_error_log_out eval
|
||||
qr/\[debug\] .*? closing unused fd:\d+ listening on 127\.0\.0\.1:12345
|
||||
qr/(\[debug\] .*? closing unused fd:\d+ listening on 127\.0\.0\.1:12345
|
||||
\[debug\] .*? closing unused fd:\d+ listening on 127\.0\.0\.2:12345
|
||||
\[debug\] .*? closing unused fd:\d+ listening on 127\.0\.0\.1:12345
|
||||
\[debug\] .*? closing unused fd:\d+ listening on 127\.0\.0\.2:12345)|(\[debug\] .*? closing unused fd:\d+ listening on 127\.0\.0\.1:12345
|
||||
\[debug\] .*? closing unused fd:\d+ listening on 127\.0\.0\.1:12345
|
||||
\[debug\] .*? closing unused fd:\d+ listening on 127\.0\.0\.2:12345
|
||||
\[debug\] .*? closing unused fd:\d+ listening on 127\.0\.0\.2:12345)
|
||||
/
|
||||
|
||||
|
||||
|
@ -1,12 +1,12 @@
|
||||
#!/bin/bash
|
||||
|
||||
PCRE=pcre-8.44
|
||||
ZLIB=zlib-1.2.11
|
||||
OPENSSL=openssl-1.1.1m
|
||||
ZLIB=zlib-1.2.12
|
||||
OPENSSL=openssl-1.1.1n
|
||||
JOBS=12
|
||||
|
||||
# wget https://www.openssl.org/source/openssl-1.1.1l.tar.gz
|
||||
# wget http://zlib.net/zlib-1.2.11.tar.gz
|
||||
# wget https://www.openssl.org/source/openssl-1.1.1n.tar.gz
|
||||
# wget http://zlib.net/zlib-1.2.12.tar.gz
|
||||
# wget https://ftp.pcre.org/pub/pcre/pcre-8.44.tar.gz
|
||||
|
||||
rm -rf objs || exit 1
|
||||
|
@ -707,7 +707,7 @@ mv openresty-opm-* opm-$ver || exit 1
|
||||
|
||||
#################################
|
||||
|
||||
ver=2.1-20220310
|
||||
ver=2.1-20220411
|
||||
$root/util/get-tarball "https://github.com/openresty/luajit2/archive/v$ver.tar.gz" -O "LuaJIT-$ver.tar.gz" || exit 1
|
||||
tar -xzf LuaJIT-$ver.tar.gz || exit 1
|
||||
mv luajit2-* LuaJIT-$ver || exit 1
|
||||
|
Reference in New Issue
Block a user