Update from 1.4.5 to 1.4.6.
<ChangeLog> *) Bugfix: the "client_max_body_size" directive might not work when reading a request body using chunked transfer encoding; the bug had appeared in 1.3.9. Thanks to Lucas Molas. *) Bugfix: a segmentation fault might occur in a worker process when proxying WebSocket connections. </ChangeLog>
This commit is contained in:
parent
229e3598a5
commit
55db6ebbc0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=347156
2 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= nginx
|
||||
PORTVERSION= 1.4.5
|
||||
PORTVERSION= 1.4.6
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://nginx.org/download/
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SHA256 (nginx-1.4.5.tar.gz) = ade9024356a8f2b0679ea50e477b2585d46f43aa695cbe8ace9d65f457e0077e
|
||||
SIZE (nginx-1.4.5.tar.gz) = 768728
|
||||
SHA256 (nginx-1.4.6.tar.gz) = 7a8b5b15d708b5b9c61e723bd93faa247b06c8b90babb76f612c128edb5812c6
|
||||
SIZE (nginx-1.4.6.tar.gz) = 768828
|
||||
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