2022-09-27 09:57:29 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: nodejs16: updated to 16.17.1 Version 16.17.1 'Gallium' (LTS) This is a security release. Notable changes The following CVEs are fixed in this release: CVE-2022-32212: DNS rebinding in --inspect on macOS (High) CVE-2022-32213: bypass via obs-fold mechanic (Medium) CVE-2022-35255: Weak randomness in WebCrypto keygen CVE-2022-35256: HTTP Request Smuggling - Incorrect Parsing of Header Fields (Medium) |
2022-08-29 08:28:38 by Adam Ciarcinski | Files touched by this commit (4) | |
Log message: nodejs16: updated to 16.17.0 Version 16.17.0 'Gallium' (LTS) Notable Changes Experimental command-line argument parser API Adds util.parseArgs helper for higher level command-line argument parsing. Experimental ESM Loader Hooks API Node.js ESM Loader hooks now support multiple custom loaders, and composition is \ achieved via "chaining": foo-loader calls bar-loader calls qux-loader \ (a custom loader must now signal a short circuit when intentionally not calling \ the next). See the ESM docs for details. Real-world use-cases are laid out for end-users with working examples in the \ article Custom ESM loaders: Who, what, when, where, why, how. Experimental test runner The node:test module, which was initially introduced in Node.js v18.0.0, is now \ available with all the changes done to it up to Node.js v18.7.0. Improved interoperability of the Web Crypto API To better align Node.js' experimental implementation of the Web Crypto API with \ other runtimes, several changes were made: Support for CFRG curves was added, with the 'Ed25519', 'Ed448', 'X25519', and \ 'X448' algorithms. The proprietary 'NODE-DSA', 'NODE-DH', 'NODE-SCRYPT', 'NODE-ED25519', \ 'NODE-ED448', 'NODE-X25519', and 'NODE-X448' algorithms were removed. The proprietary 'node.keyObject' import/export format was removed. |
2022-07-08 15:30:19 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: nodejs16: updated to 16.16.0 Version 16.16.0 'Gallium' (LTS) This is a security release. Notable changes deps: upgrade openssl sources to OpenSSL_1_1_1q (RafaelGSS) src: add OpenSSL config appname (Daniel Bevenius) |
2022-07-04 17:48:53 by Jonathan Perkin | Files touched by this commit (3) |
Log message: nodejs: Limit ABI depends to each release branch. While not strictly true, it's required to avoid pbulk always choosing nodejs18 as the preferred dependency, which is incorrect on platforms where it does not build (macOS 10.14) and NODE_VERSION_DEFAULT is set to 16. |
2022-06-05 10:18:53 by Makoto Fujiwara | Files touched by this commit (1) |
Log message: (lang/nodejs16) regen distinfo |
2022-06-05 08:56:15 by Makoto Fujiwara | Files touched by this commit (1) |
Log message: (lang/nodejs16) Fix build for NetBSD 9.0, for OpenSSL 1.1.1d the patch is copied from old nodejs(16) and modified some to apply, not really checked under 9.0 environment except patch being applied. |
2022-06-02 11:45:46 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: nodejs16: updated to 16.15.1 Version 16.15.1 'Gallium' (LTS) Notable Changes deps: upgrade npm to 8.11.0 (npm-cli+bot@github.com) docs: add release key for RafaelGSS (Rafael Gonzaga) add release key for Juan Arboleda (Juan José) |
2022-05-05 09:02:25 by Adam Ciarcinski | Files touched by this commit (26) |
Log message: nodejs: moved to nodejs16 |