mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
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>
This commit is contained in:
parent
b0df87a4f2
commit
5d47a0cac4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=505134
3 changed files with 7 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= nginx
|
PORTNAME= nginx
|
||||||
PORTVERSION= 1.17.0
|
PORTVERSION= 1.17.1
|
||||||
CATEGORIES= www
|
CATEGORIES= www
|
||||||
MASTER_SITES= http://nginx.org/download/ \
|
MASTER_SITES= http://nginx.org/download/ \
|
||||||
LOCAL/osa
|
LOCAL/osa
|
||||||
|
|
|
@ -220,7 +220,7 @@ NAXSI_NGINX_VER= 0.56
|
||||||
NAXSI_GH_TUPLE= nbs-system:naxsi:${NAXSI_NGINX_VER}:naxsi
|
NAXSI_GH_TUPLE= nbs-system:naxsi:${NAXSI_NGINX_VER}:naxsi
|
||||||
NAXSI_VARS= DSO_EXTMODS+=naxsi NAXSI_SUBDIR=/naxsi_src
|
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
|
NJS_VARS= DSO_EXTMODS+=njs NJS_SUBDIR=/nginx
|
||||||
|
|
||||||
PASSENGER_NGINX_VER= 6.0.2
|
PASSENGER_NGINX_VER= 6.0.2
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
TIMESTAMP = 1558471888
|
TIMESTAMP = 1561513233
|
||||||
SHA256 (nginx-1.17.0.tar.gz) = e21b5d06cd53e86afb94f0b3678e0abb0c0f011433471fa3d895cefa65ae0fab
|
SHA256 (nginx-1.17.1.tar.gz) = 6f1825b4514e601579986035783769c456b888d3facbab78881ed9b58467e73e
|
||||||
SIZE (nginx-1.17.0.tar.gz) = 1032978
|
SIZE (nginx-1.17.1.tar.gz) = 1033452
|
||||||
SHA256 (ngx_cache_purge-2.3.tar.gz) = 279e0d8a46d3b1521fd43b3f78bc1c08b263899142a7cc5058c1c0361a92c89c
|
SHA256 (ngx_cache_purge-2.3.tar.gz) = 279e0d8a46d3b1521fd43b3f78bc1c08b263899142a7cc5058c1c0361a92c89c
|
||||||
SIZE (ngx_cache_purge-2.3.tar.gz) = 12248
|
SIZE (ngx_cache_purge-2.3.tar.gz) = 12248
|
||||||
SHA256 (nginx_mogilefs_module-1.0.4.tar.gz) = 7ac230d30907f013dff8d435a118619ea6168aa3714dba62c6962d350c6295ae
|
SHA256 (nginx_mogilefs_module-1.0.4.tar.gz) = 7ac230d30907f013dff8d435a118619ea6168aa3714dba62c6962d350c6295ae
|
||||||
|
@ -107,8 +107,8 @@ SHA256 (SpiderLabs-ModSecurity-nginx-ecb255a_GH0.tar.gz) = 5db295eec3936ab2bd519
|
||||||
SIZE (SpiderLabs-ModSecurity-nginx-ecb255a_GH0.tar.gz) = 31087
|
SIZE (SpiderLabs-ModSecurity-nginx-ecb255a_GH0.tar.gz) = 31087
|
||||||
SHA256 (nbs-system-naxsi-0.56_GH0.tar.gz) = 0a66dcadd32432460fab180be9f2efe24e911e3798917b2787ee710e02901eb4
|
SHA256 (nbs-system-naxsi-0.56_GH0.tar.gz) = 0a66dcadd32432460fab180be9f2efe24e911e3798917b2787ee710e02901eb4
|
||||||
SIZE (nbs-system-naxsi-0.56_GH0.tar.gz) = 192120
|
SIZE (nbs-system-naxsi-0.56_GH0.tar.gz) = 192120
|
||||||
SHA256 (nginx-njs-0.3.2_GH0.tar.gz) = eae0e8861e7af1df83dedae090e823cb1c3e5b1a18fca75243d5fa7080170d3f
|
SHA256 (nginx-njs-0.3.3_GH0.tar.gz) = e2c4f610c6422166e462c6f1b6dfd52dd696141e5013995e23ede0140727cdfc
|
||||||
SIZE (nginx-njs-0.3.2_GH0.tar.gz) = 325183
|
SIZE (nginx-njs-0.3.3_GH0.tar.gz) = 333026
|
||||||
SHA256 (FRiCKLE-ngx_postgres-1.0rc7_GH0.tar.gz) = c942e674a7273ab87caab4dcad626ab54852be192c29b1add50d2cb535e3cbb9
|
SHA256 (FRiCKLE-ngx_postgres-1.0rc7_GH0.tar.gz) = c942e674a7273ab87caab4dcad626ab54852be192c29b1add50d2cb535e3cbb9
|
||||||
SIZE (FRiCKLE-ngx_postgres-1.0rc7_GH0.tar.gz) = 40742
|
SIZE (FRiCKLE-ngx_postgres-1.0rc7_GH0.tar.gz) = 40742
|
||||||
SHA256 (openresty-rds-csv-nginx-module-v0.09_GH0.tar.gz) = 896be99c0cad50218417800a159e43ec088d6b58c099472ed3b3d7f179d6c0ea
|
SHA256 (openresty-rds-csv-nginx-module-v0.09_GH0.tar.gz) = 896be99c0cad50218417800a159e43ec088d6b58c099472ed3b3d7f179d6c0ea
|
||||||
|
|
Loading…
Add table
Reference in a new issue