Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Sep 2020 11:25:09 +0800
From:      Vanilla Hsu <vanilla@fatpipi.com>
To:        "Sergey A. Osokin" <osa@freebsd.org>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org,  svn-ports-head@freebsd.org
Subject:   Re: svn commit: r550529 - head/www/nginx-devel
Message-ID:  <CAB_qb6-Ag-K9_FRrvZwZLFB2kaAup6wPqE2J0tvTzcdDWqDieA@mail.gmail.com>
In-Reply-To: <202009291620.08TGKkeC013927@repo.freebsd.org>
References:  <202009291620.08TGKkeC013927@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi:

how about add nchan's patch from www/nginx?
https://svnweb.freebsd.org/ports/head/www/nginx/files/extra-patch-nchan-sto=
re-private.h?view=3Dlog

it should be fix the fcommon issue.

thanks.

Sergey A. Osokin <osa@freebsd.org> =E6=96=BC 2020=E5=B9=B49=E6=9C=8830=E6=
=97=A5 =E9=80=B1=E4=B8=89 =E4=B8=8A=E5=8D=8812:20=E5=AF=AB=E9=81=93=EF=BC=
=9A

> Author: osa
> Date: Tue Sep 29 16:20:45 2020
> New Revision: 550529
> URL: https://svnweb.freebsd.org/changeset/ports/550529
>
> Log:
>   Update nginx from 1.19.2 to 1.19.3.
>   Update njs module from 0.4.3 to 0.4.4.
>
>   <Changelog for nginx 1.19.3>
>
>   *) Feature: the ngx_stream_set_module.
>
>   *) Feature: the "proxy_cookie_flags" directive.
>
>   *) Feature: the "userid_flags" directive.
>
>   *) Bugfix: the "stale-if-error" cache control extension was erroneously
>      applied if backend returned a response with status code 500, 502,
>      503, 504, 403, 404, or 429.
>
>   *) Bugfix: "[crit] cache file ... has too long header" messages might
>      appear in logs if caching was used and the backend returned response=
s
>      with the "Vary" header line.
>
>   *) Workaround: "[crit] SSL_write() failed" messages might appear in log=
s
>      when using OpenSSL 1.1.1.
>
>   *) Bugfix: "SSL_shutdown() failed (SSL: ... bad write retry)" messages
>      might appear in logs; the bug had appeared in 1.19.2.
>
>   *) Bugfix: a segmentation fault might occur in a worker process when
>      using HTTP/2 if errors with code 400 were redirected to a proxied
>      location using the "error_page" directive.
>
>   *) Bugfix: socket leak when using HTTP/2 and subrequests in the njs
>      module.
>
>   </ChangeLog>
>
>   <Changelog for njs 0.4.4>
>
>   nginx modules:
>
>   *) Bugfix: fixed location merge.
>
>   *) Bugfix: fixed r.httpVersion for HTTP/2.
>
>   Core:
>
>   *) Feature: added support for numeric separators (ES12).
>
>   *) Feature: added remaining methods for %TypedArray%.prototype.
>      The following methods were added: every(), filter(), find(),
>      findIndex(), forEach(), includes(), indexOf(), lastIndexOf(),
>      map(), reduce(), reduceRight(), reverse(), some().
>
>   *) Feature: added %TypedArray% remaining methods.
>      The following methods were added: from(), of().
>
>   *) Feature: added DataView object.
>
>   *) Feature: added Buffer object implementation.
>
>   *) Feature: added support for ArrayBuffer in
>      TextDecoder.prototype.decode().
>
>   *) Feature: added support for Buffer object in "crypto" methods.
>
>   *) Feature: added support for Buffer object in "fs" methods.
>
>   *) Change: Hash.prototype.digest() and Hmac.prototype.digest()
>      now return a Buffer instance instead of a byte string when
>      encoding is not provided.
>
>   *) Change: fs.readFile() and friends now return a Buffer instance
>      instead of a byte string when encoding is not provided.
>
>   *) Bugfix: fixed function "prototype" property handler while
>      setting.
>
>   *) Bugfix: fixed function "constructor" property handler while
>      setting.
>
>   *) Bugfix: fixed String.prototype.indexOf() for byte strings.
>
>   *) Bugfix: fixed RegExpBuiltinExec() with a global flag and
>      byte strings.
>
>   *) Bugfix: fixed RegExp.prototype[Symbol.replace] when the
>      replacement value is a function.
>
>   *) Bugfix: fixed TextDecoder.prototype.decode() with non-zero
>      TypedArray offset.
>
>   </Changelog>
>
> Modified:
>   head/www/nginx-devel/Makefile
>   head/www/nginx-devel/Makefile.extmod
>   head/www/nginx-devel/distinfo
>
> Modified: head/www/nginx-devel/Makefile
>
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D
> --- head/www/nginx-devel/Makefile       Tue Sep 29 16:19:36 2020
> (r550528)
> +++ head/www/nginx-devel/Makefile       Tue Sep 29 16:20:45 2020
> (r550529)
> @@ -2,8 +2,7 @@
>  # $FreeBSD$
>
>  PORTNAME?=3D     nginx
> -PORTVERSION=3D   1.19.2
> -PORTREVISION=3D  8
> +PORTVERSION=3D   1.19.3
>  CATEGORIES=3D    www
>  MASTER_SITES=3D  https://nginx.org/download/ \
>                 LOCAL/osa
>
> Modified: head/www/nginx-devel/Makefile.extmod
>
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D
> --- head/www/nginx-devel/Makefile.extmod        Tue Sep 29 16:19:36 2020
>       (r550528)
> +++ head/www/nginx-devel/Makefile.extmod        Tue Sep 29 16:20:45 2020
>       (r550529)
> @@ -228,7 +228,7 @@ NAXSI_NGINX_VER=3D    0.56
>  NAXSI_GH_TUPLE=3D                nbs-system:naxsi:${NAXSI_NGINX_VER}:nax=
si
>  NAXSI_VARS=3D            DSO_EXTMODS+=3Dnaxsi NAXSI_SUBDIR=3D/naxsi_src
>
> -NJS_GH_TUPLE=3D          nginx:njs:0.4.3:njs
> +NJS_GH_TUPLE=3D          nginx:njs:0.4.4:njs
>  NJS_VARS=3D              DSO_EXTMODS+=3Dnjs NJS_SUBDIR=3D/nginx
>  NJS_USES=3D              libedit
>
>
> Modified: head/www/nginx-devel/distinfo
>
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D
> --- head/www/nginx-devel/distinfo       Tue Sep 29 16:19:36 2020
> (r550528)
> +++ head/www/nginx-devel/distinfo       Tue Sep 29 16:20:45 2020
> (r550529)
> @@ -1,6 +1,6 @@
> -TIMESTAMP =3D 1598541009
> -SHA256 (nginx-1.19.2.tar.gz) =3D
> 7c1f7bb13e79433ee930c597d272a64bc6e30c356a48524f38fd34fa88d62473
> -SIZE (nginx-1.19.2.tar.gz) =3D 1048727
> +TIMESTAMP =3D 1601390607
> +SHA256 (nginx-1.19.3.tar.gz) =3D
> 91e5b74fa17879d2463294e93ad8f6ffc066696ae32ad0478ffe15ba0e9e8df0
> +SIZE (nginx-1.19.3.tar.gz) =3D 1052581
>  SHA256 (nginx_mogilefs_module-1.0.4.tar.gz) =3D
> 7ac230d30907f013dff8d435a118619ea6168aa3714dba62c6962d350c6295ae
>  SIZE (nginx_mogilefs_module-1.0.4.tar.gz) =3D 11208
>  SHA256 (nginx_mod_h264_streaming-2.2.7.tar.gz) =3D
> 6d974ba630cef59de1f60996c66b401264a345d25988a76037c2856cec756c19
> @@ -111,8 +111,8 @@ SHA256 (SpiderLabs-ModSecurity-nginx-v1.0.1_GH0.tar.g=
z
>  SIZE (SpiderLabs-ModSecurity-nginx-v1.0.1_GH0.tar.gz) =3D 31920
>  SHA256 (nbs-system-naxsi-0.56_GH0.tar.gz) =3D
> 0a66dcadd32432460fab180be9f2efe24e911e3798917b2787ee710e02901eb4
>  SIZE (nbs-system-naxsi-0.56_GH0.tar.gz) =3D 192120
> -SHA256 (nginx-njs-0.4.3_GH0.tar.gz) =3D
> 463df8004ccbc4a7420c7fc501260ff9b273c69f4a8b6a21a39836c9d47f36d4
> -SIZE (nginx-njs-0.4.3_GH0.tar.gz) =3D 460997
> +SHA256 (nginx-njs-0.4.4_GH0.tar.gz) =3D
> 7deb9f474d7200b316b892541ff260c57e1677d3b5032dec7cd5b7484b72d2ed
> +SIZE (nginx-njs-0.4.4_GH0.tar.gz) =3D 486870
>  SHA256 (opentracing-contrib-nginx-opentracing-2d81c29_GH0.tar.gz) =3D
> b082bb8e0f4de2e3361c9cae79e266856de1e5b26a43611e08446b7c2bc0b2b4
>  SIZE (opentracing-contrib-nginx-opentracing-2d81c29_GH0.tar.gz) =3D 6643=
57
>  SHA256 (konstruxi-ngx_postgres-8aa7359_GH0.tar.gz) =3D
> c69ad4495de7c7883ebc23e1e6c4cc83a4ac6a7fddd4d5c12e49d33b65f7c50b
>



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