diff options
author | osa <osa@FreeBSD.org> | 2007-05-29 00:08:17 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2007-05-29 00:08:17 +0800 |
commit | 4e3b2b6126ac4f2464b9db0e8d4d9b96809cd0ea (patch) | |
tree | 8112bd05cd7ad90c97dbf48789babea6699e16c1 /www | |
parent | 5388f617662bf94beb56c813ec45f487a151d482 (diff) | |
download | freebsd-ports-gnome-4e3b2b6126ac4f2464b9db0e8d4d9b96809cd0ea.tar.gz freebsd-ports-gnome-4e3b2b6126ac4f2464b9db0e8d4d9b96809cd0ea.tar.zst freebsd-ports-gnome-4e3b2b6126ac4f2464b9db0e8d4d9b96809cd0ea.zip |
Update to latest bugfix release 0.5.21.
<Changelog>
*) Bugfix: if server has more than about ten locations, then
regex locations may be choosen not in that order as they
were specified.
*) Bugfix: a worker process may got caught in an endless loop
on 64-bit platform, if the 33-rd or next in succession
backend has failed.
Thanks to Anton Povarov.
*) Bugfix: a bus error might occur on Solaris/sparc64 if the
PCRE library was used.
Thanks to Andrei Nigmatulin.
*) Bugfix: in the HTTPS protocol in the "proxy_pass" directive.
</Changelog>
Diffstat (limited to 'www')
-rw-r--r-- | www/nginx-devel/Makefile | 2 | ||||
-rw-r--r-- | www/nginx-devel/distinfo | 6 | ||||
-rw-r--r-- | www/nginx/Makefile | 2 | ||||
-rw-r--r-- | www/nginx/distinfo | 6 |
4 files changed, 8 insertions, 8 deletions
diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile index 5e0578cbcf52..3fbc87fe1026 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= nginx -PORTVERSION= 0.5.20 +PORTVERSION= 0.5.21 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 dc4c2ed2fa0b..e1f613c954af 100644 --- a/www/nginx-devel/distinfo +++ b/www/nginx-devel/distinfo @@ -1,3 +1,3 @@ -MD5 (nginx-0.5.20.tar.gz) = 4a1a0f8cbfe743bc74818443f3799b34 -SHA256 (nginx-0.5.20.tar.gz) = 7d5dac7203bd9a52e4fb4707c9f0686cca04caebf78ec86e59eabcf20b29de65 -SIZE (nginx-0.5.20.tar.gz) = 469542 +MD5 (nginx-0.5.21.tar.gz) = f6021b2916687f6a9105603be6cdd7cc +SHA256 (nginx-0.5.21.tar.gz) = fe42fcc8d3d8261cd344fae02d420e2ed279185a3ab216a0bece8b49279ee228 +SIZE (nginx-0.5.21.tar.gz) = 470069 diff --git a/www/nginx/Makefile b/www/nginx/Makefile index 5e0578cbcf52..3fbc87fe1026 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -6,7 +6,7 @@ # PORTNAME= nginx -PORTVERSION= 0.5.20 +PORTVERSION= 0.5.21 CATEGORIES= www MASTER_SITES= http://sysoev.ru/nginx/ MASTER_SITES+= ${MASTER_SITE_LOCAL} diff --git a/www/nginx/distinfo b/www/nginx/distinfo index dc4c2ed2fa0b..e1f613c954af 100644 --- a/www/nginx/distinfo +++ b/www/nginx/distinfo @@ -1,3 +1,3 @@ -MD5 (nginx-0.5.20.tar.gz) = 4a1a0f8cbfe743bc74818443f3799b34 -SHA256 (nginx-0.5.20.tar.gz) = 7d5dac7203bd9a52e4fb4707c9f0686cca04caebf78ec86e59eabcf20b29de65 -SIZE (nginx-0.5.20.tar.gz) = 469542 +MD5 (nginx-0.5.21.tar.gz) = f6021b2916687f6a9105603be6cdd7cc +SHA256 (nginx-0.5.21.tar.gz) = fe42fcc8d3d8261cd344fae02d420e2ed279185a3ab216a0bece8b49279ee228 +SIZE (nginx-0.5.21.tar.gz) = 470069 |