Date: Sun, 16 Feb 2014 16:54:02 +0000 (UTC) From: "Sergey A. Osokin" <osa@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r344610 - head/www/nginx Message-ID: <201402161654.s1GGs2c4032575@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: osa Date: Sun Feb 16 16:54:01 2014 New Revision: 344610 URL: http://svnweb.freebsd.org/changeset/ports/344610 QAT: https://qat.redports.org/buildarchive/r344610/ Log: 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> Modified: head/www/nginx/Makefile head/www/nginx/distinfo Modified: head/www/nginx/Makefile ============================================================================== --- head/www/nginx/Makefile Sun Feb 16 16:30:06 2014 (r344609) +++ head/www/nginx/Makefile Sun Feb 16 16:54:01 2014 (r344610) @@ -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}/n .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 Modified: head/www/nginx/distinfo ============================================================================== --- head/www/nginx/distinfo Sun Feb 16 16:30:06 2014 (r344609) +++ head/www/nginx/distinfo Sun Feb 16 16:54:01 2014 (r344610) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402161654.s1GGs2c4032575>