Update from 0.8.29 to 0.8.30.
<ChangeLog> *) Change: now the default buffer size of the "large_client_header_buffers" directive is 8K. Thanks to Andrew Cholakian. *) Feature: the conf/fastcgi.conf for simple FastCGI configurations. *) Bugfix: nginx/Windows tried to rename a temporary file twice if the file should replace an already existent file. *) Bugfix: of "double free or corruption" error issued if host could not be resolved; the bug had appeared in 0.8.22. Thanks to Konstantin Svist. *) Bugfix: in libatomic usage on some platforms. Thanks to W-Mark Kubacki. </ChangeLog>
This commit is contained in:
parent
abc48fbb70
commit
174226940b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=245891
2 changed files with 4 additions and 4 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= nginx
|
||||
PORTVERSION= 0.8.29
|
||||
PORTVERSION= 0.8.30
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://sysoev.ru/nginx/
|
||||
MASTER_SITES+= ${MASTER_SITE_LOCAL}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
MD5 (nginx-0.8.29.tar.gz) = e1d85772350b7c44237d32ca6c132426
|
||||
SHA256 (nginx-0.8.29.tar.gz) = 64d96f6b37a1b38a21a819d28f7f57e9b1b5de319bc4d1f1907be8e5bdd1d631
|
||||
SIZE (nginx-0.8.29.tar.gz) = 617202
|
||||
MD5 (nginx-0.8.30.tar.gz) = d2195557f0b3d1626cb8b8daff4489c1
|
||||
SHA256 (nginx-0.8.30.tar.gz) = ed79a8201299ae90181d4623004ed5329054e3a78291e5e416a9341e036353d5
|
||||
SIZE (nginx-0.8.30.tar.gz) = 617971
|
||||
MD5 (nginx-accesskey-2.0.3.tar.gz) = 9b5304346d5139b1841f5baa01ab0cbe
|
||||
SHA256 (nginx-accesskey-2.0.3.tar.gz) = d9e94321e78a02de16c57f3e048fd31059fd8116ed03d6de7180f435c52502b1
|
||||
SIZE (nginx-accesskey-2.0.3.tar.gz) = 2632
|
||||
|
|
Loading…
Reference in a new issue