From 67b2f5dfd55f03ee01d568a4c318edaf9354d17c Mon Sep 17 00:00:00 2001 From: "Sergey A. Osokin" Date: Wed, 21 Mar 2018 23:13:57 +0000 Subject: Upgrade from 1.13.9 to 1.13.10. Upgrade third-party modules to their recent version. *) Feature: the "set" parameter of the "include" SSI directive now allows writing arbitrary responses to a variable; the "subrequest_output_buffer_size" directive defines maximum response size. *) Feature: now nginx uses clock_gettime(CLOCK_MONOTONIC) if available, to avoid timeouts being incorrectly triggered on system time changes. *) Feature: the "escape=none" parameter of the "log_format" directive. Thanks to Johannes Baiter and Calin Don. *) Feature: the $ssl_preread_alpn_protocols variable in the ngx_stream_ssl_preread_module. *) Feature: the ngx_http_grpc_module. *) Bugfix: in memory allocation error handling in the "geo" directive. *) Bugfix: when using variables in the "auth_basic_user_file" directive a null character might appear in logs. Thanks to Vadim Filimonov. --- www/nginx-devel/files/extra-patch-passenger-build-nginx.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/nginx-devel/files') diff --git a/www/nginx-devel/files/extra-patch-passenger-build-nginx.rb b/www/nginx-devel/files/extra-patch-passenger-build-nginx.rb index aec25007bcf0..1c87a5e2a183 100644 --- a/www/nginx-devel/files/extra-patch-passenger-build-nginx.rb +++ b/www/nginx-devel/files/extra-patch-passenger-build-nginx.rb @@ -1,5 +1,5 @@ ---- ../passenger-5.1.12/build/nginx.rb.orig 2013-10-26 18:00:00.000000000 -0400 -+++ ../passenger-5.1.12/build/nginx.rb 2016-05-09 18:21:22.426777000 -0400 +--- ../passenger-5.2.1/build/nginx.rb.orig 2013-10-26 18:00:00.000000000 -0400 ++++ ../passenger-5.2.1/build/nginx.rb 2016-05-09 18:21:22.426777000 -0400 @@ -33,13 +33,12 @@ desc "Build Nginx support files" task :nginx => [ -- cgit v1.2.3