git: 592f0d5c2d2d - main - www/nginx-devel: update NGINX JavaScript module to 0.6.0.
Sergey A. Osokin
osa at FreeBSD.org
Tue Jun 15 13:54:18 UTC 2021
The branch main has been updated by osa:
URL: https://cgit.FreeBSD.org/ports/commit/?id=592f0d5c2d2d9b58700f64c871edcc129d88188b
commit 592f0d5c2d2d9b58700f64c871edcc129d88188b
Author: Sergey A. Osokin <osa at FreeBSD.org>
AuthorDate: 2021-06-15 13:53:40 +0000
Commit: Sergey A. Osokin <osa at FreeBSD.org>
CommitDate: 2021-06-15 13:54:13 +0000
www/nginx-devel: update NGINX JavaScript module to 0.6.0.
Bump PORTREVISION.
<ChangeLog for njs 0.5.3>
Core:
*) Feature: added let and const declaration support.
*) Feature: added RegExp.prototype[Symbol.split].
*) Feature: added sticky flag support for RegExp.
*) Bugfix: fixed heap-buffer-overflow in
String.prototype.lastIndexOf().
*) Bugfix: fixed RegExp.prototype.test() according to the
specification.
*) Bugfix: fixed String.prototype.split() according to the
specification.
*) Bugfix: fixed use-of-uninitialized-value while tracking
rejected promises.
*) Bugfix: fixed njs.dump() for objects with circular
references.
</ChangeLog>
---
www/nginx-devel/Makefile | 1 +
www/nginx-devel/Makefile.extmod | 2 +-
www/nginx-devel/distinfo | 6 +++---
3 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile
index 5998290238ff..fff47f12276f 100644
--- a/www/nginx-devel/Makefile
+++ b/www/nginx-devel/Makefile
@@ -2,6 +2,7 @@
PORTNAME?= nginx
PORTVERSION= 1.21.0
+PORTREVISION= 1
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 6eff8f40b2b3..d9e760459412 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.5.3:njs
+NJS_GH_TUPLE= nginx:njs:0.6.0: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 e6bf03491198..0ccad25073cc 100644
--- a/www/nginx-devel/distinfo
+++ b/www/nginx-devel/distinfo
@@ -1,4 +1,4 @@
-TIMESTAMP = 1621957259
+TIMESTAMP = 1623764719
SHA256 (nginx-1.21.0.tar.gz) = fe192a4bac2bd3a769e8695cb9fe14a00e57eaceb919095347a83b5b2afc0771
SIZE (nginx-1.21.0.tar.gz) = 1063682
SHA256 (nginx_mogilefs_module-1.0.4.tar.gz) = 7ac230d30907f013dff8d435a118619ea6168aa3714dba62c6962d350c6295ae
@@ -111,8 +111,8 @@ SHA256 (SpiderLabs-ModSecurity-nginx-v1.0.1_GH0.tar.gz) = c969a78659bb47c84929de
SIZE (SpiderLabs-ModSecurity-nginx-v1.0.1_GH0.tar.gz) = 31920
SHA256 (nbs-system-naxsi-1.3_GH0.tar.gz) = 439c8677372d2597b4360bbcc10bc86490de1fc75695b193ad5df154a214d628
SIZE (nbs-system-naxsi-1.3_GH0.tar.gz) = 235626
-SHA256 (nginx-njs-0.5.3_GH0.tar.gz) = 3f64b9df0d2b4722899feeb490ffbc28e334da9b916e6476570083155a25c73a
-SIZE (nginx-njs-0.5.3_GH0.tar.gz) = 519938
+SHA256 (nginx-njs-0.6.0_GH0.tar.gz) = 9060272f24bede008931aefd2badc476553af4cdfd34557884bc021e8d9fe7b5
+SIZE (nginx-njs-0.6.0_GH0.tar.gz) = 528419
SHA256 (opentracing-contrib-nginx-opentracing-2d81c29_GH0.tar.gz) = b082bb8e0f4de2e3361c9cae79e266856de1e5b26a43611e08446b7c2bc0b2b4
SIZE (opentracing-contrib-nginx-opentracing-2d81c29_GH0.tar.gz) = 664357
SHA256 (konstruxi-ngx_postgres-8aa7359_GH0.tar.gz) = c69ad4495de7c7883ebc23e1e6c4cc83a4ac6a7fddd4d5c12e49d33b65f7c50b
More information about the dev-commits-ports-all
mailing list