mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Update from 1.5.8 to 1.5.10.
Disable third-party ctpp2 module. <ChangeLog> Changes with nginx 1.5.10 04 Feb 2014 *) Feature: the ngx_http_spdy_module now uses SPDY 3.1 protocol. Thanks to Automattic and MaxCDN for sponsoring this work. *) Feature: the ngx_http_mp4_module now skips tracks too short for a seek requested. *) Bugfix: a segmentation fault might occur in a worker process if the $ssl_session_id variable was used in logs; the bug had appeared in 1.5.9. *) Bugfix: the $date_local and $date_gmt variables used wrong format outside of the ngx_http_ssi_filter_module. *) Bugfix: client connections might be immediately closed if deferred accept was used; the bug had appeared in 1.3.15. *) Bugfix: alerts "getsockopt(TCP_FASTOPEN) ... failed" appeared in logs during binary upgrade on Linux; the bug had appeared in 1.5.8. Thanks to Piotr Sikora. Changes with nginx 1.5.9 22 Jan 2014 *) Change: now nginx expects escaped URIs in "X-Accel-Redirect" headers. *) Feature: the "ssl_buffer_size" directive. *) Feature: the "limit_rate" directive can now be used to rate limit responses sent in SPDY connections. *) Feature: the "spdy_chunk_size" directive. *) Feature: the "ssl_session_tickets" directive. Thanks to Dirkjan Bussink. *) Bugfix: the $ssl_session_id variable contained full session serialized instead of just a session id. Thanks to Ivan Ristić. *) Bugfix: nginx incorrectly handled escaped "?" character in the "include" SSI command. *) Bugfix: the ngx_http_dav_module did not unescape destination URI of the COPY and MOVE methods. *) Bugfix: resolver did not understand domain names with a trailing dot. Thanks to Yichun Zhang. *) 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: the "xclient" directive of the mail proxy module incorrectly handled IPv6 client addresses. </ChangeLog>
This commit is contained in:
parent
14828cc44c
commit
443dc1c5f5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=342692
@ -2,8 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= nginx
|
||||
PORTVERSION= 1.5.8
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.5.10
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://nginx.org/download/
|
||||
MASTER_SITES+= ${MASTER_SITE_LOCAL}
|
||||
@ -324,6 +323,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
|
||||
@ -851,8 +851,6 @@ USE_OPENSSL= yes
|
||||
.if ${PORT_OPTIONS:MSPDY}
|
||||
.if ${OSVERSION} < 1000028
|
||||
WITH_OPENSSL_PORT= yes
|
||||
.else
|
||||
WITH_OPENSSL_BASE= yes
|
||||
.endif
|
||||
.endif
|
||||
.endif
|
||||
|
@ -1,5 +1,5 @@
|
||||
SHA256 (nginx-1.5.8.tar.gz) = 23d0f4522fffb4cafcac6897813fec44572636798e24f1798760faf0767a7abe
|
||||
SIZE (nginx-1.5.8.tar.gz) = 790523
|
||||
SHA256 (nginx-1.5.10.tar.gz) = 1799c3111f71f08db0e1395f4c6f769c863c8e63f763a0b41b192126bc651c9e
|
||||
SIZE (nginx-1.5.10.tar.gz) = 798612
|
||||
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 New Issue
Block a user