diff options
author | osa <osa@FreeBSD.org> | 2007-07-17 19:53:48 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2007-07-17 19:53:48 +0800 |
commit | aa585a7ffbc2f5c1f1d4e78d6c8da36ae83dbd16 (patch) | |
tree | 6be5344d6151d2721a505222bcc85a6de7e41d39 /www/nginx | |
parent | c06c130d2c20082b72e24f807981c78b2490ff0c (diff) | |
download | freebsd-ports-gnome-aa585a7ffbc2f5c1f1d4e78d6c8da36ae83dbd16.tar.gz freebsd-ports-gnome-aa585a7ffbc2f5c1f1d4e78d6c8da36ae83dbd16.tar.zst freebsd-ports-gnome-aa585a7ffbc2f5c1f1d4e78d6c8da36ae83dbd16.zip |
Update to 0.5.28.
<ChangeLog>
*) Security: the "msie_refresh" directive allowed XSS.
*) Bugfix: a segmentation fault might occur in worker process
if the "auth_http_header" directive was used.
Thanks to Maxim Dounin.
*) Bugfix: a segmentation fault occurred in worker process if
the CRAM-MD5 authentication method was used, but it was not
enabled.
*) Bugfix: a segmentation fault might occur in worker process
if the eventport method was used.
</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 e45348d675ca..1046c3c23ddb 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -6,7 +6,7 @@ # PORTNAME= nginx -PORTVERSION= 0.5.27 +PORTVERSION= 0.5.28 CATEGORIES= www MASTER_SITES= http://sysoev.ru/nginx/ MASTER_SITES+= ${MASTER_SITE_LOCAL} diff --git a/www/nginx/distinfo b/www/nginx/distinfo index 89367565c408..0d2ba0b24ca3 100644 --- a/www/nginx/distinfo +++ b/www/nginx/distinfo @@ -1,3 +1,3 @@ -MD5 (nginx-0.5.27.tar.gz) = 8f8595a2bcf0c490b353b18d7d04e885 -SHA256 (nginx-0.5.27.tar.gz) = b7ef422f801b4b5c242871317fbc72ae1c5912b703158e52f92e3d149287a558 -SIZE (nginx-0.5.27.tar.gz) = 471771 +MD5 (nginx-0.5.28.tar.gz) = 5384d808bd2dcc66d339e3a2c948c7f0 +SHA256 (nginx-0.5.28.tar.gz) = d0c39063e27dd4c261a6ee87b4f5949efef30ab906a4490040e80c4392adc227 +SIZE (nginx-0.5.28.tar.gz) = 472085 |