From owner-svn-ports-head@FreeBSD.ORG Sun Dec 1 16:11:28 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 02793AC1; Sun, 1 Dec 2013 16:11:28 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E0E7E1BC7; Sun, 1 Dec 2013 16:11:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rB1GBRCc005255; Sun, 1 Dec 2013 16:11:27 GMT (envelope-from osa@svn.freebsd.org) Received: (from osa@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rB1GBRkn005250; Sun, 1 Dec 2013 16:11:27 GMT (envelope-from osa@svn.freebsd.org) Message-Id: <201312011611.rB1GBRkn005250@svn.freebsd.org> From: "Sergey A. Osokin" Date: Sun, 1 Dec 2013 16:11:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335402 - in head/www: nginx nginx-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Dec 2013 16:11:28 -0000 Author: osa Date: Sun Dec 1 16:11:26 2013 New Revision: 335402 URL: http://svnweb.freebsd.org/changeset/ports/335402 Log: Upgrade third-party ngx_http_redis module from 0.3.6 to 0.3.7. *) Bugfix: ngx_http_redis_module might issue the error message "redis sent invalid trailer" for nginx >= 1.5.3. Thanks to Maxim Dounin. Modified: head/www/nginx-devel/Makefile head/www/nginx-devel/distinfo head/www/nginx/Makefile head/www/nginx/distinfo Modified: head/www/nginx-devel/Makefile ============================================================================== --- head/www/nginx-devel/Makefile Sun Dec 1 16:10:24 2013 (r335401) +++ head/www/nginx-devel/Makefile Sun Dec 1 16:11:26 2013 (r335402) @@ -461,7 +461,7 @@ CONFIGURE_ARGS+=--with-http_realip_modul .endif .if ${PORT_OPTIONS:MHTTP_REDIS} -NGINX_REDIS_VERSION= 0.3.6 +NGINX_REDIS_VERSION= 0.3.7 MASTER_SITES+= ${MASTER_SITE_LOCAL:S/$/:redis/} MASTER_SITE_SUBDIR+= osa/:redis DISTFILES+= ngx_http_redis-${NGINX_REDIS_VERSION}.tar.gz:redis Modified: head/www/nginx-devel/distinfo ============================================================================== --- head/www/nginx-devel/distinfo Sun Dec 1 16:10:24 2013 (r335401) +++ head/www/nginx-devel/distinfo Sun Dec 1 16:11:26 2013 (r335402) @@ -34,8 +34,8 @@ SHA256 (nginx_http_push_module-0.692.tar SIZE (nginx_http_push_module-0.692.tar.gz) = 29119 SHA256 (wandenberg-nginx-push-stream-module-0.3.5-0-gb6a8c46.tar.gz) = f2c5b2cc3430f023442381b734a1e547dd2ba75a05cd34f2cdcf2431acc4f77e SIZE (wandenberg-nginx-push-stream-module-0.3.5-0-gb6a8c46.tar.gz) = 153187 -SHA256 (ngx_http_redis-0.3.6.tar.gz) = 9e5d8c0f1317a6910710c94d27f9aca4968c48ee1de271e5034525a1e9b6c70e -SIZE (ngx_http_redis-0.3.6.tar.gz) = 12099 +SHA256 (ngx_http_redis-0.3.7.tar.gz) = 9dfc14db81f431fdf3d69f3661a37daf110aef5f9479aa7c88cf362bb5d62604 +SIZE (ngx_http_redis-0.3.7.tar.gz) = 12165 SHA256 (ngx_http_response-0.3.tar.gz) = 0835584029f053051c624adbe33a826ab0205c9d85a02af6019e6b57607e9045 SIZE (ngx_http_response-0.3.tar.gz) = 2244 SHA256 (yaoweibin-ngx_http_substitutions_filter_module-0.6.2-0-g27a01b3.tar.gz) = 81864aa6ca85df70d55a2574ce8aefd21ad7ea88fc012a328e59c125e56d1e77 Modified: head/www/nginx/Makefile ============================================================================== --- head/www/nginx/Makefile Sun Dec 1 16:10:24 2013 (r335401) +++ head/www/nginx/Makefile Sun Dec 1 16:11:26 2013 (r335402) @@ -464,7 +464,7 @@ CONFIGURE_ARGS+=--with-http_realip_modul .endif .if ${PORT_OPTIONS:MHTTP_REDIS} -NGINX_REDIS_VERSION= 0.3.6 +NGINX_REDIS_VERSION= 0.3.7 MASTER_SITES+= ${MASTER_SITE_LOCAL:S/$/:redis/} MASTER_SITE_SUBDIR+= osa/:redis DISTFILES+= ngx_http_redis-${NGINX_REDIS_VERSION}.tar.gz:redis Modified: head/www/nginx/distinfo ============================================================================== --- head/www/nginx/distinfo Sun Dec 1 16:10:24 2013 (r335401) +++ head/www/nginx/distinfo Sun Dec 1 16:11:26 2013 (r335402) @@ -36,8 +36,8 @@ SHA256 (nginx_http_push_module-0.692.tar SIZE (nginx_http_push_module-0.692.tar.gz) = 29119 SHA256 (wandenberg-nginx-push-stream-module-0.3.5-0-gb6a8c46.tar.gz) = f2c5b2cc3430f023442381b734a1e547dd2ba75a05cd34f2cdcf2431acc4f77e SIZE (wandenberg-nginx-push-stream-module-0.3.5-0-gb6a8c46.tar.gz) = 153187 -SHA256 (ngx_http_redis-0.3.6.tar.gz) = 9e5d8c0f1317a6910710c94d27f9aca4968c48ee1de271e5034525a1e9b6c70e -SIZE (ngx_http_redis-0.3.6.tar.gz) = 12099 +SHA256 (ngx_http_redis-0.3.7.tar.gz) = 9dfc14db81f431fdf3d69f3661a37daf110aef5f9479aa7c88cf362bb5d62604 +SIZE (ngx_http_redis-0.3.7.tar.gz) = 12165 SHA256 (ngx_http_response-0.3.tar.gz) = 0835584029f053051c624adbe33a826ab0205c9d85a02af6019e6b57607e9045 SIZE (ngx_http_response-0.3.tar.gz) = 2244 SHA256 (yaoweibin-ngx_http_substitutions_filter_module-0.6.2-0-g27a01b3.tar.gz) = 81864aa6ca85df70d55a2574ce8aefd21ad7ea88fc012a328e59c125e56d1e77