Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Jun 2019 01:53:57 +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: r505134 - head/www/nginx-devel
Message-ID:  <201906260153.x5Q1rv8Q090308@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: osa
Date: Wed Jun 26 01:53:56 2019
New Revision: 505134
URL: https://svnweb.freebsd.org/changeset/ports/505134

Log:
  Update nginx from 1.17.0 to 1.17.1.
  Update njs module from 0.3.2 to 0.3.3.
  
  <ChangeLog with nginx 1.17.1>
  
  *) Feature: the "limit_req_dry_run" directive.
  
  *) Feature: when using the "hash" directive inside the "upstream" block
     an empty hash key now triggers round-robin balancing.
     Thanks to Niklas Keller.
  
  *) Bugfix: a segmentation fault might occur in a worker process if
     caching was used along with the "image_filter" directive, and errors
     with code 415 were redirected with the "error_page" directive; the
     bug had appeared in 1.11.10.
  
  *) Bugfix: a segmentation fault might occur in a worker process if
     embedded perl was used; the bug had appeared in 1.7.3.
  
  </ChangeLog>
  
  <ChangeLog with njs 0.3.3>
  
  nginx modules:
  
  *) Improvement: getting of special response headers in headersOut.
  
  *) Improvement: working with unknown methods in subrequest().
  
  *) Improvement: added support for null as a second argument
     of r.subrequest().
  
  *) Bugfix: fixed processing empty output chain in stream body filter.
  
  Core:
  *) Feature: added runtime support for property getter/setter.
     Thanks to 洪志道 (Hong Zhi Dao) and Artem S. Povalyukhin.
  
  *) Feature: added "process" global object.
  
  *) Feature: writable most of built-in properties and methods.
  
  *) Feature: added generic implementation of Array.prototype.fill().
  
  *) Bugfix: fixed integer-overflow in String.prototype.concat().
  
  *) Bugfix: fixed setting of object properties.
  
  *) Bugfix: fixed Array.prototype.toString().
  
  *) Bugfix: fixed Date.prototype.toJSON().
  
  *) Bugfix: fixed overwriting "constructor" property of built-in
     prototypes.
  
  *) Bugfix: fixed processing of invalid surrogate pairs in strings.
  
  *) Bugfix: fixed processing of invalid surrogate pairs in JSON
     strings.
  
  *) Bugfix: fixed heap-buffer-overflow in toUpperCase() and
     toLowerCase().
  
  *) Bugfix: fixed escaping lone closing square brackets in RegExp()
     constructor.
  
  *) Bugfix: fixed String.prototype.toBytes() for ASCII strings.
  
  *) Bugfix: fixed handling zero byte characters inside RegExp
     pattern strings.
  
  *) Bugfix: fixed String.prototype.toBytes() for ASCII strings.
  
  *) Bugfix: fixed truth value of JSON numbers in JSON.parse().
  
  *) Bugfix: fixed use-of-uninitialized-value in
     njs_string_replace_join().
  
  *) Bugfix: fixed parseInt('-0').
     Thanks to Artem S. Povalyukhin.
  
  </ChangeLog>

Modified:
  head/www/nginx-devel/Makefile
  head/www/nginx-devel/Makefile.extmod
  head/www/nginx-devel/distinfo

Modified: head/www/nginx-devel/Makefile
==============================================================================
--- head/www/nginx-devel/Makefile	Wed Jun 26 01:49:08 2019	(r505133)
+++ head/www/nginx-devel/Makefile	Wed Jun 26 01:53:56 2019	(r505134)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	nginx
-PORTVERSION=	1.17.0
+PORTVERSION=	1.17.1
 CATEGORIES=	www
 MASTER_SITES=	http://nginx.org/download/ \
 		LOCAL/osa

Modified: head/www/nginx-devel/Makefile.extmod
==============================================================================
--- head/www/nginx-devel/Makefile.extmod	Wed Jun 26 01:49:08 2019	(r505133)
+++ head/www/nginx-devel/Makefile.extmod	Wed Jun 26 01:53:56 2019	(r505134)
@@ -220,7 +220,7 @@ NAXSI_NGINX_VER=	0.56
 NAXSI_GH_TUPLE=		nbs-system:naxsi:${NAXSI_NGINX_VER}:naxsi
 NAXSI_VARS=		DSO_EXTMODS+=naxsi NAXSI_SUBDIR=/naxsi_src
 
-NJS_GH_TUPLE=		nginx:njs:0.3.2:njs
+NJS_GH_TUPLE=		nginx:njs:0.3.3:njs
 NJS_VARS=		DSO_EXTMODS+=njs NJS_SUBDIR=/nginx
 
 PASSENGER_NGINX_VER=	6.0.2

Modified: head/www/nginx-devel/distinfo
==============================================================================
--- head/www/nginx-devel/distinfo	Wed Jun 26 01:49:08 2019	(r505133)
+++ head/www/nginx-devel/distinfo	Wed Jun 26 01:53:56 2019	(r505134)
@@ -1,6 +1,6 @@
-TIMESTAMP = 1558471888
-SHA256 (nginx-1.17.0.tar.gz) = e21b5d06cd53e86afb94f0b3678e0abb0c0f011433471fa3d895cefa65ae0fab
-SIZE (nginx-1.17.0.tar.gz) = 1032978
+TIMESTAMP = 1561513233
+SHA256 (nginx-1.17.1.tar.gz) = 6f1825b4514e601579986035783769c456b888d3facbab78881ed9b58467e73e
+SIZE (nginx-1.17.1.tar.gz) = 1033452
 SHA256 (ngx_cache_purge-2.3.tar.gz) = 279e0d8a46d3b1521fd43b3f78bc1c08b263899142a7cc5058c1c0361a92c89c
 SIZE (ngx_cache_purge-2.3.tar.gz) = 12248
 SHA256 (nginx_mogilefs_module-1.0.4.tar.gz) = 7ac230d30907f013dff8d435a118619ea6168aa3714dba62c6962d350c6295ae
@@ -107,8 +107,8 @@ SHA256 (SpiderLabs-ModSecurity-nginx-ecb255a_GH0.tar.g
 SIZE (SpiderLabs-ModSecurity-nginx-ecb255a_GH0.tar.gz) = 31087
 SHA256 (nbs-system-naxsi-0.56_GH0.tar.gz) = 0a66dcadd32432460fab180be9f2efe24e911e3798917b2787ee710e02901eb4
 SIZE (nbs-system-naxsi-0.56_GH0.tar.gz) = 192120
-SHA256 (nginx-njs-0.3.2_GH0.tar.gz) = eae0e8861e7af1df83dedae090e823cb1c3e5b1a18fca75243d5fa7080170d3f
-SIZE (nginx-njs-0.3.2_GH0.tar.gz) = 325183
+SHA256 (nginx-njs-0.3.3_GH0.tar.gz) = e2c4f610c6422166e462c6f1b6dfd52dd696141e5013995e23ede0140727cdfc
+SIZE (nginx-njs-0.3.3_GH0.tar.gz) = 333026
 SHA256 (FRiCKLE-ngx_postgres-1.0rc7_GH0.tar.gz) = c942e674a7273ab87caab4dcad626ab54852be192c29b1add50d2cb535e3cbb9
 SIZE (FRiCKLE-ngx_postgres-1.0rc7_GH0.tar.gz) = 40742
 SHA256 (openresty-rds-csv-nginx-module-v0.09_GH0.tar.gz) = 896be99c0cad50218417800a159e43ec088d6b58c099472ed3b3d7f179d6c0ea



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