diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2015-12-08 22:50:03 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2015-12-08 22:50:03 +0000 |
commit | 649eb1d22e06c22bd3e4a8cdd154c7daceef25aa (patch) | |
tree | aea479edc8914278bd32abbf91f5a91b1f4a0121 /www | |
parent | 56701bcf507e95f53e537d13df13919b2713b6e7 (diff) | |
download | freebsd-ports-649eb1d22e06c22bd3e4a8cdd154c7daceef25aa.zip |
Upgrade from 1.9.7 to 1.9.8.
Add the HTTP_SLICE knob for the ngx_http_slice module.
<ChangeLog>
*) Feature: pwritev() support.
*) Feature: the "include" directive inside the "upstream" block.
*) Feature: the ngx_http_slice_module.
*) Bugfix: a segmentation fault might occur in a worker process when
using LibreSSL; the bug had appeared in 1.9.6.
*) Bugfix: nginx could not be built on OS X in some cases.
</ChangeLog>
Diffstat (limited to 'www')
-rw-r--r-- | www/nginx-devel/Makefile | 9 | ||||
-rw-r--r-- | www/nginx-devel/distinfo | 4 |
2 files changed, 9 insertions, 4 deletions
diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile index 9949ff9d4470..275a0ac1488d 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= nginx -PORTVERSION= 1.9.7 -PORTREVISION= 1 +PORTVERSION= 1.9.8 CATEGORIES= www MASTER_SITES= http://nginx.org/download/ MASTER_SITES+= LOCAL/osa @@ -43,6 +42,7 @@ OPTIONS_DEFINE= \ HTTP_REALIP \ HTTP_REWRITE \ HTTP_SECURE_LINK \ + HTTP_SLICE \ HTTP_SSL \ HTTP_STATUS \ HTTP_SUB \ @@ -140,6 +140,7 @@ HTTP_RANDOM_INDEX_DESC= Enable http_random_index module HTTP_REALIP_DESC= Enable http_realip module HTTP_REWRITE_DESC= Enable http_rewrite module HTTP_SECURE_LINK_DESC= Enable http_secure_link module +HTTP_SLICE_DESC= Enable http_slice module HTTP_SSL_DESC= Enable http_ssl module HTTP_STATUS_DESC= Enable http_stub_status module HTTP_SUB_DESC= Enable http_sub module @@ -564,6 +565,10 @@ EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-ngx_http_tarantool-config CONFIGURE_ARGS+=--with-http_secure_link_module .endif +.if ${PORT_OPTIONS:MHTTP_SLICE} +CONFIGURE_ARGS+=--with-http_slice_module +.endif + .if ${PORT_OPTIONS:MHTTP_STATUS} CONFIGURE_ARGS+=--with-http_stub_status_module .endif diff --git a/www/nginx-devel/distinfo b/www/nginx-devel/distinfo index efd2ec72e37e..2883625154ef 100644 --- a/www/nginx-devel/distinfo +++ b/www/nginx-devel/distinfo @@ -1,5 +1,5 @@ -SHA256 (nginx-1.9.7.tar.gz) = 794bd217affdfce1c6263d9199c3961f387a2df9d57dcb42876faaf41c1748d5 -SIZE (nginx-1.9.7.tar.gz) = 885562 +SHA256 (nginx-1.9.8.tar.gz) = 36b1ec716c5735e7d37f60a421549f100c3494438f0ae173e8e869e04d408d3d +SIZE (nginx-1.9.8.tar.gz) = 887800 SHA256 (nginx-accesskey-2.0.3.tar.gz) = d9e94321e78a02de16c57f3e048fd31059fd8116ed03d6de7180f435c52502b1 SIZE (nginx-accesskey-2.0.3.tar.gz) = 2632 SHA256 (ngx_http_auth_pam_module-1.2.tar.gz) = 5a85970ba61a99f55a26d2536a11d512b39bbd622f5737d25a9a8c10db81efa9 |