| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=402238
|
|
|
|
| |
Notes:
svn path=/head/; revision=401984
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
<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
|
|
|
|
| |
Notes:
svn path=/head/; revision=401317
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Also, the module has been moved to GitHub.
Notes:
svn path=/head/; revision=401180
|
|
|
|
|
|
|
| |
for details.
Notes:
svn path=/head/; revision=401179
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
<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
|
|
|
|
| |
Notes:
svn path=/head/; revision=400172
|
|
|
|
|
|
|
|
| |
o) www/rubygem-passenger;
o) third-party passenger modules for www/nginx and www/nginx-devel.
Notes:
svn path=/head/; revision=400104
|
|
|
|
|
|
|
| |
Switch from Google Code to GitHub.
Notes:
svn path=/head/; revision=399110
|
|
|
|
| |
Notes:
svn path=/head/; revision=398833
|
|
|
|
|
|
|
|
| |
o) www/rubygem-passenger;
o) third-party modules for www/nginx and www/nginx-devel.
Notes:
svn path=/head/; revision=397903
|
|
|
|
|
|
|
| |
Remove needless patch.
Notes:
svn path=/head/; revision=397601
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
o) www/rubygem-passenger;
o) third-party modules for www/nginx and www/nginx-devel.
Notes:
svn path=/head/; revision=397090
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
<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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
<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
|
|
|
|
|
|
|
| |
While I'm here remove security/shibboleth2-sp as dependency for third-party shibboleth module.
Notes:
svn path=/head/; revision=396240
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
o) www/rubygem-passenger;
o) third-party modules for www/nginx and www/nginx-devel.
Notes:
svn path=/head/; revision=395446
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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 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
|
|
|
|
| |
Notes:
svn path=/head/; revision=394262
|
|
|
|
| |
Notes:
svn path=/head/; revision=394047
|
|
|
|
|
|
|
|
| |
o) www/rubygem-passenger;
o) third-party modules for www/nginx and www/nginx-devel.
Notes:
svn path=/head/; revision=393918
|
|
|
|
|
|
|
| |
Please read http://nginx.org/patches/http2/README.txt for details.
Notes:
svn path=/head/; revision=393916
|
|
|
|
|
|
|
|
|
| |
dependences for it.
PR: 200263
Notes:
svn path=/head/; revision=393858
|
|
|
|
|
|
|
|
| |
o) www/rubygem-passenger;
o) third-party modules for www/nginx and www/nginx-devel.
Notes:
svn path=/head/; revision=392328
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
<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
|
|
|
|
|
|
|
| |
No cookie for: philip
Notes:
svn path=/head/; revision=391712
|
|
|
|
| |
Notes:
svn path=/head/; revision=391378
|
|
|
|
|
|
|
|
| |
o) www/rubygem-passenger;
o) third-party modules for www/nginx and www/nginx-devel.
Notes:
svn path=/head/; revision=391335
|
|
|
|
| |
Notes:
svn path=/head/; revision=391333
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
o) www/rubygem-passenger;
o) third-party modules for www/nginx and www/nginx-devel.
Notes:
svn path=/head/; revision=391039
|
|
|
|
|
|
|
|
|
|
|
|
| |
Cause otherwise removal non-empty tmpdir breaks running nginx instance.
Bump PORTREVISION.
PR: 201045
Tested by: grembo
Notes:
svn path=/head/; revision=390602
|
|
|
|
| |
Notes:
svn path=/head/; revision=390268
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
<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
|
|
|
|
| |
Notes:
svn path=/head/; revision=389626
|
|
|
|
| |
Notes:
svn path=/head/; revision=389483
|
|
|
|
|
|
|
| |
PR: 178799
Notes:
svn path=/head/; revision=389481
|
|
|
|
| |
Notes:
svn path=/head/; revision=389478
|
|
|
|
|
|
|
| |
PR: 192904
Notes:
svn path=/head/; revision=389476
|
|
|
|
|
|
|
|
|
| |
http_auth_digest module.
PR: 199758
Notes:
svn path=/head/; revision=389474
|
|
|
|
|
|
|
| |
PR: 185816
Notes:
svn path=/head/; revision=389470
|
|
|
|
|
|
|
| |
PR: 200809
Notes:
svn path=/head/; revision=389307
|
|
|
|
|
|
|
|
| |
o) www/rubygem-passenger;
o) third-party modules for www/nginx and www/nginx-devel.
Notes:
svn path=/head/; revision=389257
|
|
|
|
|
|
|
|
| |
o) www/rubygem-passenger;
o) third-party modules for www/nginx and www/nginx-devel.
Notes:
svn path=/head/; revision=388563
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|