diff options
author | osa <osa@FreeBSD.org> | 2007-07-09 16:14:03 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2007-07-09 16:14:03 +0800 |
commit | 2eabf57497d89495a2809147eb8622aea9c7e97e (patch) | |
tree | 0d19d69308d7d294192482b5ac40ff85b79c8468 /www/nginx | |
parent | 3d063da6507cae4f4ab72110a833b275b138d733 (diff) | |
download | freebsd-ports-gnome-2eabf57497d89495a2809147eb8622aea9c7e97e.tar.gz freebsd-ports-gnome-2eabf57497d89495a2809147eb8622aea9c7e97e.tar.zst freebsd-ports-gnome-2eabf57497d89495a2809147eb8622aea9c7e97e.zip |
Update to 0.5.27.
<ChangeLog>
*) Bugfix: if remote SSI subrequest was used, then posterior
local file subrequest might transferred to client in wrong
order.
*) Bugfix: large SSI inclusions buffered in temporary files
were truncated.
</ChangeLog>
Diffstat (limited to 'www/nginx')
-rw-r--r-- | www/nginx/Makefile | 2 | ||||
-rw-r--r-- | www/nginx/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/www/nginx/Makefile b/www/nginx/Makefile index 438a732514b5..e45348d675ca 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -6,7 +6,7 @@ # PORTNAME= nginx -PORTVERSION= 0.5.26 +PORTVERSION= 0.5.27 CATEGORIES= www MASTER_SITES= http://sysoev.ru/nginx/ MASTER_SITES+= ${MASTER_SITE_LOCAL} diff --git a/www/nginx/distinfo b/www/nginx/distinfo index 22463ed2f915..89367565c408 100644 --- a/www/nginx/distinfo +++ b/www/nginx/distinfo @@ -1,3 +1,3 @@ -MD5 (nginx-0.5.26.tar.gz) = 6fa28b4e752208a47257982731e23983 -SHA256 (nginx-0.5.26.tar.gz) = 90f143b1e07af27cdceb60ed69b88cb6720d622ddc2ee93fd30c8a831441bb1d -SIZE (nginx-0.5.26.tar.gz) = 471489 +MD5 (nginx-0.5.27.tar.gz) = 8f8595a2bcf0c490b353b18d7d04e885 +SHA256 (nginx-0.5.27.tar.gz) = b7ef422f801b4b5c242871317fbc72ae1c5912b703158e52f92e3d149287a558 +SIZE (nginx-0.5.27.tar.gz) = 471771 |