Port details on branch 2022Q4 |
- node16 V8 JavaScript for client and server
- 16.18.1 www
=0 16.18.1Version of this port present on the latest quarterly branch. - Maintainer: bhughes@FreeBSD.org
 - Port Added: 2022-12-07 12:33:04
- Last Update: 2022-12-08 11:31:32
- Commit Hash: e4ecd4e
- License: MIT
- WWW:
- https://nodejs.org/
- Description:
- Node.js is a JavaScript runtime built on Chrome's V8 JavaScript
engine. Node.js uses an event-driven, non-blocking I/O model that
makes it lightweight and efficient. Node.js' package ecosystem,
npm, is the largest ecosystem of open source libraries in the world.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/www/node16/ && make install clean
- To add the package, run one of these commands:
- pkg install www/node16
- pkg install node16
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: node16
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: aarch64 amd64 armv6 armv7 i386 powerpc64 powerpc64le
- distinfo:
- TIMESTAMP = 1668274253
SHA256 (node-v16.18.1.tar.gz) = 3d24c9c3a953afee43edc44569045eda56cd45cd58b0539922d17da62736189c
SIZE (node-v16.18.1.tar.gz) = 67572729
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- brotli>=1.0.9,1 : archivers/brotli
- c-ares>=1.17.2 : dns/c-ares
- libuv>=1.42.0 : devel/libuv
- libnghttp2>=1.45.1 : www/libnghttp2
- objdump : devel/binutils
- icu>=69.1 : devel/icu
- gmake>=4.3 : devel/gmake
- python3.9 : lang/python39
- pkgconf>=1.3.0_1 : devel/pkgconf
- Runtime dependencies:
-
- ca_root_nss>=0 : security/ca_root_nss
- Library dependencies:
-
- libbrotlidec.so : archivers/brotli
- libcares.so : dns/c-ares
- libuv.so : devel/libuv
- libnghttp2.so : www/libnghttp2
- libicui18n.so : devel/icu
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for node16-16.18.1:
BUNDLED_SSL=off: Use node.js's bundled OpenSSL implementation
COREPACK=on: Build and install corepack package manager
DOCS=on: Build and/or install documentation
DTRACE=on: Build with DTrace probes
NLS=on: Native Language Support
===> Use 'make config' to modify these settings
- Options name:
- www_node16
- USES:
- compiler:c++11-lib gmake python:3.6-3.10,build pkgconfig localbase shebangfix ssl
- pkg-message:
- For install:
- Note: If you need npm (Node Package Manager), please install www/npm.
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
16.18.1 08 Dec 2022 11:31:32
    |
Juraj Lutter (otis)  |
www/node16: Fix pkg-plist
Fix pkg-plist missed in d7b5e9e17685531752d4bea51d18db6401f923a0
This is a direct commit to 2022Q4
Reported by: antoine, pkg-fallout |
16.18.1 07 Dec 2022 12:29:15
    |
Juraj Lutter (otis)  Author: Po-Chuan Hsieh |
www/node16: Remove no-op OPTIONS_DEFAULT+=${OPTIONS_DEFAULT_${OPSYS}_${OSREL:R}}
Approved by: portmgr (blanket)
(cherry picked from commit 52db0296aedbc528fbf3f1dabe1ad89829c688ad) |
16.18.1 07 Dec 2022 12:28:55
    |
Juraj Lutter (otis)  |
www/node16: Update to 16.18.1
The following CVE is fixed in this release:
CVE-2022-43548: DNS rebinding in --inspect via invalid octal IP
address (Medium)
Changelog: https://github.com/nodejs/node/releases/tag/v16.18.1
(cherry picked from commit 448f29e203032f5c597115e8d8d07a7575a8b2c1) |