Date: Tue, 30 Apr 2024 22:27:16 GMT From: "Sergey A. Osokin" <osa@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 86ecf207153e - main - */*: update NGINX JavaScript: 0.8.3 -> 0.8.4 (+) Message-ID: <202404302227.43UMRGxc017020@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by osa: URL: https://cgit.FreeBSD.org/ports/commit/?id=86ecf207153e777a60781d799eceb985bd5a146f commit 86ecf207153e777a60781d799eceb985bd5a146f Author: Sergey A. Osokin <osa@FreeBSD.org> AuthorDate: 2024-04-30 22:22:34 +0000 Commit: Sergey A. Osokin <osa@FreeBSD.org> CommitDate: 2024-04-30 22:27:10 +0000 */*: update NGINX JavaScript: 0.8.3 -> 0.8.4 (+) <ChangeLog> nginx modules: *) Feature: allowing to set Server header for outgoing headers. *) Improvement: validating URI and args arguments in r.subrequest(). *) Improvement: checking for duplicate js_set variables. *) Bugfix: fixed clear() method of a shared dictionary without timeout introduced in 0.8.3. *) Bugfix: fixed r.send() with Buffer argument. Core: *) Feature: added QuickJS engine support in CLI. *) Bugfix: fixed atob() with non-padded base64 strings. </ChangeLog> --- devel/libnjs/Makefile | 2 +- devel/libnjs/distinfo | 6 +++--- devel/libnjs/pkg-plist | 3 --- lang/njs/Makefile | 2 +- lang/njs/distinfo | 6 +++--- www/nginx-devel/Makefile | 1 + www/nginx-devel/Makefile.extmod | 2 +- www/nginx-devel/distinfo | 6 +++--- 8 files changed, 13 insertions(+), 15 deletions(-) diff --git a/devel/libnjs/Makefile b/devel/libnjs/Makefile index 804a6bd89b25..c752df218439 100644 --- a/devel/libnjs/Makefile +++ b/devel/libnjs/Makefile @@ -1,5 +1,5 @@ PORTNAME= libnjs -DISTVERSION= 0.8.3 +DISTVERSION= 0.8.4 CATEGORIES= devel www MAINTAINER= osa@FreeBSD.org diff --git a/devel/libnjs/distinfo b/devel/libnjs/distinfo index 5d74d1724353..ca77e8486214 100644 --- a/devel/libnjs/distinfo +++ b/devel/libnjs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1707339379 -SHA256 (nginx-njs-0.8.3_GH0.tar.gz) = 5e1341ee8c1dfce420ea6456475dafa7d5f4b9aed310faca32597cf4d221cfe0 -SIZE (nginx-njs-0.8.3_GH0.tar.gz) = 735235 +TIMESTAMP = 1714506471 +SHA256 (nginx-njs-0.8.4_GH0.tar.gz) = fe197e254204c15e9f1df0acf375add57be3416901ec8d7b87319dccb490f90d +SIZE (nginx-njs-0.8.4_GH0.tar.gz) = 743910 diff --git a/devel/libnjs/pkg-plist b/devel/libnjs/pkg-plist index acd31b1f92ac..ba1d109eb539 100644 --- a/devel/libnjs/pkg-plist +++ b/devel/libnjs/pkg-plist @@ -17,11 +17,9 @@ include/njs_dtoa.h include/njs_encoding.h include/njs_error.h include/njs_event.h -include/njs_file.h include/njs_flathsh.h include/njs_function.h include/njs_generator.h -include/njs_hash.h include/njs_iterator.h include/njs_json.h include/njs_lexer_tables.h @@ -51,7 +49,6 @@ include/njs_str.h include/njs_string.h include/njs_strtod.h include/njs_symbol.h -include/njs_time.h include/njs_trace.h include/njs_typed_array.h include/njs_types.h diff --git a/lang/njs/Makefile b/lang/njs/Makefile index 72ad14c02506..562c6733bb58 100644 --- a/lang/njs/Makefile +++ b/lang/njs/Makefile @@ -1,5 +1,5 @@ PORTNAME= njs -DISTVERSION= 0.8.3 +DISTVERSION= 0.8.4 CATEGORIES= lang www MAINTAINER= osa@FreeBSD.org diff --git a/lang/njs/distinfo b/lang/njs/distinfo index 89ff223764cb..d04f8a50c60a 100644 --- a/lang/njs/distinfo +++ b/lang/njs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1707339331 -SHA256 (nginx-njs-0.8.3_GH0.tar.gz) = 5e1341ee8c1dfce420ea6456475dafa7d5f4b9aed310faca32597cf4d221cfe0 -SIZE (nginx-njs-0.8.3_GH0.tar.gz) = 735235 +TIMESTAMP = 1714506455 +SHA256 (nginx-njs-0.8.4_GH0.tar.gz) = fe197e254204c15e9f1df0acf375add57be3416901ec8d7b87319dccb490f90d +SIZE (nginx-njs-0.8.4_GH0.tar.gz) = 743910 diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile index 9f7892ccd32d..cd7f337b85b5 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/Makefile @@ -1,5 +1,6 @@ PORTNAME?= nginx PORTVERSION= 1.26.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 503e676388ff..4d51f8530bf2 100644 --- a/www/nginx-devel/Makefile.extmod +++ b/www/nginx-devel/Makefile.extmod @@ -231,7 +231,7 @@ NAXSI_VARS= DSO_EXTMODS+=naxsi NAXSI_SUBDIR=/naxsi_src NAXSI_EXTRA_PATCHES= ${PATCHDIR}/extra-patch-naxsi-libinjection__sqli_c \ ${PATCHDIR}/extra-patch-naxsi_config -NJS_GH_TUPLE= nginx:njs:0.8.3:njs +NJS_GH_TUPLE= nginx:njs:0.8.4:njs NJS_VARS= DSO_EXTMODS+=njs NJS_SUBDIR=/nginx NJS_XML_IMPLIES= NJS diff --git a/www/nginx-devel/distinfo b/www/nginx-devel/distinfo index e86f27b2b784..ce61e4e583bb 100644 --- a/www/nginx-devel/distinfo +++ b/www/nginx-devel/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1714007538 +TIMESTAMP = 1714506394 SHA256 (nginx-1.26.0.tar.gz) = d2e6c8439d6c6db5015d8eaab2470ab52aef85a7bf363182879977e084370497 SIZE (nginx-1.26.0.tar.gz) = 1244118 SHA256 (nginx_mogilefs_module-1.0.4.tar.gz) = 7ac230d30907f013dff8d435a118619ea6168aa3714dba62c6962d350c6295ae @@ -103,8 +103,8 @@ SHA256 (wargio-naxsi-1.6_GH0.tar.gz) = e5920fdd09cae155b89eb21a94a21c029ebfdb056 SIZE (wargio-naxsi-1.6_GH0.tar.gz) = 1116227 SHA256 (libinjection-libinjection-4aa3894_GH0.tar.gz) = ededea133e89e238ef2e60d0d62ef7ef9e741449eed8c5d856007132505bcd5b SIZE (libinjection-libinjection-4aa3894_GH0.tar.gz) = 2218294 -SHA256 (nginx-njs-0.8.3_GH0.tar.gz) = 5e1341ee8c1dfce420ea6456475dafa7d5f4b9aed310faca32597cf4d221cfe0 -SIZE (nginx-njs-0.8.3_GH0.tar.gz) = 735235 +SHA256 (nginx-njs-0.8.4_GH0.tar.gz) = fe197e254204c15e9f1df0acf375add57be3416901ec8d7b87319dccb490f90d +SIZE (nginx-njs-0.8.4_GH0.tar.gz) = 743910 SHA256 (osokin-nginx-otel-8f0857d_GH0.tar.gz) = bbf93813928460bdaf78f752f74ecc6c34d13078e97fdffcaa29dbd8689314fc SIZE (osokin-nginx-otel-8f0857d_GH0.tar.gz) = 30197 SHA256 (konstruxi-ngx_postgres-8aa7359_GH0.tar.gz) = c69ad4495de7c7883ebc23e1e6c4cc83a4ac6a7fddd4d5c12e49d33b65f7c50b
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404302227.43UMRGxc017020>