diff options
author | osa <osa@FreeBSD.org> | 2007-07-23 17:18:54 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2007-07-23 17:18:54 +0800 |
commit | 8fe97ca33426b053be925376ce3ac865f0b66610 (patch) | |
tree | 1695b30a7042a88150778bc2f75acc4e04f51484 /www/nginx | |
parent | 417a587e4dcb5033eba4a3ba55f923d29c757282 (diff) | |
download | freebsd-ports-gnome-8fe97ca33426b053be925376ce3ac865f0b66610.tar.gz freebsd-ports-gnome-8fe97ca33426b053be925376ce3ac865f0b66610.tar.zst freebsd-ports-gnome-8fe97ca33426b053be925376ce3ac865f0b66610.zip |
Update to 0.5.29.
<ChangeLog>
*) Feature: $nginx_version variable.
Thanks to Nick S. Grechukh.
*) Bugfix: if the FastCGI header was split in records, then nginx
passed garbage in the header to a client.
*) Bugfix: Sun Studio compatibility on Solaris/amd64 and
Solaris/sparc64.
Thanks to Jiang Hong and Andrei Nigmatulin.
*) Bugfix: of minor potential bugs.
Thanks to Coverity's Scan.
</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 1046c3c23ddb..cf2a97d05015 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -6,7 +6,7 @@ # PORTNAME= nginx -PORTVERSION= 0.5.28 +PORTVERSION= 0.5.29 CATEGORIES= www MASTER_SITES= http://sysoev.ru/nginx/ MASTER_SITES+= ${MASTER_SITE_LOCAL} diff --git a/www/nginx/distinfo b/www/nginx/distinfo index 0d2ba0b24ca3..455f97797f09 100644 --- a/www/nginx/distinfo +++ b/www/nginx/distinfo @@ -1,3 +1,3 @@ -MD5 (nginx-0.5.28.tar.gz) = 5384d808bd2dcc66d339e3a2c948c7f0 -SHA256 (nginx-0.5.28.tar.gz) = d0c39063e27dd4c261a6ee87b4f5949efef30ab906a4490040e80c4392adc227 -SIZE (nginx-0.5.28.tar.gz) = 472085 +MD5 (nginx-0.5.29.tar.gz) = a7b21033b22cff980614c46700fda13f +SHA256 (nginx-0.5.29.tar.gz) = 41c8491ec6401abb9c78d17566db62644c2c27bc4ad5ec5b31e41e7e9e7b0705 +SIZE (nginx-0.5.29.tar.gz) = 473183 |