Update from 1.0.12 to 1.0.13.
<ChangeLog> *) Feature: the "return" and "error_page" directives can now be used to return 307 redirections. *) Bugfix: a segmentation fault might occur in a worker process if the "resolver" directive was used and there was no "error_log" directive specified at global level. Thanks to Roman Arutyunyan. *) Bugfix: memory leaks. Thanks to Lanshun Zhou. *) Bugfix: nginx might log incorrect error "upstream prematurely closed connection" instead of correct "upstream sent too big header" one. Thanks to Feibo Li. *) Bugfix: on ZFS filesystem disk cache size might be calculated incorrectly; the bug had appeared in 1.0.1. *) Bugfix: the number of internal redirects to named locations was not limited. *) Bugfix: temporary files might be not removed if the "proxy_store" directive was used with SSI includes. *) Bugfix: in some cases non-cacheable variables (such as the $args variable) returned old empty cached value. *) Bugfix: the "proxy_redirect" directives might be inherited incorrectly. *) Bugfix: nginx could not be built with the ngx_http_perl_module if the --with-openssl option was used. *) Bugfix: nginx could not be built by the icc 12.1 compiler. </ChangeLog>
This commit is contained in:
parent
6a23e6e1ce
commit
051ad072b6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=292754
2 changed files with 3 additions and 4 deletions
|
@ -6,8 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= nginx
|
||||
PORTVERSION= 1.0.12
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.0.13
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://nginx.org/download/
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SHA256 (nginx-1.0.12.tar.gz) = ba98242ed35086aa0df95441a860353ec1ecb95cd112f248f9a8ef368262332b
|
||||
SIZE (nginx-1.0.12.tar.gz) = 691002
|
||||
SHA256 (nginx-1.0.13.tar.gz) = be9fef6d4b4626e6f026467244eb9ea20d995d0bae908235609e1a29d61e9f86
|
||||
SIZE (nginx-1.0.13.tar.gz) = 692179
|
||||
SHA256 (giom-nginx_accept_language_module-02262ce.tar.gz) = 3191f4caa70d9a8942c4f10b6abaaa96af451991d4b5e1e3d7b991376b00bf0c
|
||||
SIZE (giom-nginx_accept_language_module-02262ce.tar.gz) = 3398
|
||||
SHA256 (nginx-accesskey-2.0.3.tar.gz) = d9e94321e78a02de16c57f3e048fd31059fd8116ed03d6de7180f435c52502b1
|
||||
|
|
Loading…
Reference in a new issue