Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Aug 2013 18:52:54 +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: r324814 - head/www/nginx-devel
Message-ID:  <201308161852.r7GIqsXa009137@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: osa
Date: Fri Aug 16 18:52:54 2013
New Revision: 324814
URL: http://svnweb.freebsd.org/changeset/ports/324814

Log:
  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>

Modified:
  head/www/nginx-devel/Makefile
  head/www/nginx-devel/distinfo

Modified: head/www/nginx-devel/Makefile
==============================================================================
--- head/www/nginx-devel/Makefile	Fri Aug 16 18:52:44 2013	(r324813)
+++ head/www/nginx-devel/Makefile	Fri Aug 16 18:52:54 2013	(r324814)
@@ -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-
 .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}/m
 .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}/a
 .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}/n
 .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

Modified: head/www/nginx-devel/distinfo
==============================================================================
--- head/www/nginx-devel/distinfo	Fri Aug 16 18:52:44 2013	(r324813)
+++ head/www/nginx-devel/distinfo	Fri Aug 16 18:52:54 2013	(r324814)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308161852.r7GIqsXa009137>