Update from 1.4.4 to bugfix release 1.4.5.
<ChangeLog> *) Bugfix: the $ssl_session_id variable contained full session serialized instead of just a session id. Thanks to Ivan Ristić. *) Bugfix: client connections might be immediately closed if deferred accept was used; the bug had appeared in 1.3.15. *) Bugfix: alerts "zero size buf in output" might appear in logs while proxying; the bug had appeared in 1.3.9. *) Bugfix: a segmentation fault might occur in a worker process if the ngx_http_spdy_module was used. *) Bugfix: proxied WebSocket connections might hang right after handshake if the select, poll, or /dev/poll methods were used. *) Bugfix: a timeout might occur while reading client request body in an SSL connection using chunked transfer encoding. *) Bugfix: memory leak in nginx/Windows. </ChangeLog>
This commit is contained in:
parent
26b24a97d1
commit
ff20808b9d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=344610
2 changed files with 4 additions and 4 deletions
|
@ -2,8 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= nginx
|
||||
PORTVERSION= 1.4.4
|
||||
PORTREVISION= 3
|
||||
PORTVERSION= 1.4.5
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://nginx.org/download/
|
||||
|
@ -327,6 +326,7 @@ CONFIGURE_ARGS+=--add-module=${WRKDIR}/ngx_cache_purge-${NGINX_CACHE_PURGE_VERSI
|
|||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MCTPP2}
|
||||
IGNORE= CTPP2: update require
|
||||
LIB_DEPENDS+= libctpp2.so:${PORTSDIR}/textproc/ctpp2
|
||||
NGINX_CTPP2_VERSION= 0.5
|
||||
MASTER_SITES+= http://dl.vbart.ru/ngx-ctpp/:ctpp2
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SHA256 (nginx-1.4.4.tar.gz) = 7c989a58e5408c9593da0bebcd0e4ffc3d892d1316ba5042ddb0be5b0b4102b9
|
||||
SIZE (nginx-1.4.4.tar.gz) = 768217
|
||||
SHA256 (nginx-1.4.5.tar.gz) = ade9024356a8f2b0679ea50e477b2585d46f43aa695cbe8ace9d65f457e0077e
|
||||
SIZE (nginx-1.4.5.tar.gz) = 768728
|
||||
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