www/nginx-devel: update NGINX JavaScript module to 0.7.0.
Bump PORTREVISION. <ChangeLog> nginx modules: *) Feature: added HTTPS support for Fetch API. *) Feature: added setReturnValue() method. Core: *) Feature: introduced Async/Await implementation. *) Feature: added WebCrypto API implementation. *) Bugfix: fixed copying of closures for declared functions. The bug was introduced in 0.6.0. *) Bugfix: fixed unhandled promise rejection in handle events. *) Bugfix: fixed Response.headers getter in Fetch API. </ChangeLog>
This commit is contained in:
parent
ff090d6862
commit
7ff64baadf
3 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
PORTNAME?= nginx
|
||||
PORTVERSION= 1.21.3
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= https://nginx.org/download/ \
|
||||
LOCAL/osa
|
||||
|
|
|
@ -244,7 +244,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.6.2:njs
|
||||
NJS_GH_TUPLE= nginx:njs:0.7.0:njs
|
||||
NJS_VARS= DSO_EXTMODS+=njs NJS_SUBDIR=/nginx
|
||||
NJS_USES= libedit
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
TIMESTAMP = 1633137593
|
||||
TIMESTAMP = 1634648725
|
||||
SHA256 (nginx-1.21.3.tar.gz) = 14774aae0d151da350417efc4afda5cce5035056e71894836797e1f6e2d1175a
|
||||
SIZE (nginx-1.21.3.tar.gz) = 1066609
|
||||
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.6.2_GH0.tar.gz) = 109ee42b05344f050f5ead28a68c52e8e671e1625eb6a1f765b1db5c3bcef2b9
|
||||
SIZE (nginx-njs-0.6.2_GH0.tar.gz) = 538303
|
||||
SHA256 (nginx-njs-0.7.0_GH0.tar.gz) = 3f0fe7d77600a9c54000ce101dd51f44811964502641ae505e38c1bbf595e6f1
|
||||
SIZE (nginx-njs-0.7.0_GH0.tar.gz) = 575477
|
||||
SHA256 (opentracing-contrib-nginx-opentracing-842d21f_GH0.tar.gz) = d15d5d4caa2b864fb820c9c6e373adb3eab10cfe2e5a39e98727245db4cc92c4
|
||||
SIZE (opentracing-contrib-nginx-opentracing-842d21f_GH0.tar.gz) = 676206
|
||||
SHA256 (konstruxi-ngx_postgres-8aa7359_GH0.tar.gz) = c69ad4495de7c7883ebc23e1e6c4cc83a4ac6a7fddd4d5c12e49d33b65f7c50b
|
||||
|
|
Loading…
Reference in a new issue