1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00

www/node16: Security update to 16.17.1

Changelog: https://github.com/nodejs/node/releases/tag/v16.17.1

The following CVEs are fixed in this release:

CVE-2022-32212: DNS rebinding in --inspect on macOS
CVE-2022-32213: bypass via obs-fold mechanic
CVE-2022-35255: Weak randomness in WebCrypto keygen
CVE-2022-35256: HTTP Request Smuggling - Incorrect Parsing of Header Fields

PR:		266595
Approved by:	(maintainer timeout)
MFH:		2022Q4
Differential Revision:	https://reviews.freebsd.org/D36692
This commit is contained in:
Juraj Lutter 2022-10-16 10:24:42 +02:00 committed by Matthias Fechner
parent 3b3da7d7b2
commit 2bedef22cc
3 changed files with 7 additions and 8 deletions

View File

@ -1,11 +1,11 @@
PORTNAME= node
DISTVERSIONPREFIX= v
DISTVERSION= 16.16.0
DISTVERSION= 16.17.1
CATEGORIES= www
MASTER_SITES= https://nodejs.org/dist/v${DISTVERSION}/
PKGNAMESUFFIX= 16
MAINTAINER= bhughes@FreeBSD.org
MAINTAINER= otis@FreeBSD.org
COMMENT= V8 JavaScript for client and server
WWW= https://nodejs.org/

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1657304207
SHA256 (node-v16.16.0.tar.gz) = e07c30b0498f143c08793e34bda1adeaad32f485a4f79f4d67a82879f4c0bbe3
SIZE (node-v16.16.0.tar.gz) = 66189510
TIMESTAMP = 1664054003
SHA256 (node-v16.17.1.tar.gz) = e423985f6019b2026f9a191adb56a96ae83ecd56cdf839cf94aa980168b7a90f
SIZE (node-v16.17.1.tar.gz) = 67255715

View File

@ -514,6 +514,7 @@ include/node/v8-version.h
include/node/v8.h
include/node/v8config.h
%%DTRACE%%lib/dtrace/node.d
%%COREPACK%%lib/node_modules/corepack/CHANGELOG.md
%%COREPACK%%lib/node_modules/corepack/LICENSE.md
%%COREPACK%%lib/node_modules/corepack/README.md
%%COREPACK%%lib/node_modules/corepack/dist/corepack.js
@ -522,6 +523,7 @@ include/node/v8config.h
%%COREPACK%%lib/node_modules/corepack/dist/pnpm.js
%%COREPACK%%lib/node_modules/corepack/dist/pnpx.js
%%COREPACK%%lib/node_modules/corepack/dist/vcc.js
%%COREPACK%%lib/node_modules/corepack/dist/vendors-_yarn_berry_cache_proxy-agent-npm-5_0_0-41772f4b01-9_zip_node_modules_proxy-agent_index_js.js
%%COREPACK%%lib/node_modules/corepack/dist/yarn.js
%%COREPACK%%lib/node_modules/corepack/dist/yarnpkg.js
%%COREPACK%%lib/node_modules/corepack/package.json
@ -543,9 +545,6 @@ include/node/v8config.h
%%COREPACK%%lib/node_modules/corepack/shims/nodewin/pnpx
%%COREPACK%%lib/node_modules/corepack/shims/nodewin/pnpx.cmd
%%COREPACK%%lib/node_modules/corepack/shims/nodewin/pnpx.ps1
%%COREPACK%%lib/node_modules/corepack/shims/nodewin/vcc
%%COREPACK%%lib/node_modules/corepack/shims/nodewin/vcc.cmd
%%COREPACK%%lib/node_modules/corepack/shims/nodewin/vcc.ps1
%%COREPACK%%lib/node_modules/corepack/shims/nodewin/yarn
%%COREPACK%%lib/node_modules/corepack/shims/nodewin/yarn.cmd
%%COREPACK%%lib/node_modules/corepack/shims/nodewin/yarn.ps1