summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorosa <osa@pkgsrc.org>2022-10-25 16:35:46 +0000
committerosa <osa@pkgsrc.org>2022-10-25 16:35:46 +0000
commit21ae69f96e0a44d6710b8e686ca88b188c8d8372 (patch)
tree4dc2a0cb0942d98f984608172897163da652023a /lang
parent419b9189a7e6ccdedd0f5296cf1517fb32dbc404 (diff)
downloadpkgsrc-21ae69f96e0a44d6710b8e686ca88b188c8d8372.tar.gz
*/*: update NGINX JavaScript 0.7.7 -> 0.7.8
Bump PKGREVISION for www/nginx and www/nginx-devel. <ChangeLog> nginx modules: *) Feature: added js_preload_object directive. *) Feature: added ngx.conf_prefix property. *) Feature: added s.sendUpstream() and s.sendDownstream() in stream module. *) Feature: added support for HEAD method in Fetch API. *) Improvement: improved async callback support for s.send() in stream module. Core: *) Feature: added "name" instance property for a function object. *) Feature: added njs.memoryStats object. *) Bugfix: fixed String.prototype.trimEnd() with unicode string. *) Bugfix: fixed Object.freeze() with fast arrays. *) Bugfix: fixed Object.defineProperty() with fast arrays. *) Bugfix: fixed async token as a property name of an object. *) Bugfix: fixed property set instruction when key modifies base binding. *) Bugfix: fixed complex assignments. *) Bugfix: fixed handling of unhandled promise rejection. *) Bugfix: fixed process.env when duplicate environ variables are present. *) Bugfix: fixed double declaration detection in modules. *) Bugfix: fixed bound function calls according to the spec. *) Bugfix: fixed break label for if statement. *) Bugfix: fixed labeled empty statements. </ChangeLog>
Diffstat (limited to 'lang')
-rw-r--r--lang/njs/Makefile4
-rw-r--r--lang/njs/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/lang/njs/Makefile b/lang/njs/Makefile
index 6f9dde2d565..142857b2305 100644
--- a/lang/njs/Makefile
+++ b/lang/njs/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2022/08/30 18:00:49 osa Exp $
+# $NetBSD: Makefile,v 1.8 2022/10/25 16:35:46 osa Exp $
-DISTNAME= njs-0.7.7
+DISTNAME= njs-0.7.8
CATEGORIES= lang www
MASTER_SITES= ${MASTER_SITE_GITHUB:=nginx/}
GITHUB_TAG= ${PKGVERSION_NOREV}
diff --git a/lang/njs/distinfo b/lang/njs/distinfo
index 66a0f784b47..40de77a50b6 100644
--- a/lang/njs/distinfo
+++ b/lang/njs/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2022/08/30 18:00:49 osa Exp $
+$NetBSD: distinfo,v 1.6 2022/10/25 16:35:46 osa Exp $
-BLAKE2s (njs-0.7.7.tar.gz) = 1eb5b013280b98add1e7a0f778d8a1b3da794d5c8be929b72d486d87987294b4
-SHA512 (njs-0.7.7.tar.gz) = 3fd9e9b84e416e95dbdffced78eabd76a519cccec7c386d8acaccd0d891dea5ceeb702408d4450107c7e3909586753e4eeb5e38c06657cd8f273180beb8fae74
-Size (njs-0.7.7.tar.gz) = 609779 bytes
+BLAKE2s (njs-0.7.8.tar.gz) = 39c2725134b005660cf4f2c190e35c2a65f63f02bd1cec1608ba46d044134e3f
+SHA512 (njs-0.7.8.tar.gz) = 086ddb2e5189a8853598870b795bfa788e9e75da9d2502541a49314e8149d7c279acca0709c4c517db26611a416dc5fb989be807cf1697c7411aded1bd5b8237
+Size (njs-0.7.8.tar.gz) = 613161 bytes