Update from 1.5.13 to 1.7.0.
Temporary disable passenger support, patching require. <ChangeLog> *) Feature: backend SSL certificate verification. *) Feature: support for SNI while working with SSL backends. *) Feature: the $ssl_server_name variable. *) Feature: the "if" parameter of the "access_log" directive. </ChangeLog>
This commit is contained in:
parent
d21f8c4177
commit
2c59b06f02
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=352964
@ -2,8 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= nginx
|
||||
PORTVERSION= 1.5.13
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.7.0
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://nginx.org/download/
|
||||
MASTER_SITES+= ${MASTER_SITE_LOCAL}
|
||||
@ -646,6 +645,7 @@ CONFIGURE_ARGS+=--without-http_rewrite_module \
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MPASSENGER}
|
||||
IGNORE= PASSENGER: update require
|
||||
PASSENGER_VERSION= 4.0.41
|
||||
MASTER_SITES+= http://s3.amazonaws.com/phusion-passenger/releases/:passenger
|
||||
DISTFILES+= passenger-${PASSENGER_VERSION}.tar.gz:passenger
|
||||
|
@ -1,5 +1,5 @@
|
||||
SHA256 (nginx-1.5.13.tar.gz) = 7f3c66de04bfcee3c9e84ceed2e3d726bd1233d869bf3b7a7e5fb83946fe9baa
|
||||
SIZE (nginx-1.5.13.tar.gz) = 802922
|
||||
SHA256 (nginx-1.7.0.tar.gz) = 6149f14efa2ab1b2ce4b4c0bc9a4f8c2d3aa415f0891a810f97cc4186cec7dd7
|
||||
SIZE (nginx-1.7.0.tar.gz) = 805981
|
||||
SHA256 (giom-nginx_accept_language_module-2f69842.tar.gz) = fbcdf792160a1eff7b9549aeb5209d6e76716ff8e86b05e42c90b2d2f858e011
|
||||
SIZE (giom-nginx_accept_language_module-2f69842.tar.gz) = 3399
|
||||
SHA256 (nginx-accesskey-2.0.3.tar.gz) = d9e94321e78a02de16c57f3e048fd31059fd8116ed03d6de7180f435c52502b1
|
||||
|
Loading…
Reference in New Issue
Block a user