Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Apr 2023 21:11:25 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: 58b083f0d756 - main - */*: update NGINX JavaScript 0.7.11 -> 0.7.12
Message-ID:  <202304102111.33ALBPEO013413@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=58b083f0d756acccc30a30997585d85dc23f5114

commit 58b083f0d756acccc30a30997585d85dc23f5114
Author:     Sergey A. Osokin <osa@FreeBSD.org>
AuthorDate: 2023-04-10 21:10:30 +0000
Commit:     Sergey A. Osokin <osa@FreeBSD.org>
CommitDate: 2023-04-10 21:10:30 +0000

    */*: update NGINX JavaScript 0.7.11 -> 0.7.12
    
    <ChangeLog>
    
    nginx modules:
    *) Bugfix: fixed Headers() constructor in Fetch API.
    
    Core:
    *) Feature: added Hash.copy() method in "crypto" module.
    *) Feature: added "zlib" module.
    *) Improvement: added support for export {name as default}
       statement.
    *) Bugfix: fixed Number constructor according to the spec.
    
    </ChangeLog>
---
 devel/libnjs/Makefile           | 2 +-
 devel/libnjs/distinfo           | 6 +++---
 lang/njs/Makefile               | 2 +-
 lang/njs/distinfo               | 6 +++---
 www/nginx-devel/Makefile        | 2 +-
 www/nginx-devel/Makefile.extmod | 2 +-
 www/nginx-devel/distinfo        | 6 +++---
 7 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/devel/libnjs/Makefile b/devel/libnjs/Makefile
index 3b08085c148f..7af4bebf82a1 100644
--- a/devel/libnjs/Makefile
+++ b/devel/libnjs/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	libnjs
-DISTVERSION=	0.7.11
+DISTVERSION=	0.7.12
 CATEGORIES=	devel www
 
 MAINTAINER=	osa@FreeBSD.org
diff --git a/devel/libnjs/distinfo b/devel/libnjs/distinfo
index 2888e1bc3e32..7095c6bb428e 100644
--- a/devel/libnjs/distinfo
+++ b/devel/libnjs/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1678403303
-SHA256 (nginx-njs-0.7.11_GH0.tar.gz) = f807e0109afab1ff9eb7b9e13b171ab84393953818827c3b6254ab91a19bef0b
-SIZE (nginx-njs-0.7.11_GH0.tar.gz) = 658543
+TIMESTAMP = 1681160351
+SHA256 (nginx-njs-0.7.12_GH0.tar.gz) = 7a75a39022dfb58dbf461053903a07cc48dd4942f7d82a46601819c1b0077687
+SIZE (nginx-njs-0.7.12_GH0.tar.gz) = 662554
diff --git a/lang/njs/Makefile b/lang/njs/Makefile
index 20b4ae6ba530..88e9a3c0bd03 100644
--- a/lang/njs/Makefile
+++ b/lang/njs/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	njs
-DISTVERSION=	0.7.11
+DISTVERSION=	0.7.12
 CATEGORIES=	lang www
 
 MAINTAINER=	osa@FreeBSD.org
diff --git a/lang/njs/distinfo b/lang/njs/distinfo
index af9a971033bf..84648dc73ec7 100644
--- a/lang/njs/distinfo
+++ b/lang/njs/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1678403555
-SHA256 (nginx-njs-0.7.11_GH0.tar.gz) = f807e0109afab1ff9eb7b9e13b171ab84393953818827c3b6254ab91a19bef0b
-SIZE (nginx-njs-0.7.11_GH0.tar.gz) = 658543
+TIMESTAMP = 1681160550
+SHA256 (nginx-njs-0.7.12_GH0.tar.gz) = 7a75a39022dfb58dbf461053903a07cc48dd4942f7d82a46601819c1b0077687
+SIZE (nginx-njs-0.7.12_GH0.tar.gz) = 662554
diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile
index ea8c41926eec..b570248e9752 100644
--- a/www/nginx-devel/Makefile
+++ b/www/nginx-devel/Makefile
@@ -1,6 +1,6 @@
 PORTNAME?=	nginx
 PORTVERSION=	1.23.4
-PORTREVISION=	3
+PORTREVISION=	4
 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 4504fe2c7205..b42fccdf6c5d 100644
--- a/www/nginx-devel/Makefile.extmod
+++ b/www/nginx-devel/Makefile.extmod
@@ -250,7 +250,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.11:njs
+NJS_GH_TUPLE=		nginx:njs:0.7.12: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 f78549ac53f8..783edb50e26e 100644
--- a/www/nginx-devel/distinfo
+++ b/www/nginx-devel/distinfo
@@ -1,4 +1,4 @@
-TIMESTAMP = 1680968506
+TIMESTAMP = 1681160228
 SHA256 (nginx-1.23.4.tar.gz) = d43300e36bb249a7e6edc60bca1b0fc372a0bafce2f346d76acfb677a8790fc0
 SIZE (nginx-1.23.4.tar.gz) = 1112403
 SHA256 (nginx_mogilefs_module-1.0.4.tar.gz) = 7ac230d30907f013dff8d435a118619ea6168aa3714dba62c6962d350c6295ae
@@ -109,8 +109,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.11_GH0.tar.gz) = f807e0109afab1ff9eb7b9e13b171ab84393953818827c3b6254ab91a19bef0b
-SIZE (nginx-njs-0.7.11_GH0.tar.gz) = 658543
+SHA256 (nginx-njs-0.7.12_GH0.tar.gz) = 7a75a39022dfb58dbf461053903a07cc48dd4942f7d82a46601819c1b0077687
+SIZE (nginx-njs-0.7.12_GH0.tar.gz) = 662554
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304102111.33ALBPEO013413>