Update from 1.5.7 to 1.5.8.
<ChangeLog> *) Feature: IPv6 support in resolver. *) Feature: the "listen" directive supports the "fastopen" parameter. Thanks to Mathew Rodley. *) Feature: SSL support in the ngx_http_uwsgi_module. Thanks to Roberto De Ioris. *) Feature: vim syntax highlighting scripts were added to contrib. Thanks to Evan Miller. *) Bugfix: a timeout might occur while reading client request body in an SSL connection using chunked transfer encoding. *) Bugfix: the "master_process" directive did not work correctly in nginx/Windows. *) Bugfix: the "setfib" parameter of the "listen" directive might not work. *) Bugfix: in the ngx_http_spdy_module. </ChangeLog>
This commit is contained in:
parent
6461725e81
commit
f9e062196a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=339677
2 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= nginx
|
||||
PORTVERSION= 1.5.7
|
||||
PORTVERSION= 1.5.8
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://nginx.org/download/
|
||||
MASTER_SITES+= ${MASTER_SITE_LOCAL}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SHA256 (nginx-1.5.7.tar.gz) = 96a5ac866323e4fef502e774d098b445dd898e44cdaea6afa68a68ab5de2e7f1
|
||||
SIZE (nginx-1.5.7.tar.gz) = 779985
|
||||
SHA256 (nginx-1.5.8.tar.gz) = 23d0f4522fffb4cafcac6897813fec44572636798e24f1798760faf0767a7abe
|
||||
SIZE (nginx-1.5.8.tar.gz) = 790523
|
||||
SHA256 (giom-nginx_accept_language_module-2f69842.tar.gz) = fbcdf792160a1eff7b9549aeb5209d6e76716ff8e86b05e42c90b2d2f858e011
|
||||
SIZE (giom-nginx_accept_language_module-2f69842.tar.gz) = 3399
|
||||
SHA256 (nginx-accesskey-2.0.3.tar.gz) = d9e94321e78a02de16c57f3e048fd31059fd8116ed03d6de7180f435c52502b1
|
||||
|
|
Loading…
Reference in a new issue