diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2018-08-05 16:45:50 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2018-08-05 16:45:50 +0000 |
commit | 5b5f8e8c9fe6e95dd82aba300196b0e5e1b90a1b (patch) | |
tree | bdf8a4bf34af37e91dc3bb629de29549130ac8a9 /www/nginx-devel/files/extra-patch-passenger-build-nginx.rb | |
parent | Update `graphics/embree' to version 2.17.5: (diff) |
Upgrade passenger and its third-party modules for www/nginx and
www/nginx-devel from 5.3.3 to 5.3.4.
PR: 229392
<ChangeLog>
* Fixes a crash during startup on FreeBSD 11.2 and recent OpenBSD versions
due to C++11 compatibility issues in the code. Closes GH-2097.
* Updates Boost to version 1.67.0.
* [Apache] Fixes the handling of HTTP requests with chunked bodies in
combination with `PassengerBufferUploads off`. Closes GH-2102.
</ChangeLog>
Notes
Notes:
svn path=/head/; revision=476419
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 ceb848626153..b40b0b506b39 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.3.3/build/nginx.rb.orig 2013-10-26 18:00:00.000000000 -0400 -+++ ../passenger-5.3.3/build/nginx.rb 2016-05-09 18:21:22.426777000 -0400 +--- ../passenger-5.3.4/build/nginx.rb.orig 2013-10-26 18:00:00.000000000 -0400 ++++ ../passenger-5.3.4/build/nginx.rb 2016-05-09 18:21:22.426777000 -0400 @@ -33,13 +33,12 @@ desc "Build Nginx support files" task :nginx => [ |