Commit graph

6 commits

Author SHA1 Message Date
imil
a91c5dc99e Updated to version 1.5.0 - fixes CVE-2013-2028 2013-05-07 14:08:51 +00:00
imil
1bd07e9ce4 Added SPDY option, only affects nginx-devel 2013-04-19 07:26:24 +00:00
imil
135a3acc23 Changes with nginx 1.3.16
*) Bugfix: a segmentation fault might occur in a worker process if
       subrequests were used; the bug had appeared in 1.3.9.

    *) Bugfix: the "tcp_nodelay" directive caused an error if a WebSocket
       connection was proxied into a unix domain socket.

    *) Bugfix: the $upstream_response_length variable has an incorrect value
       "0" if buffering was not used.
       Thanks to Piotr Sikora.

    *) Bugfix: in the eventport and /dev/poll methods.
2013-04-17 19:57:38 +00:00
imil
a14d38899e Changes with nginx 1.3.14 05 Mar 2013
*) Feature: $connections_active, $connections_reading, and
       $connections_writing variables in the ngx_http_stub_status_module.

    *) Feature: support of WebSocket connections in the
       ngx_http_uwsgi_module and ngx_http_scgi_module.

    *) Bugfix: in virtual servers handling with SNI.

    *) Bugfix: new sessions were not always stored if the "ssl_session_cache
       shared" directive was used and there was no free space in shared
       memory.
       Thanks to Piotr Sikora.

    *) Bugfix: multiple X-Forwarded-For headers were handled incorrectly.
       Thanks to Neal Poole for sponsoring this work.

    *) Bugfix: in the ngx_http_mp4_module.
       Thanks to Gernot Vormayr.
2013-03-05 15:34:13 +00:00
imil
0942955693 Updated DESCR with more recent figures. 2013-02-24 09:43:42 +00:00
imil
a7bb98d5a8 Initial import of nginx-devel, version 1.3.13, into the NetBSD Packages
Collection.

nginx (pronounced "engine X") is a lightweight web (HTTP) server/reverse proxy
and mail (IMAP/POP3) proxy written by Igor Sysoev.

nginx has been running for more than three years on many heavily loaded Russian
sites including Rambler (RamblerMedia.com).  In March 2007 about 20% of all
Russian virtual hosts were served or proxied by nginx.  According to Google
Online Security Blog nginx serves or proxies about 4% of all Internet virtual
hosts, although Netcraft shows much less percent.

The sources are licensed under a BSD-like license.
2013-02-22 17:06:54 +00:00