aboutsummaryrefslogtreecommitdiff
path: root/www/nginx-devel
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade third-party lua module from 0.9.18 to 0.9.19.Sergey A. Osokin2015-11-222-3/+3
| | | | Notes: svn path=/head/; revision=402238
* Upgrade third-party njs module from 8e72a0b to e7ea1a7.Sergey A. Osokin2015-11-202-3/+3
| | | | Notes: svn path=/head/; revision=401984
* Upgrade from 1.9.6 to 1.9.7.Sergey A. Osokin2015-11-182-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | <ChangeLog> *) Feature: the "nohostname" parameter of logging to syslog. *) Feature: the "proxy_cache_convert_head" directive. *) Feature: the $realip_remote_addr in the ngx_http_realip_module. *) Bugfix: the "expires" directive might not work when using variables. *) Bugfix: a segmentation fault might occur in a worker process when using HTTP/2; the bug had appeared in 1.9.6. *) Bugfix: if nginx was built with the ngx_http_v2_module it was possible to use the HTTP/2 protocol even if the "http2" parameter of the "listen" directive was not specified. *) Bugfix: in the ngx_http_v2_module. </ChangeLog> Notes: svn path=/head/; revision=401838
* Upgrade third-party ldap module from 928856aa95 to be8ff8eecb.Sergey A. Osokin2015-11-122-3/+3
| | | | Notes: svn path=/head/; revision=401317
* Upgrade third-party modules:Sergey A. Osokin2015-11-105-42/+26
| | | | | | | | | | | | | | | | o) lua from 0.9.16 to 0.9.18; o) memc from 0.15 to 0.16; o) postgres from 1.0rc5 to 1.0rc7; o) rds-csv from 0.05 to 0.07. o) rds-json from 0.13 to 0.14; o) redis2 from 0.11 to 0.12; o) set-misc from 0.28 to 0.29; Remove needless patch for third-party postgres module, change has been added to the upstream. Notes: svn path=/head/; revision=401212
* Upgrade third-party push_module from 0.692 to 0.731.Sergey A. Osokin2015-11-092-6/+7
| | | | | | | Also, the module has been moved to GitHub. Notes: svn path=/head/; revision=401180
* Add experimental HTTP JavaScript module, see https://github.com/nginx/njs ↵Sergey A. Osokin2015-11-092-0/+11
| | | | | | | for details. Notes: svn path=/head/; revision=401179
* Upgrade from 1.9.5 to 1.9.6.Sergey A. Osokin2015-10-272-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <ChangeLog> *) Bugfix: a segmentation fault might occur in a worker process when using HTTP/2. Thanks to Piotr Sikora and Denis Andzakovic. *) Bugfix: the $server_protocol variable was empty when using HTTP/2. *) Bugfix: backend SSL connections in the stream module might be timed out unexpectedly. *) Bugfix: a segmentation fault might occur in a worker process if different ssl_session_cache settings were used in different virtual servers. *) Bugfix: nginx/Windows could not be built with MinGW gcc; the bug had appeared in 1.9.4. Thanks to Kouhei Sutou. *) Bugfix: time was not updated when the timer_resolution directive was used on Windows. *) Miscellaneous minor fixes and improvements. Thanks to Markus Linnala, Kurtis Nusbaum and Piotr Sikora. </ChangeLog> Notes: svn path=/head/; revision=400356
* Upgrade third-party clojure module from 0.4.2 to 0.4.3.Sergey A. Osokin2015-10-262-4/+4
| | | | Notes: svn path=/head/; revision=400172
* Update from 5.0.20 to 5.0.21:Sergey A. Osokin2015-10-243-5/+5
| | | | | | | | o) www/rubygem-passenger; o) third-party passenger modules for www/nginx and www/nginx-devel. Notes: svn path=/head/; revision=400104
* Upgrade third-party naxsi module from 0.50 to 0.54.Sergey A. Osokin2015-10-122-7/+8
| | | | | | | Switch from Google Code to GitHub. Notes: svn path=/head/; revision=399110
* Remove trailing whitespace from Makefiles, M-X.Jimmy Olgeni2015-10-081-1/+1
| | | | Notes: svn path=/head/; revision=398833
* Upgrade from 5.0.18 to 5.0.20:Sergey A. Osokin2015-09-253-7/+7
| | | | | | | | o) www/rubygem-passenger; o) third-party modules for www/nginx and www/nginx-devel. Notes: svn path=/head/; revision=397903
* Upgrade third-party lua module from 0.9.15 to 0.9.16.Sergey A. Osokin2015-09-233-24/+3
| | | | | | | Remove needless patch. Notes: svn path=/head/; revision=397601
* Upgrade from 1.9.4 to 1.9.5.Sergey A. Osokin2015-09-222-26/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Welcome to HTTP/2! SPDY support has been removed. <ChangeLog> *) Feature: the ngx_http_v2_module (replaces ngx_http_spdy_module). Thanks to Dropbox and Automattic for sponsoring this work. *) Change: now the "output_buffers" directive uses two buffers by default. *) Change: now nginx limits subrequests recursion, not simultaneous subrequests. *) Change: now nginx checks the whole cache key when returning a response from cache. Thanks to Gena Makhomed and Sergey Brester. *) Bugfix: "header already sent" alerts might appear in logs when using cache; the bug had appeared in 1.7.5. *) Bugfix: "writev() failed (4: Interrupted system call)" errors might appear in logs when using CephFS and the "timer_resolution" directive on Linux. *) Bugfix: in invalid configurations handling. Thanks to Markus Linnala. *) Bugfix: a segmentation fault occurred in a worker process if the "sub_filter" directive was used at http level; the bug had appeared in 1.9.4. </ChangeLog> Notes: svn path=/head/; revision=397595
* Upgrade from 5.0.16 to 5.0.18:Sergey A. Osokin2015-09-163-5/+5
| | | | | | | | o) www/rubygem-passenger; o) third-party modules for www/nginx and www/nginx-devel. Notes: svn path=/head/; revision=397090
* Upgrade HTTP/2 patch from v4 to v6.Sergey A. Osokin2015-09-162-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | <ChangeLog> 2015-09-11 Version 6 (NGINX 1.9.4) - Sending GOAWAY frame on connection shutdown; - Proper handling of huge response headers using CONTINUATION frames; - Various minor fixes. 2015-09-08 Version 5 (NGINX 1.9.4) - Validation of the request headers; - Improved error handling even more; - Added the http2_max_header_size directive that limits the maximum size of a request headers (16384 bytes by default); - Fixed the default value of the http2_max_field_size directive; - Limited consumption of memory during the HTTP/2 session; - The $request_line variable for HTTP/2 requests now uses "HTTP/2.0" as the version token instead of "HTTP/1.1". </ChangeLog> Notes: svn path=/head/; revision=397089
* Upgrade HTTPv2 patch from version 3 to version 4.Sergey A. Osokin2015-09-072-3/+3
| | | | | | | | | | | | | | <ChangeLog> 2015-08-31 Version 4 (NGINX 1.9.4) - Improved error handling; - Added the http2_max_field_size directive that limits the maximum size of a request header field (4096 bytes by default). </ChangeLog> Notes: svn path=/head/; revision=396241
* Upgrade third-party clojure module from 0.4.1 to 0.4.2.Sergey A. Osokin2015-09-072-4/+3
| | | | | | | While I'm here remove security/shibboleth2-sp as dependency for third-party shibboleth module. Notes: svn path=/head/; revision=396240
* Add third-party shibboleth module, ↵Sergey A. Osokin2015-08-312-0/+13
| | | | | | | | | https://github.com/nginx-shib/nginx-http-shibboleth. Submitted by: Guy Antony Halse <G.halse@ru.ac.za> (via private mail) Notes: svn path=/head/; revision=395733
* Upgrade from 5.0.15 to 5.0.16:Sergey A. Osokin2015-08-273-5/+5
| | | | | | | | o) www/rubygem-passenger; o) third-party modules for www/nginx and www/nginx-devel. Notes: svn path=/head/; revision=395446
* Added 3rd party tarantool upstream module:Veniamin Gvozdikov2015-08-273-0/+31
| | | | | | | | | | | | | | | | Tarantool NginX upstream module - Benefit from nginx features and tarantool features over HTTP(S). - Call tarantool methods via JSON RPC. - Load Balancing with elastic configuration. - Backup and fault tolerance. - Low overhead. PR: ports/202593 Approved by: osa Notes: svn path=/head/; revision=395441
* Upgrade from 1.9.3 to 1.9.4.Sergey A. Osokin2015-08-192-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade HTTP/2 implementation patch from v2 to v3. <ChangeLog> *) Change: the "proxy_downstream_buffer" and "proxy_upstream_buffer" directives of the stream module are replaced with the "proxy_buffer_size" directive. *) Feature: the "tcp_nodelay" directive in the stream module. *) Feature: multiple "sub_filter" directives can be used simultaneously. *) Feature: variables support in the search string of the "sub_filter" directive. *) Workaround: configuration testing might fail under Linux OpenVZ. Thanks to Gena Makhomed. *) Bugfix: old worker processes might hog CPU after reconfiguration with a large number of worker_connections. *) Bugfix: a segmentation fault might occur in a worker process if the "try_files" and "alias" directives were used inside a location given by a regular expression; the bug had appeared in 1.7.1. *) Bugfix: the "try_files" directive inside a nested location given by a regular expression worked incorrectly if the "alias" directive was used in the outer location. *) Bugfix: in hash table initialization error handling. *) Bugfix: nginx could not be built with Visual Studio 2015. </ChangeLog> Notes: svn path=/head/; revision=394814
* Upgrade HTTP/2 patch from v.1 to v.2.Sergey A. Osokin2015-08-142-3/+3
| | | | Notes: svn path=/head/; revision=394262
* Upgrade third-party clojure module from 0.4.0 to 0.4.1.Sergey A. Osokin2015-08-133-30/+5
| | | | Notes: svn path=/head/; revision=394047
* Upgrade from 5.0.14 to 5.0.15:Sergey A. Osokin2015-08-103-5/+5
| | | | | | | | o) www/rubygem-passenger; o) third-party modules for www/nginx and www/nginx-devel. Notes: svn path=/head/; revision=393918
* Add HTTP/2 protocol support.Sergey A. Osokin2015-08-102-0/+19
| | | | | | | Please read http://nginx.org/patches/http2/README.txt for details. Notes: svn path=/head/; revision=393916
* Use luajit instead of lua for third-party modsecurity module, sort list of ↵Sergey A. Osokin2015-08-102-12/+18
| | | | | | | | | dependences for it. PR: 200263 Notes: svn path=/head/; revision=393858
* Upgrade from 5.0.13 to 5.0.14:Sergey A. Osokin2015-07-173-5/+5
| | | | | | | | o) www/rubygem-passenger; o) third-party modules for www/nginx and www/nginx-devel. Notes: svn path=/head/; revision=392328
* Upgrade from 1.9.2 to 1.9.3.Sergey A. Osokin2015-07-142-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <ChangeLog> *) Change: duplicate "http", "mail", and "stream" blocks are now disallowed. *) Feature: connection limiting in the stream module. *) Feature: data rate limiting in the stream module. *) Bugfix: the "zone" directive inside the "upstream" block did not work on Windows. *) Bugfix: compatibility with LibreSSL in the stream module. Thanks to Piotr Sikora. *) Bugfix: in the "--builddir" configure parameter. Thanks to Piotr Sikora. *) Bugfix: the "ssl_stapling_file" directive did not work; the bug had appeared in 1.9.2. Thanks to Faidon Liambotis and Brandon Black. *) Bugfix: a segmentation fault might occur in a worker process if the "ssl_stapling" directive was used; the bug had appeared in 1.9.2. Thanks to Matthew Baldwin. </ChangeLog> Notes: svn path=/head/; revision=392102
* Update third-party KRB5/SPNEGO module to the latest upstream version.Sergey A. Osokin2015-07-103-5/+5
| | | | | | | No cookie for: philip Notes: svn path=/head/; revision=391712
* Upgrade third-party clojure module from 0.3.0 to 0.4.0.Sergey A. Osokin2015-07-053-5/+5
| | | | Notes: svn path=/head/; revision=391378
* Upgrade from 5.0.11 to 5.0.13:Sergey A. Osokin2015-07-043-5/+5
| | | | | | | | o) www/rubygem-passenger; o) third-party modules for www/nginx and www/nginx-devel. Notes: svn path=/head/; revision=391335
* Upgrade third-party headers_more module from 0.26 to 0.261.Sergey A. Osokin2015-07-042-3/+3
| | | | Notes: svn path=/head/; revision=391333
* www/nginx{-deve}: Fix build with HEADERS_MORE optionKubilay Kocak2015-07-032-3/+3
| | | | | | | | | | | | | | | | Upstream apparently re-tagged the v0.26 release, thereby changing the contents of the tarball oftained from github, causing distinfo checksums to become mismatched. This change updates distinfo entries in nginx and nginx-devel to compensate. PR: 201129 Submitted by: Adam Twardowski <adam dot twardowski gmail.com> Approved by: portmgr (blanket) MFH: 2015Q3 Notes: svn path=/head/; revision=391254
* Upgrade from 5.0.10 to 5.0.11:Sergey A. Osokin2015-07-013-5/+5
| | | | | | | | o) www/rubygem-passenger; o) third-party modules for www/nginx and www/nginx-devel. Notes: svn path=/head/; revision=391039
* Be more accurate with tmpdir removal and remove only empty tmpdir.Sergey A. Osokin2015-06-252-1/+3
| | | | | | | | | | | | Cause otherwise removal non-empty tmpdir breaks running nginx instance. Bump PORTREVISION. PR: 201045 Tested by: grembo Notes: svn path=/head/; revision=390602
* Upgrade third-party fancyindex module from 0.3.4 to 0.3.5.Sergey A. Osokin2015-06-212-3/+3
| | | | Notes: svn path=/head/; revision=390268
* Upgrade from 1.9.1 to 1.9.2.Sergey A. Osokin2015-06-162-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <ChangeLog> *) Feature: the "backlog" parameter of the "listen" directives of the mail proxy and stream modules. *) Feature: the "allow" and "deny" directives in the stream module. *) Feature: the "proxy_bind" directive in the stream module. *) Feature: the "proxy_protocol" directive in the stream module. *) Feature: the -T switch. *) Feature: the REQUEST_SCHEME parameter added to the fastcgi.conf, fastcgi_params, scgi_params, and uwsgi_params standard configuration files. *) Bugfix: the "reuseport" parameter of the "listen" directive of the stream module did not work. *) Bugfix: OCSP stapling might return an expired OCSP response in some cases. </ChangeLog> Notes: svn path=/head/; revision=389862
* Add third-party clojure module, version 0.3.0.Sergey A. Osokin2015-06-143-0/+49
| | | | Notes: svn path=/head/; revision=389626
* Add third-party ajp module.Sergey A. Osokin2015-06-132-0/+12
| | | | Notes: svn path=/head/; revision=389483
* Add third-party statsd module.Sergey A. Osokin2015-06-132-0/+12
| | | | | | | PR: 178799 Notes: svn path=/head/; revision=389481
* Add third-party dynamic_upstream module, version 0.1.0.Sergey A. Osokin2015-06-132-0/+17
| | | | Notes: svn path=/head/; revision=389478
* Add third-party SPNEGO authentication module.Sergey A. Osokin2015-06-133-0/+28
| | | | | | | PR: 192904 Notes: svn path=/head/; revision=389476
* Fix digest authentication fail on URLs with a querystring for third-party ↵Sergey A. Osokin2015-06-132-0/+31
| | | | | | | | | http_auth_digest module. PR: 199758 Notes: svn path=/head/; revision=389474
* Add third-party small_light module, version 0.6.9.Sergey A. Osokin2015-06-132-0/+18
| | | | | | | PR: 185816 Notes: svn path=/head/; revision=389470
* Welcome back third-party upload module.Sergey A. Osokin2015-06-132-0/+12
| | | | | | | PR: 200809 Notes: svn path=/head/; revision=389307
* Upgrade from 5.0.9 to 5.0.10:Sergey A. Osokin2015-06-123-5/+5
| | | | | | | | o) www/rubygem-passenger; o) third-party modules for www/nginx and www/nginx-devel. Notes: svn path=/head/; revision=389257
* Upgrade from 5.0.8 to 5.0.9:Sergey A. Osokin2015-06-053-5/+5
| | | | | | | | o) www/rubygem-passenger; o) third-party modules for www/nginx and www/nginx-devel. Notes: svn path=/head/; revision=388563
* Update the optional (defaults to off) ldap authentication module to a morePeter Wemm2015-06-022-6/+7
| | | | | | | | | | | | recent version. Of particular importance is that the old one connected/disconnected to the ldap server for every single URL being served while this one has a configurable cache. PR: 200550 Reviewed by: osa Notes: svn path=/head/; revision=388308