diff options
author | osa <osa@FreeBSD.org> | 2008-07-07 22:07:48 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2008-07-07 22:07:48 +0800 |
commit | c0cee265bfda1fe005776c4f1020be587277259a (patch) | |
tree | e65c1e54baafd16646f384aa800e3a3345f01529 /www | |
parent | 6ab5e307d5ef235db52216cb9ea85a2f2eceeabf (diff) | |
download | freebsd-ports-gnome-c0cee265bfda1fe005776c4f1020be587277259a.tar.gz freebsd-ports-gnome-c0cee265bfda1fe005776c4f1020be587277259a.tar.zst freebsd-ports-gnome-c0cee265bfda1fe005776c4f1020be587277259a.zip |
Update from 0.6.31 to 0.6.32.
Add perl5 category wheh perl-specific defined.
<ChangeLog>
*) 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.
</ChangeLog>
Diffstat (limited to 'www')
-rw-r--r-- | www/nginx/Makefile | 3 | ||||
-rw-r--r-- | www/nginx/distinfo | 6 |
2 files changed, 5 insertions, 4 deletions
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 |