1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00

Update to 0.5.29.

<ChangeLog>

*) Feature: the $args variable can be set with the "set"
   directive.

*) Feature: the $is_args variable.

*) Bugfix: if a client has closed connection to mail proxy
   then nginx might not close connection to backend.

*) Bugfix: now nginx escapes space in $memcached_key
   variable.

*) Bugfix: a segmentation fault might occur in worker
   process when the HTTPS protocol was used in the
   "proxy_pass" directive.

*) Bugfix: the perl $$ variable value in ngx_http_perl_module
   was equal to the master process identification number.

*) Bugfix: fix building on Solaris/amd64 by Sun Studio 11
   and early versions; bug appeared in 0.5.29.

</ChangeLog>
This commit is contained in:
Sergey A. Osokin 2007-07-30 10:45:23 +00:00
parent d33a4c620d
commit e45c2bb0af
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=196706
2 changed files with 4 additions and 4 deletions

View File

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

View File

@ -1,3 +1,3 @@
MD5 (nginx-0.5.29.tar.gz) = a7b21033b22cff980614c46700fda13f
SHA256 (nginx-0.5.29.tar.gz) = 41c8491ec6401abb9c78d17566db62644c2c27bc4ad5ec5b31e41e7e9e7b0705
SIZE (nginx-0.5.29.tar.gz) = 473183
MD5 (nginx-0.5.30.tar.gz) = 804cf3d6583fe820de42c5e7c50d7a1a
SHA256 (nginx-0.5.30.tar.gz) = d10047252cfaa4844a664e3cb22898dd469c95ebb6f2d05977e03d1bdaae214b
SIZE (nginx-0.5.30.tar.gz) = 474071