Date: Sun, 1 Dec 2013 16:11:27 +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: r335402 - in head/www: nginx nginx-devel Message-ID: <201312011611.rB1GBRkn005250@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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. <ChangeLog> *) Bugfix: ngx_http_redis_module might issue the error message "redis sent invalid trailer" for nginx >= 1.5.3. Thanks to Maxim Dounin. </ChangeLog> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312011611.rB1GBRkn005250>