pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/nginx www/nginx: Update njs to 0.4.4
details: https://anonhg.NetBSD.org/pkgsrc/rev/cc2945ee9ef6
branches: trunk
changeset: 439951:cc2945ee9ef6
user: otis <otis%pkgsrc.org@localhost>
date: Wed Sep 30 13:52:26 2020 +0000
description:
www/nginx: Update njs to 0.4.4
Release Date: 29 September 2020
* nginx modules:
- Bugfix: fixed location merge.
- Bugfix: fixed r.httpVersion for HTTP/2.
* Core:
- Feature: added support for numeric separators (ES12).
- Feature: added remaining methods for %TypedArray%.prototype. The following
methods were added: every(), filter(), find(), findIndex(), forEach(),
includes(), indexOf(), lastIndexOf(), map(), reduce(), reduceRight(),
reverse(), some().
- Feature: added %TypedArray% remaining methods. The following methods were added: from(), of().
- Feature: added DataView object.
- Feature: added Buffer object implementation.
- Feature: added support for ArrayBuffer in TextDecoder.prototype.decode()
- Feature: added support for Buffer object in crypto methods.
- Feature: added support for Buffer object in fs methods.
- Change: Hash.prototype.digest() and Hmac.prototype.digest() now return a
Buffer instance instead of a byte string when encoding is not provided.
- Change: fs.readFile() and friends now return a Buffer instance instead of a
byte string when encoding is not provided.
- Bugfix: fixed function prototype property handler while setting.
- Bugfix: fixed function constructor property handler while setting.
- Bugfix: fixed String.prototype.indexOf() for byte strings.
- Bugfix: fixed RegExpBuiltinExec() with a global flag and byte strings.
- Bugfix: fixed RegExp.prototype[Symbol.replace] the when replacement value is a
function.
- Bugfix: fixed TextDecoder.prototype.decode() with non-zero TypedArray offset.
diffstat:
www/nginx/distinfo | 10 +++++-----
www/nginx/options.mk | 4 ++--
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (42 lines):
diff -r cfc584cd2ee1 -r cc2945ee9ef6 www/nginx/distinfo
--- a/www/nginx/distinfo Wed Sep 30 13:14:46 2020 +0000
+++ b/www/nginx/distinfo Wed Sep 30 13:52:26 2020 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.76 2020/09/05 00:35:13 otis Exp $
+$NetBSD: distinfo,v 1.77 2020/09/30 13:52:26 otis Exp $
SHA1 (array-var-nginx-module-0.05.tar.gz) = c69fac77814947009ab783a471783b3c95a63a26
RMD160 (array-var-nginx-module-0.05.tar.gz) = 89bd4efc04864e3e90781588a337338951ec8733
@@ -48,10 +48,10 @@
RMD160 (ngx_devel_kit-0.3.1.tar.gz) = 5c52a463544294096611aa9dec1c76e937a1aa23
SHA512 (ngx_devel_kit-0.3.1.tar.gz) = de1e3349d8dd08e5982279b2219dc8a8006739f0409b8e0f5c50d93434beff1fbafba43e9c5ac85a5fab90afc5c0a7244a340610339c36f82f2cba7233e72de9
Size (ngx_devel_kit-0.3.1.tar.gz) = 66542 bytes
-SHA1 (njs-0.4.3.tar.gz) = 19f4c4425146f1ec3871ae05508863c3d553e61d
-RMD160 (njs-0.4.3.tar.gz) = 5a53fb5fdfb20c76c1c52efa01bb7642ad8e09fa
-SHA512 (njs-0.4.3.tar.gz) = b3b4294817997a06661f00f53d38e0cde08e022f41b3663f9d17a91b343fb944e21184114f09d89995096faee491187c3ae424407f2855ed0670c0cccf928cd7
-Size (njs-0.4.3.tar.gz) = 460997 bytes
+SHA1 (njs-0.4.4.tar.gz) = a2e0406388a668c0e76952c54bae53c324625a1a
+RMD160 (njs-0.4.4.tar.gz) = fa9972d23204cfd928b25e9d156d6974726a2384
+SHA512 (njs-0.4.4.tar.gz) = 1bf88d23f99532bb32e96de79e49cc27b60d6231207eb06ea2f6a6884d725f7bbe7b426664aa4c872f7c40549f81489c04c2ae4a7ddd2d03c8cf1d66b9c62c78
+Size (njs-0.4.4.tar.gz) = 486870 bytes
SHA1 (set-misc-nginx-module-0.32.tar.gz) = 2433bb7a138c3b13812ec2af7070cdc67435918f
RMD160 (set-misc-nginx-module-0.32.tar.gz) = eff9be78f884f7c3e09e88af6bdf4cdd9aaea05d
SHA512 (set-misc-nginx-module-0.32.tar.gz) = 5590526f60c99630f99a49bfa9e3455baee6d58cd2a1419eab1367a838dafb87a50f5e2607aa8ac557b90dbf633dcf61069c997b3526cddc8f2fc45820a7bc3b
diff -r cfc584cd2ee1 -r cc2945ee9ef6 www/nginx/options.mk
--- a/www/nginx/options.mk Wed Sep 30 13:14:46 2020 +0000
+++ b/www/nginx/options.mk Wed Sep 30 13:52:26 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.59 2020/09/05 00:35:13 otis Exp $
+# $NetBSD: options.mk,v 1.60 2020/09/30 13:52:26 otis Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.nginx
PKG_SUPPORTED_OPTIONS= array-var auth-request dav debug echo encrypted-session \
@@ -285,7 +285,7 @@
CONFIGURE_ARGS+= --add-module=../${NJS_EXT_DISTNAME}/nginx
.endif
.if !empty(PKG_OPTIONS:Mnjs) || make(makesum) || make(mdi)
-NJS_EXT_VERSION= 0.4.3
+NJS_EXT_VERSION= 0.4.4
NJS_EXT_DISTNAME= njs-${NJS_EXT_VERSION}
NJS_EXT_DISTFILE= ${NJS_EXT_DISTNAME}.tar.gz
SITES.${NJS_EXT_DISTFILE}+= -https://github.com/nginx/njs/archive/${NJS_EXT_VERSION}.tar.gz
Home |
Main Index |
Thread Index |
Old Index