Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Aug 2013 16:25:56 +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: r325467 - head/www/nginx-devel
Message-ID:  <201308271625.r7RGPuNU086918@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: osa
Date: Tue Aug 27 16:25:55 2013
New Revision: 325467
URL: http://svnweb.freebsd.org/changeset/ports/325467

Log:
  Update from 1.5.3 to 1.5.4.
  
  <ChangeLog>
  
  *) Change: the "js" extension MIME type has been changed to
     "application/javascript"; default value of the "charset_types"
     directive was changed accordingly.
  
  *) Change: now the "image_filter" directive with the "size" parameter
     returns responses with the "application/json" MIME type.
  
  *) Feature: the ngx_http_auth_request_module.
  
  *) Bugfix: a segmentation fault might occur on start or during
     reconfiguration if the "try_files" directive was used with an empty
     parameter.
  
  *) Bugfix: memory leak if relative paths were specified using variables
     in the "root" or "auth_basic_user_file" directives.
  
  *) Bugfix: the "valid_referers" directive incorrectly executed regular
     expressions if a "Referer" header started with "https://".
     Thanks to Liangbin Li.
  
  *) Bugfix: responses might hang if subrequests were used and an SSL
     handshake error happened during subrequest processing.
     Thanks to Aviram Cohen.
  
  *) Bugfix: in the ngx_http_autoindex_module.
  
  *) Bugfix: in the ngx_http_spdy_module.
  
  </ChangeLog>

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

Modified: head/www/nginx-devel/Makefile
==============================================================================
--- head/www/nginx-devel/Makefile	Tue Aug 27 16:24:56 2013	(r325466)
+++ head/www/nginx-devel/Makefile	Tue Aug 27 16:25:55 2013	(r325467)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	nginx
-PORTVERSION=	1.5.3
+PORTVERSION=	1.5.4
 CATEGORIES=	www
 MASTER_SITES=	http://nginx.org/download/
 MASTER_SITES+=	${MASTER_SITE_LOCAL}
@@ -24,6 +24,7 @@ OPTIONS_DEFINE=	\
 	GOOGLE_PERFTOOLS \
 	HTTP \
 	HTTP_ADDITION \
+	HTTP_AUTH_REQ \
 	HTTP_CACHE \
 	HTTP_DAV \
 	HTTP_FLV \
@@ -56,7 +57,6 @@ OPTIONS_DEFINE=	\
 	HTTP_AUTH_DIGEST \
 	HTTP_AUTH_LDAP \
 	HTTP_AUTH_PAM \
-	HTTP_AUTH_REQ \
 	HTTP_DAV_EXT \
 	HTTP_EVAL \
 	HTTP_FANCYINDEX \
@@ -111,6 +111,7 @@ FILE_AIO_DESC=			Enable file aio
 GOOGLE_PERFTOOLS_DESC=		Enable google perftools module
 HTTP_DESC=			Enable HTTP module
 HTTP_ADDITION_DESC=		Enable http_addition module
+HTTP_AUTH_REQ_DESC=		Enable http_auth_request module
 HTTP_CACHE_DESC=		Enable http_cache module
 HTTP_DAV_DESC=			Enable http_webdav module
 HTTP_FLV_DESC=			Enable http_flv module
@@ -144,7 +145,6 @@ HTTP_ACCESSKEY_DESC=		3rd party http_acc
 HTTP_AUTH_DIGEST_DESC=		3rd party http_authdigest module
 HTTP_AUTH_LDAP_DESC=		3rd party http_auth_ldap module
 HTTP_AUTH_PAM_DESC=		3rd party http_auth_pam module
-HTTP_AUTH_REQ_DESC=		3rd party http_auth_request module
 HTTP_DAV_EXT_DESC=		3rd party webdav_ext module
 HTTP_EVAL_DESC=			3rd party eval module
 HTTP_FANCYINDEX_DESC=		3rd party http_fancyindex module
@@ -311,10 +311,7 @@ CONFIGURE_ARGS+=--add-module=${WRKDIR}/n
 .endif
 
 .if ${PORT_OPTIONS:MHTTP_AUTH_REQ}
-NGINX_AUTH_REQ_VERSION=	0.2
-MASTER_SITES+=	http://mdounin.ru/files/:auth_request
-DISTFILES+=	ngx_http_auth_request_module-${NGINX_AUTH_REQ_VERSION}.tar.gz:auth_request
-CONFIGURE_ARGS+=--add-module=${WRKDIR}/ngx_http_auth_request_module-${NGINX_AUTH_REQ_VERSION}
+CONFIGURE_ARGS+=--with-http_auth_request_module
 .endif
 
 .if empty(PORT_OPTIONS:MHTTP_CACHE)

Modified: head/www/nginx-devel/distinfo
==============================================================================
--- head/www/nginx-devel/distinfo	Tue Aug 27 16:24:56 2013	(r325466)
+++ head/www/nginx-devel/distinfo	Tue Aug 27 16:25:55 2013	(r325467)
@@ -1,5 +1,5 @@
-SHA256 (nginx-1.5.3.tar.gz) = edcdf2030750b4eb1ba8cd79365c16a3e33e6136b7fdd8a1a7b4082397f4e92b
-SIZE (nginx-1.5.3.tar.gz) = 769755
+SHA256 (nginx-1.5.4.tar.gz) = ad21d7ee5146d5c571917574b8a8bbab658faff6ffbff7cab2e69a3afadd65dc
+SIZE (nginx-1.5.4.tar.gz) = 772570
 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?201308271625.r7RGPuNU086918>