Date: Mon, 13 Feb 2023 16:16:13 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: f0bdbe1343f3 - main - lang/njs: update NGINX JavaScript 0.7.9 -> 0.7.10 Message-ID: <202302131616.31DGGDcn039991@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=f0bdbe1343f311f43bca04d92e50a84d24d3b2b4 commit f0bdbe1343f311f43bca04d92e50a84d24d3b2b4 Author: Sergey A. Osokin <osa@FreeBSD.org> AuthorDate: 2023-02-13 16:15:40 +0000 Commit: Sergey A. Osokin <osa@FreeBSD.org> CommitDate: 2023-02-13 16:16:08 +0000 lang/njs: update NGINX JavaScript 0.7.9 -> 0.7.10 <ChangeLog> nginx modules: *) Feature: added Request, Response and Headers ctors in Fetch API. *) Bugfix: fixed nginx logger callback for calls in master process. Core: *) Feature: added signal support in CLI. *) Feature: added "xml" module for working with XML documents. *) Feature: extended support for symmetric and asymmetric keys in WebCrypto. Most notably JWK format for importKey() was added. *) Feature: extended support for symmetric and asymmetric keys in WebCrypto. Most notably JWK format for importKey() was added. generateKey() and exportKey() were also implemented. *) Feature: added String.prototype.replaceAll(). *) Bugfix: fixed for(expr1; conditional syntax error handling. *) Bugfix: fixed Object.values() and Object.entries() with external objects. *) Bugfix: fixed RegExp.prototype[@@replace](). </ChangeLog> --- lang/njs/Makefile | 2 +- lang/njs/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lang/njs/Makefile b/lang/njs/Makefile index 0067173563ef..fd9cee38a9f2 100644 --- a/lang/njs/Makefile +++ b/lang/njs/Makefile @@ -1,5 +1,5 @@ PORTNAME= njs -DISTVERSION= 0.7.9 +DISTVERSION= 0.7.10 CATEGORIES= lang www MAINTAINER= osa@FreeBSD.org diff --git a/lang/njs/distinfo b/lang/njs/distinfo index 161f62d3fa41..3e7d44ba532b 100644 --- a/lang/njs/distinfo +++ b/lang/njs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1668698435 -SHA256 (nginx-njs-0.7.9_GH0.tar.gz) = 92cc425d0b0952bb7e2e7a396cba58feb4a90fb3cb63441c201ab4d3e0cd6403 -SIZE (nginx-njs-0.7.9_GH0.tar.gz) = 617115 +TIMESTAMP = 1676304825 +SHA256 (nginx-njs-0.7.10_GH0.tar.gz) = fa69ce6819f172c34338dc23ba5126ac986caf4652c7c01ea02bcef93d558cc4 +SIZE (nginx-njs-0.7.10_GH0.tar.gz) = 652296
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302131616.31DGGDcn039991>