Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Jun 2022 17:23:58 GMT
From:      Jochen Neumeister <joneum@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 5734bd6cf7c2 - main - www/nginx: Update 3rd Party Modul NJS:
Message-ID:  <202206211723.25LHNw5c028369@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by joneum:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5734bd6cf7c230a931d30306752b2c7f303b028a

commit 5734bd6cf7c230a931d30306752b2c7f303b028a
Author:     Jochen Neumeister <joneum@FreeBSD.org>
AuthorDate: 2022-06-21 17:22:04 +0000
Commit:     Jochen Neumeister <joneum@FreeBSD.org>
CommitDate: 2022-06-21 17:23:52 +0000

    www/nginx: Update 3rd Party Modul NJS:
    
    Changes with njs 0.7.5                                        21 Jun 2022
    
        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.
    
    Sponsored by:   Netzkommune GmbH
---
 www/nginx/Makefile        | 2 +-
 www/nginx/Makefile.extmod | 2 +-
 www/nginx/distinfo        | 6 +++---
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/www/nginx/Makefile b/www/nginx/Makefile
index 0bb07dd942c2..598634276db3 100644
--- a/www/nginx/Makefile
+++ b/www/nginx/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	nginx
 PORTVERSION=	1.22.0
-PORTREVISION?=	5
+PORTREVISION?=	6
 PORTEPOCH=	2
 CATEGORIES=	www
 MASTER_SITES=	https://nginx.org/download/ \
diff --git a/www/nginx/Makefile.extmod b/www/nginx/Makefile.extmod
index e6c07047d094..e03071ed5fc0 100644
--- a/www/nginx/Makefile.extmod
+++ b/www/nginx/Makefile.extmod
@@ -236,7 +236,7 @@ NAXSI_NGINX_VER=	1.3
 NAXSI_GH_TUPLE=		nbs-system:naxsi:${NAXSI_NGINX_VER}:naxsi
 NAXSI_VARS=		DSO_EXTMODS+=naxsi NAXSI_SUBDIR=/naxsi_src
 
-NJS_GH_TUPLE=		nginx:njs:0.7.4:njs
+NJS_GH_TUPLE=		nginx:njs:0.7.5:njs
 NJS_VARS=		DSO_EXTMODS+=njs NJS_SUBDIR=/nginx
 NJS_USES=		libedit
 
diff --git a/www/nginx/distinfo b/www/nginx/distinfo
index 1f7f2b65a9ca..1f316aa5d817 100644
--- a/www/nginx/distinfo
+++ b/www/nginx/distinfo
@@ -1,4 +1,4 @@
-TIMESTAMP = 1655449803
+TIMESTAMP = 1655831672
 SHA256 (nginx-1.22.0.tar.gz) = b33d569a6f11a01433a57ce17e83935e953ad4dc77cdd4d40f896c88ac26eb53
 SIZE (nginx-1.22.0.tar.gz) = 1073322
 SHA256 (nginx_mogilefs_module-1.0.4.tar.gz) = 7ac230d30907f013dff8d435a118619ea6168aa3714dba62c6962d350c6295ae
@@ -111,8 +111,8 @@ SHA256 (SpiderLabs-ModSecurity-nginx-v1.0.2_GH0.tar.gz) = f8d3ff15520df736c5e20e
 SIZE (SpiderLabs-ModSecurity-nginx-v1.0.2_GH0.tar.gz) = 33767
 SHA256 (nbs-system-naxsi-1.3_GH0.tar.gz) = 439c8677372d2597b4360bbcc10bc86490de1fc75695b193ad5df154a214d628
 SIZE (nbs-system-naxsi-1.3_GH0.tar.gz) = 235626
-SHA256 (nginx-njs-0.7.4_GH0.tar.gz) = c474b5adf6b1e8757100bbef35e1dc403183f8d9c0f50bfab01727b7777d7225
-SIZE (nginx-njs-0.7.4_GH0.tar.gz) = 589203
+SHA256 (nginx-njs-0.7.5_GH0.tar.gz) = 75eb6581cc50383115fc836158fc69b3fc5b79d51aa9038b6095da7679b72842
+SIZE (nginx-njs-0.7.5_GH0.tar.gz) = 592998
 SHA256 (opentracing-contrib-nginx-opentracing-2d81c29_GH0.tar.gz) = b082bb8e0f4de2e3361c9cae79e266856de1e5b26a43611e08446b7c2bc0b2b4
 SIZE (opentracing-contrib-nginx-opentracing-2d81c29_GH0.tar.gz) = 664357
 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?202206211723.25LHNw5c028369>