Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Dec 2016 16:56:18 +0000 (UTC)
From:      "Sergey A. Osokin" <osa@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r428880 - in head/www/nginx-devel: . files
Message-ID:  <201612181656.uBIGuIth071339@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: osa
Date: Sun Dec 18 16:56:18 2016
New Revision: 428880
URL: https://svnweb.freebsd.org/changeset/ports/428880

Log:
  Upgrade from 1.11.6 to 1.11.7.
  Upgrade njs module from 8c01042 to f8c642a.
  
  <ChangeLog>
  
  *) Change: now in case of a client certificate verification error the
     $ssl_client_verify variable contains a string with the failure
     reason, for example, "FAILED:certificate has expired".
  
  *) Feature: the $ssl_ciphers, $ssl_curves, $ssl_client_v_start,
     $ssl_client_v_end, and $ssl_client_v_remain variables.
  
  *) Feature: the "volatile" parameter of the "map" directive.
  
  *) Bugfix: dependencies specified for a module were ignored while
     building dynamic modules.
  
  *) Bugfix: when using HTTP/2 and the "limit_req" or "auth_request"
     directives client request body might be corrupted; the bug had
     appeared in 1.11.0.
  
  *) Bugfix: a segmentation fault might occur in a worker process when
     using HTTP/2; the bug had appeared in 1.11.3.
  
  *) Bugfix: in the ngx_http_mp4_module.
     Thanks to Congcong Hu.
  
  *) Bugfix: in the ngx_http_perl_module.
  
  </ChangeLog>

Modified:
  head/www/nginx-devel/Makefile
  head/www/nginx-devel/distinfo
  head/www/nginx-devel/files/extra-patch-fastdfs-src-config

Modified: head/www/nginx-devel/Makefile
==============================================================================
--- head/www/nginx-devel/Makefile	Sun Dec 18 16:49:22 2016	(r428879)
+++ head/www/nginx-devel/Makefile	Sun Dec 18 16:56:18 2016	(r428880)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	nginx
-PORTVERSION=	1.11.6
-PORTREVISION=	3
+PORTVERSION=	1.11.7
 CATEGORIES=	www
 MASTER_SITES=	http://nginx.org/download/
 MASTER_SITES+=	LOCAL/osa
@@ -1063,7 +1062,7 @@ CONFIGURE_ARGS+=--with-http_v2_module
 .if ${PORT_OPTIONS:MNJS}
 GH_ACCOUNT+=	nginx:njs
 GH_PROJECT+=	njs:njs
-GH_TAGNAME+=	8c01042:njs
+GH_TAGNAME+=	f8c642a:njs
 .if !empty(PORT_OPTIONS:MDSO)
 CONFIGURE_ARGS+=--add-dynamic-module=${WRKSRC_njs}/nginx
 .else

Modified: head/www/nginx-devel/distinfo
==============================================================================
--- head/www/nginx-devel/distinfo	Sun Dec 18 16:49:22 2016	(r428879)
+++ head/www/nginx-devel/distinfo	Sun Dec 18 16:56:18 2016	(r428880)
@@ -1,8 +1,6 @@
-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
+TIMESTAMP = 1482079559
+SHA256 (nginx-1.11.7.tar.gz) = 0d55beb52b2126a3e6c7ae40f092986afb89d77b8062ca0974512b8c76d9300e
+SIZE (nginx-1.11.7.tar.gz) = 962302
 SHA256 (ngx_http_auth_pam_module-1.2.tar.gz) = 5a85970ba61a99f55a26d2536a11d512b39bbd622f5737d25a9a8c10db81efa9
 SIZE (ngx_http_auth_pam_module-1.2.tar.gz) = 5424
 SHA256 (ngx_cache_purge-2.3.tar.gz) = 279e0d8a46d3b1521fd43b3f78bc1c08b263899142a7cc5058c1c0361a92c89c
@@ -127,8 +125,8 @@ SHA256 (gabor-nginx-x-rid-header-0daa3cc
 SIZE (gabor-nginx-x-rid-header-0daa3cc_GH0.tar.gz) = 2711
 SHA256 (openresty-xss-nginx-module-v0.05_GH0.tar.gz) = 958bd8de773601d8d3138501cc4be0420f1c818a3987a70cc9c0023371e432cf
 SIZE (openresty-xss-nginx-module-v0.05_GH0.tar.gz) = 11477
-SHA256 (nginx-njs-8c01042_GH0.tar.gz) = f35e9ed1a90d4afc552b1dca32006cb81c2210f27da5c016d518b64ff4c77df6
-SIZE (nginx-njs-8c01042_GH0.tar.gz) = 184967
+SHA256 (nginx-njs-f8c642a_GH0.tar.gz) = 96fdff8b26273efd9ad45326ce732c2fc285b2700e346c4841310790d91654a7
+SIZE (nginx-njs-f8c642a_GH0.tar.gz) = 183975
 SHA256 (openresty-array-var-nginx-module-v0.05_GH0.tar.gz) = c949d4be6f3442c8e2937046448dc8d8def25c0e0fa6f4e805144cea45eabe80
 SIZE (openresty-array-var-nginx-module-v0.05_GH0.tar.gz) = 11280
 SHA256 (google-ngx_brotli-ada972b_GH0.tar.gz) = d3d0e22a2629cd017280e05bd3bf05aa7b5c820ebe8c79932ce161243911e776

Modified: head/www/nginx-devel/files/extra-patch-fastdfs-src-config
==============================================================================
--- head/www/nginx-devel/files/extra-patch-fastdfs-src-config	Sun Dec 18 16:49:22 2016	(r428879)
+++ head/www/nginx-devel/files/extra-patch-fastdfs-src-config	Sun Dec 18 16:56:18 2016	(r428880)
@@ -1,5 +1,5 @@
---- ../fastdfs-nginx-module-5a8110f57ec55ff580260cf1fc6aa152a5a4c574/src/config.orig	2016-10-12 16:09:34.075804000 +0200
-+++ ../fastdfs-nginx-module-5a8110f57ec55ff580260cf1fc6aa152a5a4c574/src/config	2016-10-12 16:10:43.916280000 +0200
+--- ../fastdfs-nginx-module-5a8110f/src/config.orig	2016-10-12 16:09:34.075804000 +0200
++++ ../fastdfs-nginx-module-5a8110f/src/config	2016-10-12 16:10:43.916280000 +0200
 @@ -3,16 +3,16 @@
  if test -n "${ngx_module_link}"; then
      ngx_module_type=HTTP



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612181656.uBIGuIth071339>