mirror of
https://github.com/openresty/openresty.git
synced 2024-10-13 00:29:41 +00:00
bugfix: applied the check-uri-and-headers-safety patch to ngx_http_lua v0.10.15.
This commit is contained in:
@ -505,6 +505,13 @@ $root/util/get-tarball "https://github.com/openresty/lua-nginx-module/archive/v$
|
||||
tar -xzf lua-nginx-module-$ver.tar.gz || exit 1
|
||||
mv lua-nginx-module-$ver ngx_lua-$ver || exit 1
|
||||
|
||||
cd ngx_lua-$ver || exit 1
|
||||
|
||||
echo "applying ngx_http_lua-$ver-check-uri-and-headers-safety patch"
|
||||
patch -p1 < $root/patches/ngx_http_lua-$ver-check-uri-and-headers-safety.patch || exit 1
|
||||
|
||||
cd .. || exit 1
|
||||
|
||||
#################################
|
||||
|
||||
ver=0.07
|
||||
|
Reference in New Issue
Block a user