Date: Tue, 21 Jun 2022 15:21:45 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: 87f8047742b8 - main - lang/njs: update 0.7.4 -> 0.7.5 Message-ID: <202206211521.25LFLjJa061564@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=87f8047742b8ab5078466f647a01304da995ee22 commit 87f8047742b8ab5078466f647a01304da995ee22 Author: Sergey A. Osokin <osa@FreeBSD.org> AuthorDate: 2022-06-21 15:19:52 +0000 Commit: Sergey A. Osokin <osa@FreeBSD.org> CommitDate: 2022-06-21 15:21:38 +0000 lang/njs: update 0.7.4 -> 0.7.5 <ChangeLog> nginx modules: *) Change: adapting to changes in nginx header structures. *) Bugfix: fixed r.headersOut special getters when value is absent. *) Change: returning undefined value instead of an empty string for Content-Type when the header is absent. Core: *) Bugfix: fixed catching of the exception thrown from an awaited function. *) Bugfix: fixed function value initialization. *) Bugfix: fixed interpreter when await fails. *) Bugfix: fixed typed-array constructor when source array is changed while iterating. *) Bugfix: fixed String.prototype.replace() with byte strings. *) Bugfix: fixed template literal from producing byte-strings. *) Bugfix: fixed array iterator with sparse arrays. *) Bugfix: fixed memory free while converting a flat array to a slow array. *) Bugfix: properly handling NJS_DECLINE in promise native functions. *) Bugfix: fixed working with an array-like object in Promise.all() and friends. </ChangeLog> --- lang/njs/Makefile | 3 +-- lang/njs/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/lang/njs/Makefile b/lang/njs/Makefile index eaf66a3e8e1c..d1d26fe6d389 100644 --- a/lang/njs/Makefile +++ b/lang/njs/Makefile @@ -1,8 +1,7 @@ # Created by: Sergey A. Osokin <osa@FreeBSD.org> PORTNAME= njs -DISTVERSION= 0.7.4 -PORTREVISION= 2 +DISTVERSION= 0.7.5 CATEGORIES= lang www MAINTAINER= osa@FreeBSD.org diff --git a/lang/njs/distinfo b/lang/njs/distinfo index d6dc9874b5ff..c1d363b82e7c 100644 --- a/lang/njs/distinfo +++ b/lang/njs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1653506239 -SHA256 (nginx-njs-0.7.4_GH0.tar.gz) = c474b5adf6b1e8757100bbef35e1dc403183f8d9c0f50bfab01727b7777d7225 -SIZE (nginx-njs-0.7.4_GH0.tar.gz) = 589203 +TIMESTAMP = 1655815767 +SHA256 (nginx-njs-0.7.5_GH0.tar.gz) = 75eb6581cc50383115fc836158fc69b3fc5b79d51aa9038b6095da7679b72842 +SIZE (nginx-njs-0.7.5_GH0.tar.gz) = 592998
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202206211521.25LFLjJa061564>