diff options
author | osa <osa@FreeBSD.org> | 2011-10-01 00:49:30 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2011-10-01 00:49:30 +0800 |
commit | b883cc98774e7f080a4625f244f22b602866667e (patch) | |
tree | 6c1beefe15426bd4bac18067814a32cbecab381e /www | |
parent | ad381cd1111c2dac13d0616f2ff8228c6d25ea8d (diff) | |
download | freebsd-ports-gnome-b883cc98774e7f080a4625f244f22b602866667e.tar.gz freebsd-ports-gnome-b883cc98774e7f080a4625f244f22b602866667e.tar.zst freebsd-ports-gnome-b883cc98774e7f080a4625f244f22b602866667e.zip |
Update from 1.0.6 to 1.0.7.
Original http_mp4 and third-party http_mp4_h268 modules are
incompatible, add note about.
<ChangeLog>
*) Change: now if total size of all ranges is greater than source
response size, then nginx disables ranges and returns just the source
response.
*) Feature: the "max_ranges" directive.
*) Feature: the module ngx_http_mp4_module.
*) Feature: the "worker_aio_requests" directive.
*) Bugfix: if nginx was built --with-file-aio it could not be run on
Linux kernel which did not support AIO.
*) Bugfix: in Linux AIO error processing.
Thanks to Hagai Avrahami.
*) Bugfix: in Linux AIO combined with open_file_cache.
*) Bugfix: open_file_cache did not update file info on retest if file
was not atomically changed.
*) Bugfix: reduced memory consumption for long-lived requests.
*) Bugfix: in the "proxy/fastcgi/scgi/uwsgi_ignore_client_abort"
directives.
*) Bugfix: nginx could not be built on MacOSX 10.7.
*) Bugfix: in the "proxy/fastcgi/scgi/uwsgi_ignore_client_abort"
directives.
*) Bugfix: request body might be processed incorrectly if client used
pipelining.
*) Bugfix: in the "request_body_in_single_buf" directive.
*) Bugfix: in "proxy_set_body" and "proxy_pass_request_body" directives
if SSL connection to backend was used.
*) Bugfix: nginx hogged CPU if all servers in an upstream were marked as
"down".
*) Bugfix: a segmentation fault might occur during reconfiguration if
ssl_session_cache was defined but not used in previous configuration.
*) Bugfix: a segmentation fault might occur in a worker process if many
backup servers were used in an upstream.
</ChangeLog>
Diffstat (limited to 'www')
-rw-r--r-- | www/nginx/Makefile | 12 | ||||
-rw-r--r-- | www/nginx/distinfo | 4 |
2 files changed, 12 insertions, 4 deletions
diff --git a/www/nginx/Makefile b/www/nginx/Makefile index 440781bbcd08..8ccaba1860db 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -6,8 +6,7 @@ # PORTNAME= nginx -PORTVERSION= 1.0.6 -PORTREVISION= 1 +PORTVERSION= 1.0.7 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= http://nginx.org/download/ @@ -33,6 +32,7 @@ OPTIONS= DEBUG "Enable nginx debugging" off \ HTTP_GEOIP_MODULE "Enable http_geoip module" off \ HTTP_GZIP_STATIC_MODULE "Enable http_gzip_static module" off \ HTTP_IMAGE_FILTER_MODULE "Enable http_image_filter module" off \ + HTTP_MP4_MODULE "Enable http_mp4 module" off \ HTTP_PERL_MODULE "Enable http_perl module" off \ HTTP_RANDOM_INDEX_MODULE "Enable http_random_index module" off \ HTTP_REALIP_MODULE "Enable http_realip module" off \ @@ -268,6 +268,14 @@ LIB_DEPENDS+= gd.4:${PORTSDIR}/graphics/gd CONFIGURE_ARGS+=--with-http_image_filter_module .endif +.if defined(WITH_HTTP_MP4_MODULE) && defined(WITH_HTTP_MP4_H264_MODULE) +IGNORE= http_mp4 and third-party http_mp4_h264 modules are incompatible. Please select one +.endif + +.if defined(WITH_HTTP_MP4_MODULE) +CONFIGURE_ARGS+=--with-http_mp4_module +.endif + .if defined(WITH_HTTP_MOGILEFS_MODULE) NGINX_MOGILEFS_MODULE_VERSION= 1.0.4 MASTER_SITES+= http://www.grid.net.ru/nginx/download/:mogilefs diff --git a/www/nginx/distinfo b/www/nginx/distinfo index a42c7863dc7e..c59214edf26e 100644 --- a/www/nginx/distinfo +++ b/www/nginx/distinfo @@ -1,5 +1,5 @@ -SHA256 (nginx-1.0.6.tar.gz) = 2580c2d4cb56a70802702b81c0aea2e6b359a131c049a993b806f32791086cbe -SIZE (nginx-1.0.6.tar.gz) = 670835 +SHA256 (nginx-1.0.7.tar.gz) = 394e71ee13d59dd97c41e4f4a66c57ae75f14d625ed2f37592b9b79eece66aba +SIZE (nginx-1.0.7.tar.gz) = 683504 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 |