From f0bdbe1343f311f43bca04d92e50a84d24d3b2b4 Mon Sep 17 00:00:00 2001 From: "Sergey A. Osokin" Date: Mon, 13 Feb 2023 11:15:40 -0500 Subject: [PATCH] lang/njs: update NGINX JavaScript 0.7.9 -> 0.7.10 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](). --- 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 0067173563ef0..fd9cee38a9f22 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 161f62d3fa41b..3e7d44ba532b6 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