svn commit: r426305 - head/www/nginx-devel
Sergey A. Osokin
osa at FreeBSD.org
Fri Nov 18 02:37:18 UTC 2016
Author: osa
Date: Fri Nov 18 02:37:16 2016
New Revision: 426305
URL: https://svnweb.freebsd.org/changeset/ports/426305
Log:
Upgrade from 1.11.5 to 1.11.6.
Mark following third-party modules with IGNORE, a patches require from upstreams:
o) http_upstream_fair;
o) drizzle;
o) memc;
o) postgres;
o) redis2.
<ChangeLog>
*) Change: format of the $ssl_client_s_dn and $ssl_client_i_dn variables
has been changed to follow RFC 2253 (RFC 4514); values in the old
format are available in the $ssl_client_s_dn_legacy and
$ssl_client_i_dn_legacy variables.
*) Change: when storing temporary files in a cache directory they will
be stored in the same subdirectories as corresponding cache files
instead of a separate subdirectory for temporary files.
*) Feature: EXTERNAL authentication mechanism support in mail proxy.
Thanks to Robert Norris.
*) Feature: WebP support in the ngx_http_image_filter_module.
*) Feature: variables support in the "proxy_method" directive.
Thanks to Dmitry Lazurkin.
*) Feature: the "http2_max_requests" directive in the
ngx_http_v2_module.
*) Feature: the "proxy_cache_max_range_offset",
"fastcgi_cache_max_range_offset", "scgi_cache_max_range_offset", and
"uwsgi_cache_max_range_offset" directives.
*) Bugfix: graceful shutdown of old worker processes might require
infinite time when using HTTP/2.
*) Bugfix: in the ngx_http_mp4_module.
*) Bugfix: "ignore long locked inactive cache entry" alerts might appear
in logs when proxying WebSocket connections with caching enabled.
*) Bugfix: nginx did not write anything to log and returned a response
with code 502 instead of 504 when a timeout occurred during an SSL
handshake to a backend.
</ChangeLog>
Modified:
head/www/nginx-devel/Makefile
head/www/nginx-devel/distinfo
Modified: head/www/nginx-devel/Makefile
==============================================================================
--- head/www/nginx-devel/Makefile Fri Nov 18 02:14:06 2016 (r426304)
+++ head/www/nginx-devel/Makefile Fri Nov 18 02:37:16 2016 (r426305)
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= nginx
-PORTVERSION= 1.11.5
-PORTREVISION= 1
+PORTVERSION= 1.11.6
CATEGORIES= www
MASTER_SITES= http://nginx.org/download/
MASTER_SITES+= LOCAL/osa
@@ -737,6 +736,7 @@ DISTFILES+= nginx_upstream_fair-${NGINX_
CONFIGURE_ARGS+=--add-module=${WRKDIR}/nginx_upstream_fair-${NGINX_UPSTREAM_FAIR_VERSION}
.if !empty(PORT_OPTIONS:MHTTP_UPSTREAM_CHECK)
EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-ngx_http_upstream_fair_module.c
+IGNORE= HTTP_UPSTREAM_FAIR: a patch requires
.endif
.endif
@@ -789,6 +789,7 @@ GH_PROJECT+= drizzle-nginx-module:drizzl
GH_TAGNAME+= v${NGINX_DRIZZLE_VERSION}:drizzle
CONFIGURE_ARGS+=--add-module=${WRKSRC_drizzle}
EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-openresty-drizzle-nginx-module-config
+IGNORE= DRIZZLE: a patch requires
.endif
.if ${PORT_OPTIONS:MDYNAMIC_UPSTREAM}
@@ -858,6 +859,7 @@ GH_ACCOUNT+= openresty:memc
GH_PROJECT+= memc-nginx-module:memc
GH_TAGNAME+= v${NGINX_MEMC_VERSION}:memc
CONFIGURE_ARGS+=--add-module=${WRKSRC_memc}
+IGNORE= MEMC: a patch requires
.endif
.if ${PORT_OPTIONS:MMODSECURITY}
@@ -916,6 +918,7 @@ GH_PROJECT+= ngx_postgres:postgres
GH_TAGNAME+= ${NGINX_POSTGRES_VERSION}:postgres
CONFIGURE_ARGS+=--add-module=${WRKSRC_postgres}
EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-ngx_postgres-config
+IGNORE= POSTGRES: a patch requires
.endif
.if ${PORT_OPTIONS:MRDS_CSV}
@@ -940,6 +943,7 @@ GH_ACCOUNT+= openresty:redis2
GH_PROJECT+= redis2-nginx-module:redis2
GH_TAGNAME+= v${NGINX_REDIS2_VERSION}:redis2
CONFIGURE_ARGS+=--add-module=${WRKSRC_redis2}
+IGNORE= REDIS2: a patch requires
.endif
.if ${PORT_OPTIONS:MRTMP}
Modified: head/www/nginx-devel/distinfo
==============================================================================
--- head/www/nginx-devel/distinfo Fri Nov 18 02:14:06 2016 (r426304)
+++ head/www/nginx-devel/distinfo Fri Nov 18 02:37:16 2016 (r426305)
@@ -1,6 +1,6 @@
-TIMESTAMP = 1478788377
-SHA256 (nginx-1.11.5.tar.gz) = 223f8a2345a75f891098cf26ccdf208b293350388f51ce69083674c9432db6f6
-SIZE (nginx-1.11.5.tar.gz) = 956517
+TIMESTAMP = 1479432033
+SHA256 (nginx-1.11.6.tar.gz) = 3153abbb518e2d9c032e1b127da3dc0028ad36cd4679e5f3be0b8afa33bc85bd
+SIZE (nginx-1.11.6.tar.gz) = 960331
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
More information about the svn-ports-all
mailing list