mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
www/nginx-devel: update NGINX JavaScript module to 0.7.3
Bump PORTREVISION. <ChangeLog> Core: *) Feature: added support of module resolution callback. This feature allows a host environment to control how imported modules are loaded. *) Bugfix: fixed backtraces while traversing imported user modules. *) Bugfix: fixed Array.prototype.concat() when "this" is a slow array. *) Bugfix: fixed frame allocation from an awaited frame. *) Bugfix: fixed allocation of large array literals. *) Bugfix: fixed interpreter when "toString" conversion fails. </ChangeLog>
This commit is contained in:
parent
6a77785b5b
commit
775ccb6cc3
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME?= nginx
|
||||
PORTVERSION= 1.21.6
|
||||
PORTREVISION= 7
|
||||
PORTREVISION= 8
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= https://nginx.org/download/ \
|
||||
LOCAL/osa
|
||||
|
@ -246,7 +246,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.2:njs
|
||||
NJS_GH_TUPLE= nginx:njs:0.7.3:njs
|
||||
NJS_VARS= DSO_EXTMODS+=njs NJS_SUBDIR=/nginx
|
||||
NJS_USES= libedit
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
TIMESTAMP = 1646793809
|
||||
TIMESTAMP = 1649766847
|
||||
SHA256 (nginx-1.21.6.tar.gz) = 66dc7081488811e9f925719e34d1b4504c2801c81dee2920e5452a86b11405ae
|
||||
SIZE (nginx-1.21.6.tar.gz) = 1073364
|
||||
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.2_GH0.tar.gz) = a1481be96989842ed05d06eab4ae4e79790c552196e5624dd38d42bc2d275829
|
||||
SIZE (nginx-njs-0.7.2_GH0.tar.gz) = 584483
|
||||
SHA256 (nginx-njs-0.7.3_GH0.tar.gz) = a212ed7d4c9f8d6da0fed651ac1e2399a7d92e3f32000e2c2684364d52ee7880
|
||||
SIZE (nginx-njs-0.7.3_GH0.tar.gz) = 586271
|
||||
SHA256 (opentracing-contrib-nginx-opentracing-4984aab_GH0.tar.gz) = 5071ec63763edbc1a28da33c39cd530cb41f5de2fdccf64885da2e71ae251848
|
||||
SIZE (opentracing-contrib-nginx-opentracing-4984aab_GH0.tar.gz) = 679411
|
||||
SHA256 (konstruxi-ngx_postgres-8aa7359_GH0.tar.gz) = c69ad4495de7c7883ebc23e1e6c4cc83a4ac6a7fddd4d5c12e49d33b65f7c50b
|
||||
|
Loading…
Reference in New Issue
Block a user