diff options
author | osa <osa@FreeBSD.org> | 2008-08-14 14:37:05 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2008-08-14 14:37:05 +0800 |
commit | bdb297f48ad6559ba645a4c4d29ee5246be574bb (patch) | |
tree | 20382f47e0fa460e0af3d1ffccdb73e6ef6803b7 /www | |
parent | f7876474a06bc9c4f1ec06b2e39655adf23b4012 (diff) | |
download | freebsd-ports-gnome-bdb297f48ad6559ba645a4c4d29ee5246be574bb.tar.gz freebsd-ports-gnome-bdb297f48ad6559ba645a4c4d29ee5246be574bb.tar.zst freebsd-ports-gnome-bdb297f48ad6559ba645a4c4d29ee5246be574bb.zip |
Update from 0.7.9 to 0.7.10.
<ChangeLog>
*) Bugfix: in the "addition_types", "charset_types", "gzip_types",
"ssi_types", "sub_filter_types", and "xslt_types" directives; the
bugs had appeared in 0.7.9.
*) Bugfix: of recursive error_page for 500 status code.
*) Bugfix: now the ngx_http_realip_module set address not for whole
keepalive connection, but for each request passed via the connection.
</ChangeLog>
Diffstat (limited to 'www')
-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 19f8bca61b16..260b6bd8e81d 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= nginx -PORTVERSION= 0.7.9 +PORTVERSION= 0.7.10 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 ce903fe1ade2..bf816da483a9 100644 --- a/www/nginx-devel/distinfo +++ b/www/nginx-devel/distinfo @@ -1,3 +1,3 @@ -MD5 (nginx-0.7.9.tar.gz) = cf3db2e1b6b628b04c2a769e2b3773bb -SHA256 (nginx-0.7.9.tar.gz) = 5e98557f1442f1200f39f85d2335e7b5dd05c0b65a2bc1e3aedcefaab4fef2a7 -SIZE (nginx-0.7.9.tar.gz) = 542397 +MD5 (nginx-0.7.10.tar.gz) = 79c4c598ffdbd232476cce7a255e5802 +SHA256 (nginx-0.7.10.tar.gz) = 7fb1916cf6062499394f1ed0682d081b3bf6b3c53c6977cca78c538204aaaca6 +SIZE (nginx-0.7.10.tar.gz) = 542926 |