diff options
author | osa <osa@FreeBSD.org> | 2009-06-19 21:48:07 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2009-06-19 21:48:07 +0800 |
commit | 3b1d710b4bece7b8eb7e23902a1ba9caf57db43d (patch) | |
tree | 53f1710c4957fcc36b5e3c46cf9df067faed4f8f /www | |
parent | 464bcede672c7c484d6d9a5ff1bf3d7055bc88b0 (diff) | |
download | freebsd-ports-gnome-3b1d710b4bece7b8eb7e23902a1ba9caf57db43d.tar.gz freebsd-ports-gnome-3b1d710b4bece7b8eb7e23902a1ba9caf57db43d.tar.zst freebsd-ports-gnome-3b1d710b4bece7b8eb7e23902a1ba9caf57db43d.zip |
Update from 0.8.2 to 0.8.3.
<ChangeLog>
*) Feature: the $upstream_cache_status variable.
*) Bugfix: nginx could not be built on MacOSX 10.6. the bug had
appeared in 0.8.2.
*) Bugfix: nginx could not be built --without-http-cache; the bug had
appeared in 0.8.2.
*) Bugfix: a segmentation fault occurred in worker process, if a
backend 401 error was intercepted and the backend did not set the
"WWW-Authenticate" response header line.
Thanks to Eugene Mychlo.
</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 f0f28f3af495..6ac45d42f620 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= nginx -PORTVERSION= 0.8.2 +PORTVERSION= 0.8.3 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 84311184dc72..0ca5ced68bd3 100644 --- a/www/nginx-devel/distinfo +++ b/www/nginx-devel/distinfo @@ -1,6 +1,6 @@ -MD5 (nginx-0.8.2.tar.gz) = 01753b43865d50177c3c1dec9756e97a -SHA256 (nginx-0.8.2.tar.gz) = 5b553ae18a8b4c80895538e8313729741d0ca004eb2beec48d51aff3c2c85c66 -SIZE (nginx-0.8.2.tar.gz) = 594729 +MD5 (nginx-0.8.3.tar.gz) = eeb72247e80a4f9a86914a2130694270 +SHA256 (nginx-0.8.3.tar.gz) = 46b4ccbb7d9c06a39e00392b7f8f6cbff2d5dd9681db0895ee4fc37d83087cde +SIZE (nginx-0.8.3.tar.gz) = 595269 MD5 (nginx-accesskey-2.0.3.tar.gz) = 9b5304346d5139b1841f5baa01ab0cbe SHA256 (nginx-accesskey-2.0.3.tar.gz) = d9e94321e78a02de16c57f3e048fd31059fd8116ed03d6de7180f435c52502b1 SIZE (nginx-accesskey-2.0.3.tar.gz) = 2632 |