Skip to content

Commit

Permalink
lang/njs: update NGINX JavaScript 0.7.9 -> 0.7.10
Browse files Browse the repository at this point in the history
<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>
  • Loading branch information
osokin committed Feb 13, 2023
1 parent 3a0cff7 commit f0bdbe1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lang/njs/Makefile
@@ -1,5 +1,5 @@
PORTNAME= njs
DISTVERSION= 0.7.9
DISTVERSION= 0.7.10
CATEGORIES= lang www

MAINTAINER= osa@FreeBSD.org
Expand Down
6 changes: 3 additions & 3 deletions 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

0 comments on commit f0bdbe1

Please sign in to comment.