aboutsummaryrefslogtreecommitdiff
path: root/www/nginx
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2008-07-07 14:07:48 +0000
committerSergey A. Osokin <osa@FreeBSD.org>2008-07-07 14:07:48 +0000
commit639e38205c56c475ffbfe5c9a0e750bc65507592 (patch)
tree9f1cb9dd2c39e037eabebc3dcd1157f7d2f91fbf /www/nginx
parent52058bdb16bdfe676967651e9b04dcf57d8870f4 (diff)
downloadports-639e38205c56c475ffbfe5c9a0e750bc65507592.tar.gz
ports-639e38205c56c475ffbfe5c9a0e750bc65507592.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>
Notes
Notes: svn path=/head/; revision=216463
Diffstat (limited to 'www/nginx')
-rw-r--r--www/nginx/Makefile3
-rw-r--r--www/nginx/distinfo6
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