git: facc6c733c97 - main - */*: update NGINX JavaScript 0.7.7 -> 0.7.8
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 25 Oct 2022 14:13:49 UTC
The branch main has been updated by osa: URL: https://cgit.FreeBSD.org/ports/commit/?id=facc6c733c974a191f15d39478299b57f50b4c1b commit facc6c733c974a191f15d39478299b57f50b4c1b Author: Sergey A. Osokin <osa@FreeBSD.org> AuthorDate: 2022-10-25 14:13:20 +0000 Commit: Sergey A. Osokin <osa@FreeBSD.org> CommitDate: 2022-10-25 14:13:43 +0000 */*: update NGINX JavaScript 0.7.7 -> 0.7.8 Bump PORTREVISION for 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> --- lang/njs/Makefile | 2 +- lang/njs/distinfo | 6 +++--- www/nginx-devel/Makefile | 2 +- www/nginx-devel/Makefile.extmod | 2 +- www/nginx-devel/distinfo | 6 +++--- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/lang/njs/Makefile b/lang/njs/Makefile index ca1bfec2286d..347b2e09a8f3 100644 --- a/lang/njs/Makefile +++ b/lang/njs/Makefile @@ -1,5 +1,5 @@ PORTNAME= njs -DISTVERSION= 0.7.7 +DISTVERSION= 0.7.8 CATEGORIES= lang www MAINTAINER= osa@FreeBSD.org diff --git a/lang/njs/distinfo b/lang/njs/distinfo index 020ba7a90cc6..5997d3af9c0e 100644 --- a/lang/njs/distinfo +++ b/lang/njs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1661880825 -SHA256 (nginx-njs-0.7.7_GH0.tar.gz) = f9e5b6ee79711ef2fcea6482144c0c901b99ba6bd52d72c1c0ae7415a42f4f45 -SIZE (nginx-njs-0.7.7_GH0.tar.gz) = 609779 +TIMESTAMP = 1666707064 +SHA256 (nginx-njs-0.7.8_GH0.tar.gz) = 1dea684c56b12febf58ed450dfe4583d3fa5d146518e5dba1607b81b6e7f9af4 +SIZE (nginx-njs-0.7.8_GH0.tar.gz) = 613161 diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile index 9893ca08af61..262b8c51361e 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/Makefile @@ -1,6 +1,6 @@ PORTNAME?= nginx PORTVERSION= 1.23.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= https://nginx.org/download/ \ LOCAL/osa diff --git a/www/nginx-devel/Makefile.extmod b/www/nginx-devel/Makefile.extmod index df59acb39695..3a0ad9125061 100644 --- a/www/nginx-devel/Makefile.extmod +++ b/www/nginx-devel/Makefile.extmod @@ -248,7 +248,7 @@ NAXSI_GH_TUPLE= nbs-system:naxsi:${NAXSI_NGINX_VER}:naxsi NAXSI_VARS= DSO_EXTMODS+=naxsi NAXSI_SUBDIR=/naxsi_src NAXSI_EXTRA_PATCHES= ${PATCHDIR}/extra-patch-naxsi_runtime.c -NJS_GH_TUPLE= nginx:njs:0.7.7:njs +NJS_GH_TUPLE= nginx:njs:0.7.8:njs NJS_VARS= DSO_EXTMODS+=njs NJS_SUBDIR=/nginx NJS_USES= libedit diff --git a/www/nginx-devel/distinfo b/www/nginx-devel/distinfo index ccff05ca16c3..b0693d7935da 100644 --- a/www/nginx-devel/distinfo +++ b/www/nginx-devel/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1666186414 +TIMESTAMP = 1666706963 SHA256 (nginx-1.23.2.tar.gz) = a80cc272d3d72aaee70aa8b517b4862a635c0256790434dbfc4d618a999b0b46 SIZE (nginx-1.23.2.tar.gz) = 1108243 SHA256 (nginx_mogilefs_module-1.0.4.tar.gz) = 7ac230d30907f013dff8d435a118619ea6168aa3714dba62c6962d350c6295ae @@ -107,8 +107,8 @@ SHA256 (SpiderLabs-ModSecurity-nginx-v1.0.3_GH0.tar.gz) = 32a42256616cc674dca24c SIZE (SpiderLabs-ModSecurity-nginx-v1.0.3_GH0.tar.gz) = 34063 SHA256 (nbs-system-naxsi-29793dc_GH0.tar.gz) = 579df0e50ff32464f7bb152df9d93ea18c05c4aa3966ec4d8c603b5dd629be08 SIZE (nbs-system-naxsi-29793dc_GH0.tar.gz) = 236932 -SHA256 (nginx-njs-0.7.7_GH0.tar.gz) = f9e5b6ee79711ef2fcea6482144c0c901b99ba6bd52d72c1c0ae7415a42f4f45 -SIZE (nginx-njs-0.7.7_GH0.tar.gz) = 609779 +SHA256 (nginx-njs-0.7.8_GH0.tar.gz) = 1dea684c56b12febf58ed450dfe4583d3fa5d146518e5dba1607b81b6e7f9af4 +SIZE (nginx-njs-0.7.8_GH0.tar.gz) = 613161 SHA256 (opentracing-contrib-nginx-opentracing-v0.24.0_GH0.tar.gz) = 5328c5f37e0615b5252aed51b9cd40f3d14989d995ad54134076aeda4ab9b280 SIZE (opentracing-contrib-nginx-opentracing-v0.24.0_GH0.tar.gz) = 679417 SHA256 (konstruxi-ngx_postgres-8aa7359_GH0.tar.gz) = c69ad4495de7c7883ebc23e1e6c4cc83a4ac6a7fddd4d5c12e49d33b65f7c50b