diff options
author | osa <osa@FreeBSD.org> | 2009-06-10 03:37:24 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2009-06-10 03:37:24 +0800 |
commit | ef8088d2e8109ddffaac644ef25f69529eaea2c8 (patch) | |
tree | afe9883759f920a47750ebab56391cc9184e985b /www | |
parent | 6574b8225d05d7172d0dd1cf6677f02d94ecfcbe (diff) | |
download | freebsd-ports-gnome-ef8088d2e8109ddffaac644ef25f69529eaea2c8.tar.gz freebsd-ports-gnome-ef8088d2e8109ddffaac644ef25f69529eaea2c8.tar.zst freebsd-ports-gnome-ef8088d2e8109ddffaac644ef25f69529eaea2c8.zip |
Update from 0.8.0 to 0.8.1.
<ChangeLog>
*) Feature: the "updating" parameter in "proxy_cache_use_stale" and
"fastcgi_cache_use_stale" directives.
*) Bugfix: the "If-Modified-Since", "If-Range", etc. client request
header lines were passed to backend while caching if no
"proxy_set_header" directive was used with any parameters.
*) Bugfix: the "Set-Cookie" and "P3P" response header lines were not
hidden while caching if no "proxy_hide_header/fastcgi_hide_header"
directives were used with any parameters.
*) Bugfix: the ngx_http_image_filter_module did not support GIF87a
format.
Thanks to Denis Ilyinyh.
*) Bugfix: nginx could not be built modules on Solaris 10 and early;
the bug had appeared in 0.7.56.
</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 3329720cde6a..807d073607b6 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= nginx -PORTVERSION= 0.8.0 +PORTVERSION= 0.8.1 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 88f904ee9934..14cfee1da557 100644 --- a/www/nginx-devel/distinfo +++ b/www/nginx-devel/distinfo @@ -1,6 +1,6 @@ -MD5 (nginx-0.8.0.tar.gz) = 0b1fdb5416a130483b62309a5235c0f3 -SHA256 (nginx-0.8.0.tar.gz) = b92567c5cbeb4986268729807abaa473266458c8ef0334b51db9b54480b225d0 -SIZE (nginx-0.8.0.tar.gz) = 594153 +MD5 (nginx-0.8.1.tar.gz) = 451f92ff537da56d847210f87847d52e +SHA256 (nginx-0.8.1.tar.gz) = dfe5e93e42d5e563edeb8e4a6b52ee83d2ab176f5d66f548ffce3f988f7913e4 +SIZE (nginx-0.8.1.tar.gz) = 594607 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 |