diff options
author | osa <osa@FreeBSD.org> | 2013-08-17 02:52:54 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2013-08-17 02:52:54 +0800 |
commit | 9912d615e13add1c8cea5be25ef49cd24248fdc8 (patch) | |
tree | 82b1b504e54e45b4cbfbb756a85c44ed0f46650f /www/nginx-devel | |
parent | 62014b1e81b2bbfbe4b9728623d1dd0b23659096 (diff) | |
download | freebsd-ports-gnome-9912d615e13add1c8cea5be25ef49cd24248fdc8.tar.gz freebsd-ports-gnome-9912d615e13add1c8cea5be25ef49cd24248fdc8.tar.zst freebsd-ports-gnome-9912d615e13add1c8cea5be25ef49cd24248fdc8.zip |
Update from 1.5.2 to 1.5.3.
Temporary ignore following third-party modules support:
o) HTTP_UPSTREAM_STICKY
o) DRIZZLE
o) POSTGRES
o) RTMP
o) SYSLOG
o) TCP_PROXY
<ChangeLog>
*) Change in internal API: now u->length defaults to -1 if working with
backends in unbuffered mode.
*) Change: now after receiving an incomplete response from a backend
server nginx tries to send an available part of the response to a
client, and then closes client connection.
*) Bugfix: a segmentation fault might occur in a worker process if the
ngx_http_spdy_module was used with the "client_body_in_file_only"
directive.
*) Bugfix: the "so_keepalive" parameter of the "listen" directive might
be handled incorrectly on DragonFlyBSD.
Thanks to Sepherosa Ziehau.
*) Bugfix: in the ngx_http_xslt_filter_module.
*) Bugfix: in the ngx_http_sub_filter_module.
</ChangeLog>
Diffstat (limited to 'www/nginx-devel')
-rw-r--r-- | www/nginx-devel/Makefile | 9 | ||||
-rw-r--r-- | www/nginx-devel/distinfo | 4 |
2 files changed, 9 insertions, 4 deletions
diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile index 09a661e4fbd2..1338dc4c4fcf 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nginx -PORTVERSION= 1.5.2 +PORTVERSION= 1.5.3 CATEGORIES= www MASTER_SITES= http://nginx.org/download/ MASTER_SITES+= ${MASTER_SITE_LOCAL} @@ -536,6 +536,7 @@ EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-ngx_http_upstream.h .endif .if ${PORT_OPTIONS:MHTTP_UPSTREAM_STICKY} +IGNORE= HTTP_UPSTREAM_STICKY: update require USE_HTTP_SSL= yes NGINX_UPSTREAM_STICKY_VERSION= 1.1 MASTER_SITES+= http://nginx-sticky-module.googlecode.com/files/:upstreamsticky @@ -556,6 +557,7 @@ CONFIGURE_ARGS+=--add-module=${WRKDIR}/mod_zip-${NGINX_ZIP_VERSION} .endif .if ${PORT_OPTIONS:MDRIZZLE} +IGNORE= DRIZZLE: update require LIB_DEPENDS+= drizzle:${PORTSDIR}/databases/libdrizzle NGINX_DRIZZLE_VERSION= 0.1.5 GIT_DRIZZLE_VERSION= 0-g943c915 @@ -668,6 +670,7 @@ CFLAGS+= -DNDEBUG .endif .if ${PORT_OPTIONS:MPOSTGRES} +IGNORE= POSTGRES: update require USE_PGSQL= yes NGINX_POSTGRES_VERSION= 0.9 MASTER_SITES+= http://labs.frickle.com/files/:postgres @@ -704,6 +707,7 @@ CONFIGURE_ARGS+=--add-module=${WRKDIR}/agentzh-redis2-nginx-module-${GIT_REDIS2_ .endif .if ${PORT_OPTIONS:MRTMP} +IGNORE= RTMP: update require NGINX_RTMP_VERSION= 1.0.1 GIT_RTMP_VERSION= 0-g421d9ff FETCH_ARGS= -pRr @@ -755,13 +759,14 @@ CONFIGURE_ARGS+=--add-module=${WRKDIR}/ngx_supervisord-${NGINX_SUPERVISORD_VERSI .endif .if ${PORT_OPTIONS:MSYSLOG_SUPPORT} -IGNORE= update require +IGNORE= SYSLOG: update require NGINX_SYSLOG_SUPPORT_FACILITY?= LOG_DAEMON CONFIGURE_ARGS+=--with-syslog --with-syslog-facility=${NGINX_SYSLOG_SUPPORT_FACILITY} EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-syslog_support .endif .if ${PORT_OPTIONS:MTCP_PROXY} +IGNORE= TCP_PROXY: update require NGINX_TCP_PROXY_VERSION= 0.26 GIT_TCP_PROXY_VERSION= 0-gb83e5a6 FETCH_ARGS= -pRr diff --git a/www/nginx-devel/distinfo b/www/nginx-devel/distinfo index e4c5f144ac18..796f8de1b580 100644 --- a/www/nginx-devel/distinfo +++ b/www/nginx-devel/distinfo @@ -1,5 +1,5 @@ -SHA256 (nginx-1.5.2.tar.gz) = 90c2296920e52d56f3c6ba0f46f8ab33d2a78161001407c542c268db66078324 -SIZE (nginx-1.5.2.tar.gz) = 769040 +SHA256 (nginx-1.5.3.tar.gz) = edcdf2030750b4eb1ba8cd79365c16a3e33e6136b7fdd8a1a7b4082397f4e92b +SIZE (nginx-1.5.3.tar.gz) = 769755 SHA256 (giom-nginx_accept_language_module-02262ce.tar.gz) = 3191f4caa70d9a8942c4f10b6abaaa96af451991d4b5e1e3d7b991376b00bf0c SIZE (giom-nginx_accept_language_module-02262ce.tar.gz) = 3398 SHA256 (nginx-accesskey-2.0.3.tar.gz) = d9e94321e78a02de16c57f3e048fd31059fd8116ed03d6de7180f435c52502b1 |