mirror of
https://github.com/openresty/openresty.git
synced 2024-10-13 00:29:41 +00:00
upgraded the nginx core to 1.2.3; also bumped the version number to 1.2.3.1rc1.
This commit is contained in:
@ -73,7 +73,7 @@ patch -p1 < $root/patches/nginx-$main_ver-log_escape_non_ascii.patch || exit 1
|
||||
#echo applying filter_finalize_hang.patch ...
|
||||
#patch -p1 < $root/patches/nginx-$main_ver-filter_finalize_hang.patch || exit 1
|
||||
|
||||
answer=`$root/util/ver-ge "$main_ver" 1.3.4`
|
||||
answer=`$root/util/ver-ge "$main_ver" 1.2.3`
|
||||
if [ "$answer" = "N" ]; then
|
||||
echo applying add_core_vars_polluting_globals.patch ...
|
||||
patch -p1 < $root/patches/nginx-$main_ver-add_core_vars_polluting_globals.patch || exit 1
|
||||
|
Reference in New Issue
Block a user