Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nodejs: upgrade 22.15.1 -> 22.16.0 | Jason Schonberg | 2025-05-22 | 1 | -216/+0 |
| | | | | | | | | | | Drop the backported zlib-fix-pointer-alignment patch. It is included in this release. https://github.com/nodejs/node/commit/f2159f2a44 Changelog: https://github.com/nodejs/node/releases/tag/v22.16.0 Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
* | nodejs: upgrade 22.15.0 -> 22.15.1 | Jason Schonberg | 2025-05-15 | 1 | -0/+216 |
This is a security update. (CVE-2025-23166) fix error handling on async crypto operation (CVE-2025-23165) add missing call to uv_fs_req_cleanup https://nodejs.org/en/blog/vulnerability/may-2025-security-releases Changelog: https://github.com/nodejs/node/releases/tag/v22.15.1 Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> |