diff options
author | osa <osa@FreeBSD.org> | 2019-04-17 09:20:50 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2019-04-17 09:20:50 +0800 |
commit | 88f871a5cf3ae3f6548e9e7caaa11e558cba6d78 (patch) | |
tree | 19d979c62d50305daf24f1a87c89bd040c3ea010 | |
parent | f7435a6738206595e50aba2e4d9a892653c33b2e (diff) | |
download | freebsd-ports-gnome-88f871a5cf3ae3f6548e9e7caaa11e558cba6d78.tar.gz freebsd-ports-gnome-88f871a5cf3ae3f6548e9e7caaa11e558cba6d78.tar.zst freebsd-ports-gnome-88f871a5cf3ae3f6548e9e7caaa11e558cba6d78.zip |
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>
-rw-r--r-- | www/nginx-devel/Makefile | 2 | ||||
-rw-r--r-- | www/nginx-devel/Makefile.extmod | 2 | ||||
-rw-r--r-- | www/nginx-devel/distinfo | 10 |
3 files changed, 7 insertions, 7 deletions
diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile index 43007aee6536..7feaa5442e80 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/Makefile @@ -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 diff --git a/www/nginx-devel/Makefile.extmod b/www/nginx-devel/Makefile.extmod index 242f0a3938b9..099c94488b26 100644 --- a/www/nginx-devel/Makefile.extmod +++ b/www/nginx-devel/Makefile.extmod @@ -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 diff --git a/www/nginx-devel/distinfo b/www/nginx-devel/distinfo index a6019a8f0e58..3d3d2aa72d55 100644 --- a/www/nginx-devel/distinfo +++ b/www/nginx-devel/distinfo @@ -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 |