mirror of
https://github.com/openresty/openresty.git
synced 2024-10-13 00:29:41 +00:00
bugfix: applied a patch to fix a bug in the standard ngx_geoip module where its nginx variables like $geoip_latitude might randomly take empty values when they should take perfect values. see http://mailman.nginx.org/pipermail/nginx-devel/2014-July/005642.html
This commit is contained in:
@ -220,6 +220,10 @@ echo "$info_txt applying the proxy_ssl_handshake_timer patch for nginx $ver"
|
||||
patch -p1 < $root/patches/nginx-$ver-proxy_ssl_handshake_timer.patch || exit 1
|
||||
echo
|
||||
|
||||
echo "$info_txt applying the geoip_init_var_fields patch for nginx $ver"
|
||||
patch -p1 < $root/patches/nginx-$ver-geoip_init_var_fields.patch || exit 1
|
||||
echo
|
||||
|
||||
answer=`$root/util/ver-ge "$main_ver" 1.4.4`
|
||||
if [ "$answer" = "N" ]; then
|
||||
echo "$info_txt applying the CVE-2013-4547 patch for nginx $ver"
|
||||
|
Reference in New Issue
Block a user