svn commit: r384948 - head/www/nginx-devel
Sergey A. Osokin
osa at FreeBSD.org
Wed Apr 29 00:29:21 UTC 2015
Author: osa
Date: Wed Apr 29 00:29:19 2015
New Revision: 384948
URL: https://svnweb.freebsd.org/changeset/ports/384948
Log:
Upgrade from 1.8.0 to 1.9.0.
<ChangeLog>
*) 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.
</ChangeLog>
Modified:
head/www/nginx-devel/Makefile
head/www/nginx-devel/distinfo
Modified: head/www/nginx-devel/Makefile
==============================================================================
--- head/www/nginx-devel/Makefile Tue Apr 28 23:40:37 2015 (r384947)
+++ head/www/nginx-devel/Makefile Wed Apr 29 00:29:19 2015 (r384948)
@@ -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} \
Modified: head/www/nginx-devel/distinfo
==============================================================================
--- head/www/nginx-devel/distinfo Tue Apr 28 23:40:37 2015 (r384947)
+++ head/www/nginx-devel/distinfo Wed Apr 29 00:29:19 2015 (r384948)
@@ -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
More information about the svn-ports-all
mailing list