mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-06 11:41:52 +00:00
*/*: update NGINX JavaScript 0.7.6 -> 0.7.7
Bump PORTREVISION for www/nginx-devel. <ChangeLog> nginx modules: *) Feature: the number of nginx configuration contexts where js directives can be specified is extended. HTTP: js_import, js_path, js_set and js_var are allowed in server and location contexts. js_content, js_body_filter and js_header_filter are allowed in 'if' context. Stream: js_import, js_path, js_set and js_var are allowed in server context. *) Feature: added r.internal property. *) Bugfix: fixed reading response body in fetch API. *) Bugfix: fixed "js_fetch_timeout" in stream module. *) Bugfix: fixed socket leak with 0 fetch timeout. Core: *) Feature: extended "fs" module. Added fs.openSync(), fs.promises.open(), fs.fstatSync(), fs.readSync(), fs.writeSync(). The following properties of FileHandle are implemented: fd, read(), stat(), write(), close(). *) Bugfix: fixed parseInt(), parseFloat(), Symbol.for() with no arguments. </ChangeLog>
This commit is contained in:
parent
41596f2519
commit
672d8656a8
@ -1,5 +1,5 @@
|
||||
PORTNAME= njs
|
||||
DISTVERSION= 0.7.6
|
||||
DISTVERSION= 0.7.7
|
||||
CATEGORIES= lang www
|
||||
|
||||
MAINTAINER= osa@FreeBSD.org
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1658247733
|
||||
SHA256 (nginx-njs-0.7.6_GH0.tar.gz) = 51f529912b8ba5fd01b77bf10620f1c49d479f8f07d5708885f6ca5e42af5c26
|
||||
SIZE (nginx-njs-0.7.6_GH0.tar.gz) = 600165
|
||||
TIMESTAMP = 1661880825
|
||||
SHA256 (nginx-njs-0.7.7_GH0.tar.gz) = f9e5b6ee79711ef2fcea6482144c0c901b99ba6bd52d72c1c0ae7415a42f4f45
|
||||
SIZE (nginx-njs-0.7.7_GH0.tar.gz) = 609779
|
||||
|
@ -1,6 +1,6 @@
|
||||
PORTNAME?= nginx
|
||||
PORTVERSION= 1.23.1
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= https://nginx.org/download/ \
|
||||
LOCAL/osa
|
||||
|
@ -248,7 +248,7 @@ NAXSI_GH_TUPLE= nbs-system:naxsi:${NAXSI_NGINX_VER}:naxsi
|
||||
NAXSI_VARS= DSO_EXTMODS+=naxsi NAXSI_SUBDIR=/naxsi_src
|
||||
NAXSI_EXTRA_PATCHES= ${PATCHDIR}/extra-patch-naxsi_runtime.c
|
||||
|
||||
NJS_GH_TUPLE= nginx:njs:0.7.6:njs
|
||||
NJS_GH_TUPLE= nginx:njs:0.7.7:njs
|
||||
NJS_VARS= DSO_EXTMODS+=njs NJS_SUBDIR=/nginx
|
||||
NJS_USES= libedit
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
TIMESTAMP = 1661018693
|
||||
TIMESTAMP = 1661880924
|
||||
SHA256 (nginx-1.23.1.tar.gz) = 5eee1bd1c23e3b9477a45532f1f36ae6178b43d571a9607e6953cef26d5df1e2
|
||||
SIZE (nginx-1.23.1.tar.gz) = 1104352
|
||||
SHA256 (nginx_mogilefs_module-1.0.4.tar.gz) = 7ac230d30907f013dff8d435a118619ea6168aa3714dba62c6962d350c6295ae
|
||||
@ -107,8 +107,8 @@ SHA256 (SpiderLabs-ModSecurity-nginx-v1.0.3_GH0.tar.gz) = 32a42256616cc674dca24c
|
||||
SIZE (SpiderLabs-ModSecurity-nginx-v1.0.3_GH0.tar.gz) = 34063
|
||||
SHA256 (nbs-system-naxsi-29793dc_GH0.tar.gz) = 579df0e50ff32464f7bb152df9d93ea18c05c4aa3966ec4d8c603b5dd629be08
|
||||
SIZE (nbs-system-naxsi-29793dc_GH0.tar.gz) = 236932
|
||||
SHA256 (nginx-njs-0.7.6_GH0.tar.gz) = 51f529912b8ba5fd01b77bf10620f1c49d479f8f07d5708885f6ca5e42af5c26
|
||||
SIZE (nginx-njs-0.7.6_GH0.tar.gz) = 600165
|
||||
SHA256 (nginx-njs-0.7.7_GH0.tar.gz) = f9e5b6ee79711ef2fcea6482144c0c901b99ba6bd52d72c1c0ae7415a42f4f45
|
||||
SIZE (nginx-njs-0.7.7_GH0.tar.gz) = 609779
|
||||
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 (konstruxi-ngx_postgres-8aa7359_GH0.tar.gz) = c69ad4495de7c7883ebc23e1e6c4cc83a4ac6a7fddd4d5c12e49d33b65f7c50b
|
||||
|
Loading…
x
Reference in New Issue
Block a user