diff options
author | osa <osa@FreeBSD.org> | 2009-03-30 18:29:34 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2009-03-30 18:29:34 +0800 |
commit | 5c33cc322f8a980fce0f193aae92b1c557d46163 (patch) | |
tree | 45c6a32863e698a7a0b1d3483594ed2adc891662 | |
parent | d6f96d1b34cf81adf98780ec004aa4264e33af3e (diff) | |
download | freebsd-ports-gnome-5c33cc322f8a980fce0f193aae92b1c557d46163.tar.gz freebsd-ports-gnome-5c33cc322f8a980fce0f193aae92b1c557d46163.tar.zst freebsd-ports-gnome-5c33cc322f8a980fce0f193aae92b1c557d46163.zip |
Update from 0.7.44 to 0.7.45.
<ChangeLog>
*) Change: now the "proxy_cache" and the "proxy_cache_valid"
can be set on different levels.
*) Change: the "clean_time" parameter of the "proxy_cache_path"
directive is canceled.
*) Feature: the "max_size" parameter of the "proxy_cache_path"
directive.
*) Feature: the ngx_http_fastcgi_module preliminary cache support.
*) Feature: now on shared memory allocation errors directive
and zone names are logged.
*) Bugfix: the directive "add_header last-modified ''" did not
delete a "Last-Modified" response header line; the bug had
appeared in 0.7.44.
*) Bugfix: a relative path in the "auth_basic_user_file" directive
given without variables did not work; the bug had appeared in
0.7.44.
Thanks to Jerome Loyet.
*) Bugfix: in an "alias" directive given using variables without
references to captures of regular expressions; the bug had
appeared in 0.7.42.
</ChangeLog>
-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 ded7c901c90a..b3daeb3c094b 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= nginx -PORTVERSION= 0.7.44 +PORTVERSION= 0.7.45 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 cfdb5a3dcc1b..02f5ce450b7d 100644 --- a/www/nginx-devel/distinfo +++ b/www/nginx-devel/distinfo @@ -1,6 +1,6 @@ -MD5 (nginx-0.7.44.tar.gz) = 2dcbf62a5247b6e171b89bd646bdf405 -SHA256 (nginx-0.7.44.tar.gz) = 4a57bd3aef983f48c73e2fb68a02011da7289a57f776d53c7b1ec63203ad6bd0 -SIZE (nginx-0.7.44.tar.gz) = 576369 +MD5 (nginx-0.7.45.tar.gz) = 32a3a4b3d5de51861447f6735ff58ce0 +SHA256 (nginx-0.7.45.tar.gz) = 18cfe587c6183b0a425f8a3a19bcefba9c56c252ba2cf6e4372cae53af796013 +SIZE (nginx-0.7.45.tar.gz) = 575887 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 |