Update from 0.7.11 to 0.7.13.

<ChangeLog>

Changes with nginx 0.7.13

*) Bugfix: nginx could not be built on Linux and Solaris; the bug had
   appeared in 0.7.12.

Changes with nginx 0.7.12

*) Feature: the "server_name" directive supports empty name "".

*) Feature: the "gzip_disable" directive supports special "msie6" mask.

*) Bugfix: if the "max_fails=0" parameter was used in upstream with
   several servers, then a worker process exited on a SIGFPE signal.
   Thanks to Maxim Dounin.

*) Bugfix: a request body was dropped while redirection via an
   "error_page" directive.

*) Bugfix: a full response was returned for request method HEAD while
   redirection via an "error_page" directive.

*) Bugfix: the $r->header_in() method did not return value of the
   "Host", "User-Agent", and "Connection" request header lines; the bug
   had appeared in 0.7.0.

</ChangeLog>
This commit is contained in:
Sergey A. Osokin 2008-08-27 08:15:21 +00:00
parent b9221453a6
commit f72157059d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=219286
2 changed files with 4 additions and 4 deletions

View file

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

View file

@ -1,3 +1,3 @@
MD5 (nginx-0.7.11.tar.gz) = ddf04fc95d96cc88db61bd5c5839c1d6
SHA256 (nginx-0.7.11.tar.gz) = 3cea154280c76a8f591ec6e61862a83953caed54e24f62856dfa8cbfa89621b7
SIZE (nginx-0.7.11.tar.gz) = 543881
MD5 (nginx-0.7.13.tar.gz) = 966c0951433f5edf7bb42aa70fabbc29
SHA256 (nginx-0.7.13.tar.gz) = 24dca7ae851411eeb1597f97d44648eaa7b515216b327a7d061cc37498b25180
SIZE (nginx-0.7.13.tar.gz) = 543938