git: 770d6f0d8934 - main - www/nginx-devel: update NGINX JavaScript module to 0.6.2.
Sergey A. Osokin
osa at FreeBSD.org
Tue Aug 31 15:26:44 UTC 2021
The branch main has been updated by osa:
URL: https://cgit.FreeBSD.org/ports/commit/?id=770d6f0d8934921cf4455ba462d2783d14ffde14
commit 770d6f0d8934921cf4455ba462d2783d14ffde14
Author: Sergey A. Osokin <osa at FreeBSD.org>
AuthorDate: 2021-08-31 15:24:55 +0000
Commit: Sergey A. Osokin <osa at FreeBSD.org>
CommitDate: 2021-08-31 15:24:55 +0000
www/nginx-devel: update NGINX JavaScript module to 0.6.2.
<ChangeLog>
nginx modules:
*) Bugfix: fixed CPU hog when js_filter is registered
in both directions.
Core:
*) Feature: introduced AggregateError implementation.
*) Feature: added remaining Promise constructor methods.
The following methods were added: Promise.all(),
Promise.allSettled(), Promise.any(), Promise.race().
*) Improvement: removed recursion from code generator.
*) Bugfix: fixed rest parameter parsing without binding
identifier.
*) Bugfix: fixed resolve/reject callback for
Promise.prototype.finally().
*) Bugfix: fixed %TypedArray%.prototype.join() with
detached buffer.
*) Bugfix: fixed memory leak in interactive shell.
</ChangeLog>
---
www/nginx-devel/Makefile | 2 +-
www/nginx-devel/Makefile.extmod | 2 +-
www/nginx-devel/distinfo | 6 +++---
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile
index 62cf2e22f059..0fec3047e48a 100644
--- a/www/nginx-devel/Makefile
+++ b/www/nginx-devel/Makefile
@@ -2,7 +2,7 @@
PORTNAME?= nginx
PORTVERSION= 1.21.1
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= www
MASTER_SITES= https://nginx.org/download/ \
LOCAL/osa
diff --git a/www/nginx-devel/Makefile.extmod b/www/nginx-devel/Makefile.extmod
index 75d032a04856..0d8cfd53f2c5 100644
--- a/www/nginx-devel/Makefile.extmod
+++ b/www/nginx-devel/Makefile.extmod
@@ -246,7 +246,7 @@ NAXSI_NGINX_VER= 1.3
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.6.1:njs
+NJS_GH_TUPLE= nginx:njs:0.6.2:njs
NJS_VARS= DSO_EXTMODS+=njs NJS_SUBDIR=/nginx
NJS_USES= libedit
diff --git a/www/nginx-devel/distinfo b/www/nginx-devel/distinfo
index 62c4f8df7d9b..f55aa4b17323 100644
--- a/www/nginx-devel/distinfo
+++ b/www/nginx-devel/distinfo
@@ -1,4 +1,4 @@
-TIMESTAMP = 1630418166
+TIMESTAMP = 1630422598
SHA256 (nginx-1.21.1.tar.gz) = 68ba0311342115163a0354cad34f90c05a7e8bf689dc498abf07899eda155560
SIZE (nginx-1.21.1.tar.gz) = 1064925
SHA256 (nginx_mogilefs_module-1.0.4.tar.gz) = 7ac230d30907f013dff8d435a118619ea6168aa3714dba62c6962d350c6295ae
@@ -111,8 +111,8 @@ SHA256 (SpiderLabs-ModSecurity-nginx-v1.0.2_GH0.tar.gz) = f8d3ff15520df736c5e20e
SIZE (SpiderLabs-ModSecurity-nginx-v1.0.2_GH0.tar.gz) = 33767
SHA256 (nbs-system-naxsi-1.3_GH0.tar.gz) = 439c8677372d2597b4360bbcc10bc86490de1fc75695b193ad5df154a214d628
SIZE (nbs-system-naxsi-1.3_GH0.tar.gz) = 235626
-SHA256 (nginx-njs-0.6.1_GH0.tar.gz) = 179b0e342bc6d6c3526b048ed272371e38ae8e061c3e596a305cb254a1299850
-SIZE (nginx-njs-0.6.1_GH0.tar.gz) = 529124
+SHA256 (nginx-njs-0.6.2_GH0.tar.gz) = 109ee42b05344f050f5ead28a68c52e8e671e1625eb6a1f765b1db5c3bcef2b9
+SIZE (nginx-njs-0.6.2_GH0.tar.gz) = 538303
SHA256 (opentracing-contrib-nginx-opentracing-842d21f_GH0.tar.gz) = d15d5d4caa2b864fb820c9c6e373adb3eab10cfe2e5a39e98727245db4cc92c4
SIZE (opentracing-contrib-nginx-opentracing-842d21f_GH0.tar.gz) = 676206
SHA256 (konstruxi-ngx_postgres-8aa7359_GH0.tar.gz) = c69ad4495de7c7883ebc23e1e6c4cc83a4ac6a7fddd4d5c12e49d33b65f7c50b
More information about the dev-commits-ports-all
mailing list