diff options
author | osa <osa@FreeBSD.org> | 2008-04-30 17:10:46 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2008-04-30 17:10:46 +0800 |
commit | ed4a5fac16abfd46f3fd4be3a8fa14d4bb547404 (patch) | |
tree | b2ffbfb9cb876e08da90986cfcd588f145f36a37 | |
parent | 06b9e935ec80fb4090fa00d1062420468785fec5 (diff) | |
download | freebsd-ports-graphics-ed4a5fac16abfd46f3fd4be3a8fa14d4bb547404.tar.gz freebsd-ports-graphics-ed4a5fac16abfd46f3fd4be3a8fa14d4bb547404.tar.zst freebsd-ports-graphics-ed4a5fac16abfd46f3fd4be3a8fa14d4bb547404.zip |
Update to 0.6.30.
<ChangeLog>
*) Change: now if an "include" directive pattern does not match any
file, then nginx does not issue an error.
*) Feature: now the time in directives may be specified without spaces,
for example, "1h50m".
*) Bugfix: memory leaks if the "ssl_verify_client" directive was on.
Thanks to Chavelle Vincent.
*) Bugfix: the "sub_filter" directive might set text to change into
output.
*) Bugfix: the "error_page" directive did not take into account
arguments in redirected URI.
*) Bugfix: now nginx always opens files in binary mode under Cygwin.
*) Bugfix: nginx could not be built on OpenBSD; bug appeared in 0.6.15.
</ChangeLog>
-rw-r--r-- | www/nginx-devel/Makefile | 2 | ||||
-rw-r--r-- | www/nginx-devel/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile index 169b037d793..62e659fc77e 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= nginx -PORTVERSION= 0.6.29 +PORTVERSION= 0.6.30 CATEGORIES= www MASTER_SITES= http://sysoev.ru/nginx/ MASTER_SITES+= ${MASTER_SITE_LOCAL} diff --git a/www/nginx-devel/distinfo b/www/nginx-devel/distinfo index 790a1dc8195..6127d1b60db 100644 --- a/www/nginx-devel/distinfo +++ b/www/nginx-devel/distinfo @@ -1,3 +1,3 @@ -MD5 (nginx-0.6.29.tar.gz) = 4789210e135c5a4de8275302672e6336 -SHA256 (nginx-0.6.29.tar.gz) = 3d42bcb56a5e39c5e2833388e24bb1c256d6848c61f6a62a84ba916f05e6f1f6 -SIZE (nginx-0.6.29.tar.gz) = 518955 +MD5 (nginx-0.6.30.tar.gz) = 415e9bbc71e2ae36d9120af80112c5c1 +SHA256 (nginx-0.6.30.tar.gz) = 351c1a1096884299ec248a47f379a346daca730ab9e3bab5d0bd7a5f81a18d53 +SIZE (nginx-0.6.30.tar.gz) = 520139 |