Date: Wed, 1 Aug 2018 06:51:44 +0000 (UTC) From: "Sergey A. Osokin" <osa@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r476158 - head/www/nginx-devel Message-ID: <201808010651.w716piWt056337@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: osa Date: Wed Aug 1 06:51:44 2018 New Revision: 476158 URL: https://svnweb.freebsd.org/changeset/ports/476158 Log: Upgrade third-party njs module to 950db73 aka 0.2.3. Bump PORTREVISION. <ChangeLog> nginx modules: *) Bugfix: making a subrequest from a Reply object caused a segmentation fault. *) Bugfix: getting the parent property of the main Request object caused a segmentation fault. Core: *) Feature: added the pretty string representation for values. *) Feature: correctly printing floating point numbers. *) Feature: correctly parsing floating point numbers. *) Feature: String.bytesFrom() method (decoding hex, base64, base64url into a byte string). *) Feature: String.padStart() and String.padEnd() methods. *) Feature: added support of binary literals. *) Improvement: added information about illegal token in number parsing. *) Improvement: allowed uppercased O in octal literal values. *) Improvement: added support for multiple arguments in console.log(). *) Bugfix: fixed applying call() to methods of external values. *) Bugfix: fixed addition operator applied to an object. *) Bugfix: fixed exception handling in njs_vm_value_to_ext_string(). *) Bugfix: fixed Number() with boolean, null and undefined arguments. *) Bugfix: fixed error handling of setting non-numeric Array.length. *) Bugfix: fixed autocompletion for global objects. *) Bugfix: miscellaneous additional bugs have been fixed. </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 Wed Aug 1 06:16:52 2018 (r476157) +++ head/www/nginx-devel/Makefile Wed Aug 1 06:51:44 2018 (r476158) @@ -3,6 +3,7 @@ PORTNAME= nginx PORTVERSION= 1.15.2 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://nginx.org/download/ \ LOCAL/osa Modified: head/www/nginx-devel/Makefile.extmod ============================================================================== --- head/www/nginx-devel/Makefile.extmod Wed Aug 1 06:16:52 2018 (r476157) +++ head/www/nginx-devel/Makefile.extmod Wed Aug 1 06:51:44 2018 (r476158) @@ -219,7 +219,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:b4a58c4:njs +NJS_GH_TUPLE= nginx:njs:950db73:njs NJS_VARS= DSO_EXTMODS+=njs NJS_SUBDIR=/nginx PASSENGER_NGINX_VER= 5.3.3 Modified: head/www/nginx-devel/distinfo ============================================================================== --- head/www/nginx-devel/distinfo Wed Aug 1 06:16:52 2018 (r476157) +++ head/www/nginx-devel/distinfo Wed Aug 1 06:51:44 2018 (r476158) @@ -1,4 +1,4 @@ -TIMESTAMP = 1532488491 +TIMESTAMP = 1533105775 SHA256 (nginx-1.15.2.tar.gz) = eeba09aecfbe8277ac33a5a2486ec2d6731739f3c1c701b42a0c3784af67ad90 SIZE (nginx-1.15.2.tar.gz) = 1025746 SHA256 (ngx_cache_purge-2.3.tar.gz) = 279e0d8a46d3b1521fd43b3f78bc1c08b263899142a7cc5058c1c0361a92c89c @@ -107,8 +107,8 @@ SHA256 (SpiderLabs-ModSecurity-nginx-4cde86b_GH0.tar.g SIZE (SpiderLabs-ModSecurity-nginx-4cde86b_GH0.tar.gz) = 26453 SHA256 (nbs-system-naxsi-0.56_GH0.tar.gz) = 0a66dcadd32432460fab180be9f2efe24e911e3798917b2787ee710e02901eb4 SIZE (nbs-system-naxsi-0.56_GH0.tar.gz) = 192120 -SHA256 (nginx-njs-b4a58c4_GH0.tar.gz) = d4b245b8f2e95ce062ed2a60f841421e7705c34aa28b282ad16072d9f0987a35 -SIZE (nginx-njs-b4a58c4_GH0.tar.gz) = 253407 +SHA256 (nginx-njs-950db73_GH0.tar.gz) = 5af1e1f2664fc66912b7148f0945a224362877a5138837b7847fb2c286ee8bec +SIZE (nginx-njs-950db73_GH0.tar.gz) = 269763 SHA256 (FRiCKLE-ngx_postgres-1.0rc7_GH0.tar.gz) = c942e674a7273ab87caab4dcad626ab54852be192c29b1add50d2cb535e3cbb9 SIZE (FRiCKLE-ngx_postgres-1.0rc7_GH0.tar.gz) = 40742 SHA256 (openresty-rds-csv-nginx-module-v0.09_GH0.tar.gz) = 896be99c0cad50218417800a159e43ec088d6b58c099472ed3b3d7f179d6c0ea
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808010651.w716piWt056337>