Skip to content

Commit

Permalink
*/*: update NGINX JavaScript: 0.8.1 -> 0.8.2 (+)
Browse files Browse the repository at this point in the history
<ChangeLog>

nginx modules:

*) Feature: introduced console object. The following methods
   were introduced: error(), info(), log(), time(), timeEnd(),
   warn().

*) Bugfix: fixed HEAD response handling with large Content-Length
   in fetch API.

*) Bugfix: fixed items() method for a shared dictionary.

*) Bugfix: fixed delete() method for a shared dictionary.

Core:

*) Feature: extended "fs" module. Added existsSync().

*) Bugfix: fixed "xml" module. Fixed broken XML exception handling
   in parse() method.

*) Bugfix: fixed RegExp.prototype.exec() with global regexp and
   unicode input.

*) Bugfix: fixed return statement parsing with invalid expression.

</ChangeLog>
  • Loading branch information
osokin committed Oct 24, 2023
1 parent ce54739 commit 33d962f
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 13 deletions.
2 changes: 1 addition & 1 deletion devel/libnjs/Makefile
@@ -1,5 +1,5 @@
PORTNAME= libnjs
DISTVERSION= 0.8.1
DISTVERSION= 0.8.2
CATEGORIES= devel www

MAINTAINER= osa@FreeBSD.org
Expand Down
6 changes: 3 additions & 3 deletions devel/libnjs/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1694629334
SHA256 (nginx-njs-0.8.1_GH0.tar.gz) = 0450d9652d3cfe7dd9f802d6f790a3616e1612eef447195cd3daa5d43b395881
SIZE (nginx-njs-0.8.1_GH0.tar.gz) = 729780
TIMESTAMP = 1698150463
SHA256 (nginx-njs-0.8.2_GH0.tar.gz) = 6f17387db8df90b6e3382d280455962ff85fa2b1a32d91c2ce1fd1af5a854d72
SIZE (nginx-njs-0.8.2_GH0.tar.gz) = 733916
2 changes: 1 addition & 1 deletion lang/njs/Makefile
@@ -1,5 +1,5 @@
PORTNAME= njs
DISTVERSION= 0.8.1
DISTVERSION= 0.8.2
CATEGORIES= lang www

MAINTAINER= osa@FreeBSD.org
Expand Down
6 changes: 3 additions & 3 deletions lang/njs/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1694884363
SHA256 (nginx-njs-0.8.1_GH0.tar.gz) = 0450d9652d3cfe7dd9f802d6f790a3616e1612eef447195cd3daa5d43b395881
SIZE (nginx-njs-0.8.1_GH0.tar.gz) = 729780
TIMESTAMP = 1698150486
SHA256 (nginx-njs-0.8.2_GH0.tar.gz) = 6f17387db8df90b6e3382d280455962ff85fa2b1a32d91c2ce1fd1af5a854d72
SIZE (nginx-njs-0.8.2_GH0.tar.gz) = 733916
2 changes: 1 addition & 1 deletion www/nginx-devel/Makefile
@@ -1,6 +1,6 @@
PORTNAME?= nginx
PORTVERSION= 1.25.2
PORTREVISION= 7
PORTREVISION= 8
CATEGORIES= www
MASTER_SITES= https://nginx.org/download/ \
LOCAL/osa
Expand Down
2 changes: 1 addition & 1 deletion www/nginx-devel/Makefile.extmod
Expand Up @@ -239,7 +239,7 @@ NAXSI_VARS= DSO_EXTMODS+=naxsi NAXSI_SUBDIR=/naxsi_src
NAXSI_EXTRA_PATCHES= ${PATCHDIR}/extra-patch-naxsi-libinjection__sqli_c \
${PATCHDIR}/extra-patch-naxsi_config

NJS_GH_TUPLE= nginx:njs:0.8.1:njs
NJS_GH_TUPLE= nginx:njs:0.8.2:njs
NJS_VARS= DSO_EXTMODS+=njs NJS_SUBDIR=/nginx

NJS_XML_IMPLIES= NJS
Expand Down
6 changes: 3 additions & 3 deletions www/nginx-devel/distinfo
@@ -1,4 +1,4 @@
TIMESTAMP = 1696093034
TIMESTAMP = 1698150356
SHA256 (nginx-1.25.2.tar.gz) = 05dd6d9356d66a74e61035f2a42162f8c754c97cf1ba64e7a801ba158d6c0711
SIZE (nginx-1.25.2.tar.gz) = 1214903
SHA256 (nginx_mogilefs_module-1.0.4.tar.gz) = 7ac230d30907f013dff8d435a118619ea6168aa3714dba62c6962d350c6295ae
Expand Down Expand Up @@ -107,8 +107,8 @@ SHA256 (wargio-naxsi-1.5_GH0.tar.gz) = 811980efb5c227b29763f0d4eb9b6af096c2ebf33
SIZE (wargio-naxsi-1.5_GH0.tar.gz) = 1115759
SHA256 (libinjection-libinjection-51f3a96_GH0.tar.gz) = 617090d8afcf3220e9e4ee00a1c76d323ce1b3212f727fc32ee75634848fb014
SIZE (libinjection-libinjection-51f3a96_GH0.tar.gz) = 2217537
SHA256 (nginx-njs-0.8.1_GH0.tar.gz) = 0450d9652d3cfe7dd9f802d6f790a3616e1612eef447195cd3daa5d43b395881
SIZE (nginx-njs-0.8.1_GH0.tar.gz) = 729780
SHA256 (nginx-njs-0.8.2_GH0.tar.gz) = 6f17387db8df90b6e3382d280455962ff85fa2b1a32d91c2ce1fd1af5a854d72
SIZE (nginx-njs-0.8.2_GH0.tar.gz) = 733916
SHA256 (opentracing-contrib-nginx-opentracing-v0.24.0_GH0.tar.gz) = 5328c5f37e0615b5252aed51b9cd40f3d14989d995ad54134076aeda4ab9b280
SIZE (opentracing-contrib-nginx-opentracing-v0.24.0_GH0.tar.gz) = 679417
SHA256 (osokin-nginx-otel-dc52126_GH0.tar.gz) = 3f167a1b955864b6a22b9e5206a6cdea5ecc775dffdda66ef8f5b70b20ff701d
Expand Down
1 change: 1 addition & 0 deletions www/unit/Makefile
@@ -1,5 +1,6 @@
PORTNAME= unit
PORTVERSION= ${UNIT_VERSION}
PORTREVISION= 1
CATEGORIES= www
MASTER_SITES?= https://unit.nginx.org/download/

Expand Down

0 comments on commit 33d962f

Please sign in to comment.