From c0cee265bfda1fe005776c4f1020be587277259a Mon Sep 17 00:00:00 2001 From: osa Date: Mon, 7 Jul 2008 14:07:48 +0000 Subject: Update from 0.6.31 to 0.6.32. Add perl5 category wheh perl-specific defined. *) Change: the "none" parameter in the "ssl_session_cache" directive; now this is default parameter. Thanks to Rob Mueller. *) Change: now the 0x00-0x1F, '"' and '\' characters are escaped as \xXX in an access_log. Thanks to Maxim Dounin. *) Change: now nginx allows several "Host" request header line. *) Feature: the "modified" flag in the "expires" directive. *) Feature: the $uid_got and $uid_set variables may be used at any request processing stage. *) Feature: the $hostname variable. Thanks to Andrei Nigmatulin. *) Feature: DESTDIR support. Thanks to Todd A. Fisher and Andras Voroskoi. *) Bugfix: if sub_filter and SSI were used together, then responses might were transferred incorrectly. *) Bugfix: large SSI inclusions might be truncated. *) Bugfix: the "proxy_pass" directive did not work with the HTTPS protocol; the bug had appeared in 0.6.9. *) Bugfix: worker processes might not catch reconfiguration and log rotation signals. *) Bugfix: nginx could not be built on latest Fedora 9 Linux. Thanks to Roxis. *) Bugfix: a segmentation fault might occur in worker process on Linux, if keepalive was enabled. --- www/nginx/Makefile | 3 ++- www/nginx/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) (limited to 'www') diff --git a/www/nginx/Makefile b/www/nginx/Makefile index 2788657711ec..5cd6f41aa211 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -6,7 +6,7 @@ # PORTNAME= nginx -PORTVERSION= 0.6.31 +PORTVERSION= 0.6.32 CATEGORIES= www MASTER_SITES= http://sysoev.ru/nginx/ MASTER_SITES+= ${MASTER_SITE_LOCAL} @@ -89,6 +89,7 @@ CONFIGURE_ARGS+=--with-http_flv_module .endif .if defined(WITH_HTTP_PERL_MODULE) +CATEGORIES+= perl5 CONFIGURE_ARGS+=--with-http_perl_module USE_PERL5= yes .endif diff --git a/www/nginx/distinfo b/www/nginx/distinfo index cd83a93ba7a0..562c12259f30 100644 --- a/www/nginx/distinfo +++ b/www/nginx/distinfo @@ -1,3 +1,3 @@ -MD5 (nginx-0.6.31.tar.gz) = 824bcc25bbd5b636f182237b69227bd2 -SHA256 (nginx-0.6.31.tar.gz) = e68908705dfc1fb166506ec441291c7bad3b6ddcddb760b166931bfdb5b582a7 -SIZE (nginx-0.6.31.tar.gz) = 520344 +MD5 (nginx-0.6.32.tar.gz) = c09a2ace3c91f45dabbb608b11e48ed1 +SHA256 (nginx-0.6.32.tar.gz) = d74bbb9235e7beabf7be03a7dec99f0cab89fa4430a998a6a7151901ea141e9d +SIZE (nginx-0.6.32.tar.gz) = 522183 -- cgit