svn commit: r550529 - head/www/nginx-devel

Vanilla Hsu vanilla at fatpipi.com
Wed Sep 30 03:25:23 UTC 2020


Hi:

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

it should be fix the fcommon issue.

thanks.

Sergey A. Osokin <osa at freebsd.org> 於 2020年9月30日 週三 上午12:20寫道:

> 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 responses
>      with the "Vary" header line.
>
>   *) Workaround: "[crit] SSL_write() failed" messages might appear in logs
>      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
>
> ==============================================================================
> --- 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?=     nginx
> -PORTVERSION=   1.19.2
> -PORTREVISION=  8
> +PORTVERSION=   1.19.3
>  CATEGORIES=    www
>  MASTER_SITES=  https://nginx.org/download/ \
>                 LOCAL/osa
>
> Modified: head/www/nginx-devel/Makefile.extmod
>
> ==============================================================================
> --- 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=    0.56
>  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.4.3:njs
> +NJS_GH_TUPLE=          nginx:njs:0.4.4:njs
>  NJS_VARS=              DSO_EXTMODS+=njs NJS_SUBDIR=/nginx
>  NJS_USES=              libedit
>
>
> Modified: head/www/nginx-devel/distinfo
>
> ==============================================================================
> --- 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 = 1598541009
> -SHA256 (nginx-1.19.2.tar.gz) =
> 7c1f7bb13e79433ee930c597d272a64bc6e30c356a48524f38fd34fa88d62473
> -SIZE (nginx-1.19.2.tar.gz) = 1048727
> +TIMESTAMP = 1601390607
> +SHA256 (nginx-1.19.3.tar.gz) =
> 91e5b74fa17879d2463294e93ad8f6ffc066696ae32ad0478ffe15ba0e9e8df0
> +SIZE (nginx-1.19.3.tar.gz) = 1052581
>  SHA256 (nginx_mogilefs_module-1.0.4.tar.gz) =
> 7ac230d30907f013dff8d435a118619ea6168aa3714dba62c6962d350c6295ae
>  SIZE (nginx_mogilefs_module-1.0.4.tar.gz) = 11208
>  SHA256 (nginx_mod_h264_streaming-2.2.7.tar.gz) =
> 6d974ba630cef59de1f60996c66b401264a345d25988a76037c2856cec756c19
> @@ -111,8 +111,8 @@ SHA256 (SpiderLabs-ModSecurity-nginx-v1.0.1_GH0.tar.gz
>  SIZE (SpiderLabs-ModSecurity-nginx-v1.0.1_GH0.tar.gz) = 31920
>  SHA256 (nbs-system-naxsi-0.56_GH0.tar.gz) =
> 0a66dcadd32432460fab180be9f2efe24e911e3798917b2787ee710e02901eb4
>  SIZE (nbs-system-naxsi-0.56_GH0.tar.gz) = 192120
> -SHA256 (nginx-njs-0.4.3_GH0.tar.gz) =
> 463df8004ccbc4a7420c7fc501260ff9b273c69f4a8b6a21a39836c9d47f36d4
> -SIZE (nginx-njs-0.4.3_GH0.tar.gz) = 460997
> +SHA256 (nginx-njs-0.4.4_GH0.tar.gz) =
> 7deb9f474d7200b316b892541ff260c57e1677d3b5032dec7cd5b7484b72d2ed
> +SIZE (nginx-njs-0.4.4_GH0.tar.gz) = 486870
>  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
>


More information about the svn-ports-head mailing list