Path to this page:
./
lang/nodejs22,
V8 JavaScript for clients and servers
Branch: CURRENT,
Version: 22.13.1,
Package name: nodejs-22.13.1,
Maintainer: pkgsrc-usersNode.js is an evented I/O framework for the V8 JavaScript engine. It is
intended for writing scalable network programs such as web servers.
This package holds the 22.x LTS release.
Package options: openssl
Master sites:
Filesize: 46915.98 KB
Version history: (Expand)
- (2025-01-22) Updated to version: nodejs-22.13.1
- (2025-01-08) Updated to version: nodejs-22.13.0
- (2024-12-04) Updated to version: nodejs-22.12.0
- (2024-11-15) Updated to version: nodejs-22.11.0nb1
- (2024-11-13) Package added to pkgsrc.se, version nodejs-22.11.0 (created)
CVS history: (Expand)
2025-01-22 12:00:28 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
nodejs22: updated to 22.13.1
Version 22.13.1 'Jod' (LTS)
Notable Changes
CVE-2025-23083 - src,loader,permission: throw on InternalWorker use when \
permission model is enabled (High)
CVE-2025-23085 - src: fix HTTP2 mem leak on premature close and ERR_PROTO (Medium)
CVE-2025-23084 - path: fix path traversal in normalize() on Windows (Medium)
Dependency update:
CVE-2025-22150 - Use of Insufficiently Random Values in undici fetch() (Medium)
|
2025-01-08 09:05:03 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
nodejs22: updated to 22.13.0
Version 22.13.0 'Jod' (LTS)
Stabilize Permission Model
Graduate WebCryptoAPI Ed25519 and X25519 algorithms as stable
|
2024-12-04 10:13:26 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
nodejs22: updated to 22.12.0
Version 22.12.0 'Jod' (LTS)
Notable Changes
require(esm) is now enabled by default
Added resizable ArrayBuffer support in Buffer
Update root certificates to NSS 3.104
|
2024-11-15 11:58:31 by Adam Ciarcinski | Files touched by this commit (7) |
Log message:
nodejsNN: fix building with ICU 76
|
2024-11-14 23:22:33 by Thomas Klausner | Files touched by this commit (2429) |
Log message:
*: recursive bump for icu 76 shlib major version bump
|
2024-11-13 09:45:18 by Adam Ciarcinski | Files touched by this commit (38) | |
Log message:
nodejs: updated to 23.2.0
Version 23.2.0 (Current)
Notable Changes
Update root certificates to NSS 3.104
This is the version of NSS that shipped in Firefox 131.0 on 2024-10-01.
Certificates added:
FIRMAPROFESIONAL CA ROOT-A WEB
TWCA CYBER Root CA
SecureSign Root CA12
SecureSign Root CA14
SecureSign Root CA15
Other notable changes
- doc: move typescript support to active development (Marco Ippolito)
- doc: add jazelly to collaborators (Jason Zhang)
- (SEMVER-MINOR) fs: make dirent.path writable (Antoine du Hamel)
- (SEMVER-MINOR) http: add diagnostic channel http.client.request.created (Marco \
Ippolito)
- (SEMVER-MINOR) module: add findPackageJSON util (Jacob Smith)
- (SEMVER-MINOR) module: add module.stripTypeScriptTypes (Marco Ippolito)
|