Update from 0.6.33 to 0.6.34.

Remove needless patch introduced in previous commit.

<ChangeLog>

*) Change: now the EAGAIN error returned by connect() is not considered
   as temporary error.

*) Change: now the "gzip_vary" directive turned on issues a
   "Vary: Accept-Encoding" header line for uncompressed responses too.

*) Feature: the "expires" directive supports daily time.

*) Feature: the "Expect" request header line support.

*) Feature: now the "rewrite" directive does a redirect automatically
   if the "https://" protocol is used.

*) Bugfix: the "listen" directive parameters such as "backlog",
   "rcvbuf", etc. were not set, if a default server was not the first
   one.

*) Bugfix: the "log_not_found" directive did not work for index files
   tests.

*) Bugfix: now if FastCGI server sends a "Location" header line without
   status line, then nginx uses 302 status code.
   Thanks to Maxim Dounin.

*) Bugfix: the ngx_http_flv_module did not support several values in a
   query string.

*) Bugfix: when a request to a directory was redirected with the slash
   added, nginx dropped a query string from the original request.

</ChangeLog>
This commit is contained in:
Sergey A. Osokin 2008-12-03 08:53:19 +00:00
parent fd1001566d
commit ea67b9a954
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=223721
2 changed files with 4 additions and 4 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= nginx
PORTVERSION= 0.6.33
PORTVERSION= 0.6.34
CATEGORIES= www
MASTER_SITES= http://sysoev.ru/nginx/
MASTER_SITES+= ${MASTER_SITE_LOCAL}

View file

@ -1,3 +1,3 @@
MD5 (nginx-0.6.33.tar.gz) = 36d7a2ae7204a7ba0cd7625c4ccdba68
SHA256 (nginx-0.6.33.tar.gz) = f21b5923b51b799fc91292e513ec965239189f5ad2936bd88a18b0a807c49613
SIZE (nginx-0.6.33.tar.gz) = 523162
MD5 (nginx-0.6.34.tar.gz) = 837bcfb88bdc6b6efc4e63979c9c7b41
SHA256 (nginx-0.6.34.tar.gz) = b98b6ff0dfe969d50a09d972026f7f81a28ced7ca2caf8f93499a0dd23e43125
SIZE (nginx-0.6.34.tar.gz) = 524667