mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Update from 1.15.11 to 1.15.12.
Update third-party njs module from 0.3.0 to 0.3.1. <ChangeLogs> Changes with nginx 1.15.12 16 Apr 2019 *) Bugfix: a segmentation fault might occur in a worker process if variables were used in the "ssl_certificate" or "ssl_certificate_key" directives and OCSP stapling was enabled. Changes with njs 0.3.1 16 Apr 2019 Core: *) Feature: added arrow functions support. Thanks to 洪志道 (Hong Zhi Dao) and Artem S. Povalyukhin. *) Feature: added Added Object.getOwnPropertyNames(). Thanks to Artem S. Povalyukhin. *) Feature: added Added Object.getOwnPropertyDescriptors(). Thanks to Artem S. Povalyukhin. *) Feature: making __proto__ accessor descriptor of Object instances mutable. *) Feature: added shebang support in CLI. *) Feature: added support for module mode execution in CLI. In module mode global this is unavailable. *) Bugfix: fixed editline detection. *) Bugfix: fixed Function.prototype.bind(). Thanks to 洪志道 (Hong Zhi Dao). *) Bugfix: fixed checking of duplication of parameters for functions. Thanks to 洪志道 (Hong Zhi Dao). *) Bugfix: fixed function declaration with the same name as a variable. Thanks to 洪志道 (Hong Zhi Dao). *) Improvement: code related to parsing of objects, variables and functions is refactored. Thanks to 洪志道 (Hong Zhi Dao). *) Improvement: console.log() improved for outputting large values. *) Improvement: console.log() improved for outputting strings in a compliant way (without escaping and quotes). *) Improvement: using ES6 version of ToInt32(), ToUint32(), ToLength(). </ChangeLogs>
This commit is contained in:
parent
6e71ab5db8
commit
e78f7bf6b6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=499144
3 changed files with 7 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= nginx
|
||||
PORTVERSION= 1.15.11
|
||||
PORTVERSION= 1.15.12
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://nginx.org/download/ \
|
||||
LOCAL/osa
|
||||
|
|
|
@ -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.0:njs
|
||||
NJS_GH_TUPLE= nginx:njs:0.3.1:njs
|
||||
NJS_VARS= DSO_EXTMODS+=njs NJS_SUBDIR=/nginx
|
||||
|
||||
PASSENGER_NGINX_VER= 6.0.2
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
TIMESTAMP = 1555102384
|
||||
SHA256 (nginx-1.15.11.tar.gz) = d5eb2685e2ebe8a9d048b07222ffdab50e6ff6245919eebc2482c1f388e3f8ad
|
||||
SIZE (nginx-1.15.11.tar.gz) = 1032272
|
||||
TIMESTAMP = 1555463627
|
||||
SHA256 (nginx-1.15.12.tar.gz) = 3d5b90aa17de1700709ae4ec6c4d73d87c888b06c510391bf7104b006fdb2abe
|
||||
SIZE (nginx-1.15.12.tar.gz) = 1032347
|
||||
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.gz) = 5db295eec3936ab2bd519
|
|||
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.0_GH0.tar.gz) = dc63bfd1be4f48a40cd667629f3dcf51c58d4f1b189aa127e352aa5193436066
|
||||
SIZE (nginx-njs-0.3.0_GH0.tar.gz) = 307613
|
||||
SHA256 (nginx-njs-0.3.1_GH0.tar.gz) = e6c65085aca6d1656fb98083628e3aa89f94461a47413aca3557fa35b4219d5a
|
||||
SIZE (nginx-njs-0.3.1_GH0.tar.gz) = 314049
|
||||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue