From dbcd520791a5a6de48a6b7256317bbe646884fbb Mon Sep 17 00:00:00 2001 From: osa Date: Mon, 21 Jun 2010 11:34:12 +0000 Subject: Update from 0.8.41 to 0.8.42. Keep http*temp-path options sorted. Feature safe: yes *) Change: now nginx tests locations given by regular expressions, if request was matched exactly by a location given by a prefix string. The previous behavior has been introduced in 0.7.1. *) Feature: the ngx_http_scgi_module. Thanks to Manlio Perillo. *) Feature: a text answer may be added to a "return" directive. --- www/nginx-devel/Makefile | 6 +++--- www/nginx-devel/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'www') diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile index 4b1377bb2dbf..ce71c5f79031 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/Makefile @@ -6,8 +6,7 @@ # PORTNAME= nginx -PORTVERSION= 0.8.41 -PORTREVISION= 1 +PORTVERSION= 0.8.42 CATEGORIES= www MASTER_SITES= http://sysoev.ru/nginx/ MASTER_SITES+= ${MASTER_SITE_LOCAL} @@ -140,8 +139,9 @@ CONFIGURE_ARGS+=--with-google_perftools_module .if defined(WITH_HTTP_MODULE) CONFIGURE_ARGS+=--http-client-body-temp-path=${NGINX_TMPDIR}/client_body_temp \ - --http-proxy-temp-path=${NGINX_TMPDIR}/proxy_temp \ --http-fastcgi-temp-path=${NGINX_TMPDIR}/fastcgi_temp \ + --http-proxy-temp-path=${NGINX_TMPDIR}/proxy_temp \ + --http-scgi-temp-path=${NGINX_TMPDIR}/scgi_temp \ --http-uwsgi-temp-path=${NGINX_TMPDIR}/uwsgi_temp \ --http-log-path=${NGINX_ACCESSLOG} diff --git a/www/nginx-devel/distinfo b/www/nginx-devel/distinfo index d7e1cdbe390e..78501a7cb677 100644 --- a/www/nginx-devel/distinfo +++ b/www/nginx-devel/distinfo @@ -1,6 +1,6 @@ -MD5 (nginx-0.8.41.tar.gz) = b32dd29c10acede70f5ac81911f48707 -SHA256 (nginx-0.8.41.tar.gz) = 8bc9b28bcc53b8c7b505ac44a6daa879ee7e929b6ae51e550e1c9d041e2d6915 -SIZE (nginx-0.8.41.tar.gz) = 634823 +MD5 (nginx-0.8.42.tar.gz) = 2818e8b03512b239f1238d702703bcf3 +SHA256 (nginx-0.8.42.tar.gz) = 9f9687f459a753719bf1668fba30b4cdfb2c892a0410b0b304fa663bfb276dbd +SIZE (nginx-0.8.42.tar.gz) = 642593 MD5 (nginx_accept_language_module.tar.gz) = 330a8d3b2376fb476b5d3111a7905ec3 SHA256 (nginx_accept_language_module.tar.gz) = 7a4c2d42a83c5b6efd2b7b13ad232850b6ab0ca4261df6b46fb7d2d2738b1c0a SIZE (nginx_accept_language_module.tar.gz) = 3299 -- cgit