From 2accd1ee246bfac5e11bb90f75e155beec580998 Mon Sep 17 00:00:00 2001 From: osa Date: Wed, 29 Apr 2015 00:29:19 +0000 Subject: Upgrade from 1.8.0 to 1.9.0. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit *) Change: obsolete aio and rtsig event methods have been removed. *) Feature: the "zone" directive inside the "upstream" block. *) Feature: the stream module. *) Feature: byte ranges support in the ngx_http_memcached_module. Thanks to Martin Mlynář. *) Feature: shared memory can now be used on Windows versions with address space layout randomization. Thanks to Sergey Brester. *) Feature: the "error_log" directive can now be used on mail and server levels in mail proxy. *) Bugfix: the "proxy_protocol" parameter of the "listen" directive did not work if not specified in the first "listen" directive for a listen socket. --- www/nginx-devel/Makefile | 9 ++++----- www/nginx-devel/distinfo | 4 ++-- 2 files changed, 6 insertions(+), 7 deletions(-) (limited to 'www') diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile index cc0ecb19435d..a2fcd2f597c7 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nginx -PORTVERSION= 1.8.0 +PORTVERSION= 1.9.0 CATEGORIES= www MASTER_SITES= http://nginx.org/download/ MASTER_SITES+= ${MASTER_SITE_LOCAL} @@ -862,11 +862,10 @@ post-patch: 's!%%PREFIX%%!${LOCALBASE}!g' \ ${WRKDIR}/nginx-sflow-module-${NGINX_SFLOW_VERSION}/ngx_http_sflow_config.h .endif -.if ${PORT_OPTIONS:MSPDY} .if ${PORT_OPTIONS:MLUA} - @${REINPLACE_CMD} '464d' \ - ${WRKDIR}/openresty-lua-nginx-module-${GIT_LUA_VERSION:S/^0-g//}/src/ngx_http_lua_socket_tcp.c -.endif + @${REINPLACE_CMD} 's!ngx_http_set_connection_log!ngx_set_connection_log!g' \ + ${WRKDIR}/openresty-lua-nginx-module-${GIT_LUA_VERSION:S/^0-g//}/src/ngx_http_lua_initworkerby.c \ + ${WRKDIR}/openresty-lua-nginx-module-${GIT_LUA_VERSION:S/^0-g//}/src/ngx_http_lua_timer.c .endif .if ${PORT_OPTIONS:MICONV} @${REINPLACE_CMD} \ diff --git a/www/nginx-devel/distinfo b/www/nginx-devel/distinfo index 618d2e1f6c1f..56d6271baf9e 100644 --- a/www/nginx-devel/distinfo +++ b/www/nginx-devel/distinfo @@ -1,5 +1,5 @@ -SHA256 (nginx-1.8.0.tar.gz) = 23cca1239990c818d8f6da118320c4979aadf5386deda691b1b7c2c96b9df3d5 -SIZE (nginx-1.8.0.tar.gz) = 832104 +SHA256 (nginx-1.9.0.tar.gz) = e12aa1d5b701edde880ebcc7be47ca171c3fbeed8fa7c8c62054a6f19d27f248 +SIZE (nginx-1.9.0.tar.gz) = 854462 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 -- cgit