Skip to content
Snippets Groups Projects
Commit a344b397 authored by Jochen Neumeister's avatar Jochen Neumeister
Browse files

www/nginx: Update 3rd party Module NJS

Update the NJS Modile to 0.7.6:
Notable new features:
 - improved r.args:
    Now, duplicate keys are returned as an array, keys are
    case-sensitive, both keys and values are percent-decoded.

    For example, the query string

    'a=1&b=%32&A=3&b=4&B=two%20words'

    is converted to r.args as:

    {a: "1", b: ["2", "4"], A: "3", B: "two words"}

    Changes with njs 0.7.6                                    19 Jul 2022

    nginx modules:

    *) Feature: improved r.args object. Added support for multiple
       arguments with the same key. Added case sensitivity for
       keys. Keys and values are percent-decoded now.

    *) Bugfix: fixed r.headersOut setter for special headers.

    Core:

    *) Feature: added Symbol.for() and Symbol.keyfor().

    *) Feature: added btoa() and atob() from WHATWG spec.

    *) Bugfix: fixed large non-decimal literals.

    *) Bugfix: fixed unicode argument trimming in parseInt().

    *) Bugfix: fixed break instruction in a try-catch block.

    *) Bugfix: fixed async function declaration in CLI.

Sponsored by:	Netzkommune GmbH
parent f445cb2a
Branches
Tags
No related merge requests found
PORTNAME= nginx
PORTVERSION= 1.22.0
PORTREVISION?= 6
PORTREVISION?= 7
PORTEPOCH= 3
CATEGORIES= www
MASTER_SITES= https://nginx.org/download/ \
......
......@@ -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.5:njs
NJS_GH_TUPLE= nginx:njs:0.7.6:njs
NJS_VARS= DSO_EXTMODS+=njs NJS_SUBDIR=/nginx
NJS_USES= libedit
......
TIMESTAMP = 1657641709
TIMESTAMP = 1658771823
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.5_GH0.tar.gz) = 75eb6581cc50383115fc836158fc69b3fc5b79d51aa9038b6095da7679b72842
SIZE (nginx-njs-0.7.5_GH0.tar.gz) = 592998
SHA256 (nginx-njs-0.7.6_GH0.tar.gz) = 51f529912b8ba5fd01b77bf10620f1c49d479f8f07d5708885f6ca5e42af5c26
SIZE (nginx-njs-0.7.6_GH0.tar.gz) = 600165
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment