diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2018-04-08 21:11:08 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2018-04-08 21:11:08 +0000 |
commit | e367d02af35a562b9efa4a0c0bc681ed3e7fdd02 (patch) | |
tree | 27c42f9c6ee1a83fbfb0f5341c1685546264096a /www/nginx-devel/files/extra-patch-passenger-build-nginx.rb | |
parent | Upgrade from 5.2.1 to the recent version 5.2.3. (diff) |
Upgrade from 1.13.10 to 1.13.11.
While I'm here upgrade next third-party modules to their
recent version:
o) passenger;
o) njs.
<ChangeLog>
*) Feature: the "proxy_protocol" parameter of the "listen" directive now
supports the PROXY protocol version 2.
*) Bugfix: nginx could not be built with OpenSSL 1.1.1 statically on
Linux.
*) Bugfix: in the "http_404", "http_500", etc. parameters of the
"proxy_next_upstream" directive.
</ChangeLog>
Notes
Notes:
svn path=/head/; revision=466832
Diffstat (limited to 'www/nginx-devel/files/extra-patch-passenger-build-nginx.rb')
-rw-r--r-- | www/nginx-devel/files/extra-patch-passenger-build-nginx.rb | 4 |
1 files changed, 2 insertions, 2 deletions
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 1c87a5e2a183..8e821fd17e5c 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.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 +--- ../passenger-5.2.3/build/nginx.rb.orig 2013-10-26 18:00:00.000000000 -0400 ++++ ../passenger-5.2.3/build/nginx.rb 2016-05-09 18:21:22.426777000 -0400 @@ -33,13 +33,12 @@ desc "Build Nginx support files" task :nginx => [ |