diff options
author | osa <osa@FreeBSD.org> | 2011-11-15 01:14:37 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2011-11-15 01:14:37 +0800 |
commit | 04185ff19489f0413960d536f7b8180dfaae3b14 (patch) | |
tree | 2419a14be31d6ba28eeb96a46e42c0c917034537 /www | |
parent | 92780f7391d137548ec9fceb72663e279a2fb29f (diff) | |
download | freebsd-ports-gnome-04185ff19489f0413960d536f7b8180dfaae3b14.tar.gz freebsd-ports-gnome-04185ff19489f0413960d536f7b8180dfaae3b14.tar.zst freebsd-ports-gnome-04185ff19489f0413960d536f7b8180dfaae3b14.zip |
Update from 1.1.7 to 1.1.8.
Feature safe: yes.
<ChangeLog>
*) Change: the ngx_http_limit_zone_module was renamed to the
ngx_http_limit_conn_module.
*) Change: the "limit_zone" directive was superseded by the
"limit_conn_zone" directive with a new syntax.
*) Feature: support for multiple "limit_conn" limits on the same level.
*) Feature: the "image_filter_sharpen" directive.
*) Bugfix: a segmentation fault might occur in a worker process if
resolver got a big DNS response.
Thanks to Ben Hawkes.
*) Bugfix: in cache key calculation if internal MD5 implementation was
used; the bug had appeared in 1.0.4.
*) Bugfix: the "If-Modified-Since", "If-Range", etc. client request
header lines might be passed to backend while caching; or not passed
without caching if caching was enabled in another part of the
configuration.
*) Bugfix: the module ngx_http_mp4_module sent incorrect
"Content-Length" response header line if the "start" argument was
used.
Thanks to Piotr Sikora.
</ChangeLog>
Diffstat (limited to 'www')
-rw-r--r-- | www/nginx-devel/Makefile | 2 | ||||
-rw-r--r-- | www/nginx-devel/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile index ae7e9db85a10..e5ce5aaef7b6 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= nginx -PORTVERSION= 1.1.7 +PORTVERSION= 1.1.8 CATEGORIES= www MASTER_SITES= http://nginx.org/download/ MASTER_SITES+= ${MASTER_SITE_LOCAL} diff --git a/www/nginx-devel/distinfo b/www/nginx-devel/distinfo index 4e69327c0ec9..776885bbb655 100644 --- a/www/nginx-devel/distinfo +++ b/www/nginx-devel/distinfo @@ -1,5 +1,5 @@ -SHA256 (nginx-1.1.7.tar.gz) = a1c0f16595a03757c6c5cc6bc17af6cb9059fc8d1681c2e0431c7bfb72fd0bf8 -SIZE (nginx-1.1.7.tar.gz) = 693853 +SHA256 (nginx-1.1.8.tar.gz) = 2f5d2d08fa59043aaae45c72c16ff052fabe1f5ba95fe5475d4994a5a55c9945 +SIZE (nginx-1.1.8.tar.gz) = 695829 SHA256 (giom-nginx_accept_language_module-02262ce.tar.gz) = 3191f4caa70d9a8942c4f10b6abaaa96af451991d4b5e1e3d7b991376b00bf0c SIZE (giom-nginx_accept_language_module-02262ce.tar.gz) = 3398 SHA256 (nginx-accesskey-2.0.3.tar.gz) = d9e94321e78a02de16c57f3e048fd31059fd8116ed03d6de7180f435c52502b1 |