Port details |
- node14 V8 JavaScript for client and server
- 14.21.1_1 www
=4 14.21.1_1Version of this port present on the latest quarterly branch.
- DEPRECATED: Consider using www/node16 or later as Upstream EOL on 2023-04-30
This port expired on: 2023-05-26
- Maintainer: otis@FreeBSD.org
- Port Added: 2020-10-29 13:57:57
- Last Update: 2023-05-28 12:03:46
- Commit Hash: 6a9191b
- People watching this port, also watch:: nginx, openssl, gitea, nmap, lynx
- 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:
- No installation instructions:
- This port has been deleted.
- PKGNAME: node14
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: aarch64 amd64 armv6 armv7 i386 powerpc64 powerpc64le
- distinfo:
- TIMESTAMP = 1668259538
SHA256 (node-v14.21.1.tar.gz) = 76ba961536dc11e4dfd9b198c61ff3399e655eca959ae4b66d926f29bfcce9d3
SIZE (node-v14.21.1.tar.gz) = 65471715
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
- libnghttp2>=1.42.0 : www/libnghttp2
- libuv>=1.42.0 : devel/libuv
- objdump : devel/binutils
- icu>=69.1 : devel/icu
- gmake>=4.3 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- python3.9 : lang/python39
- Runtime dependencies:
-
- ca_root_nss>=0 : security/ca_root_nss
- Library dependencies:
-
- libbrotlidec.so : archivers/brotli
- libcares.so : dns/c-ares
- libnghttp2.so : www/libnghttp2
- libuv.so : devel/libuv
- libicui18n.so : devel/icu
- NOTE: dependencies for deleted ports are notoriously suspect
- This port is required by:
- for Build
-
Deleted ports which required this port:
- for Run
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- ===> The following configuration options are available for node14-14.21.1_1:
BUNDLED_SSL=off: Use bundled OpenSSL implementation from node.js
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_node14
- USES:
- compiler:c++11-lib gmake localbase pkgconfig python:2.7-3.10,build 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 |
14.21.1_1 28 May 2023 12:03:46 |
Rene Ladan (rene) |
cleanup: Remove expired ports:
2023-05-26 www/yarn-node14: Requires upstream EOL node14
2023-05-26 www/npm-node14: Requires upstream EOL www/node14
2023-05-26 www/node14: Consider using www/node16 or later as Upstream EOL on
2023-04-30 |
14.21.1_1 26 Apr 2023 15:49:57 |
Muhammad Moinur Rahman (bofh) |
www/node14: Mark DEPRECATED
- Upstream EOL reaches on 2023-04-30
See: https://nodejs.dev/en/about/releases/
- Set EXPIRATION_DATE on 2023-05-26
- Mark BROKEN_SSL for openssl30 and later |
14.21.1_1 13 Apr 2023 00:56:37 |
Jan Beich (jbeich) |
devel/icu: update to 73.1
- Temporarily switch to GitHub auto archive (release artifacts are N/A atm)
Changes: https://github.com/unicode-org/icu/releases/tag/release-73-1
Reported by: GitHub (watch releases)
PR: 270422
Exp-run by: antoine |
14.21.1 30 Jan 2023 14:20:38 |
Po-Chuan Hsieh (sunpoet) |
Framework: Rewrite nodejs.mk and reorganize www/{node,npm,yarn}
The current USES=nodejs has the following issues:
- www/node is not the default version while www/node16 is.
- It also means inconsistent naming of node ports.
- www/npm duplicates with www/npm-node16.
- www/yarn duplicates with www/yarn-node16.
The notable changes are introduced to fix the above issues:
- Rewrite Mk/Uses/nodejs.mk.
- Add new LTS version of nodejs (www/noe18).
- Add new current version of nodejs (www/node19).
- Change default nodejs version from 16 to 18 (latest LTS).
- Use consistent naming for all supported node versions.
- Convert www/node, www/npm and www/yarn to meta ports.
After this commit:
- All supported node versions are named as node{14,16,18,19}
- www/node is a meta port which depends on the default version (e.g. www/node18)
- www/npm is a meta port which depends on the default version (e.g.
www/npm-node18)
- www/yarn is a meta port which depends on the default version (e.g.
www/yarn-node18)
- Bump PORTREVISION of dependent ports for dependency change (from www/node16 to
www/node18)
Discussed with: jrm, otis, pizzamig |
14.21.1 19 Nov 2022 08:13:54 |
Po-Chuan Hsieh (sunpoet) |
www/node14: Remove no-op OPTIONS_DEFAULT+=${OPTIONS_DEFAULT_${OPSYS}_${OSREL:R}}
Approved by: portmgr (blanket) |
14.21.1 12 Nov 2022 17:23:11 |
Juraj Lutter (otis) |
www/node14: Update to 14.21.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/v14.21.1 |
14.20.0_1 07 Nov 2022 14:43:56 |
Rene Ladan (rene) |
all: return bhughes' ports to the pool after safekeeping
With hat: portmgr-secretary |
14.20.0_1 19 Oct 2022 08:10:29 |
Jan Beich (jbeich) |
devel/icu: update to 72.1
Changes: https://github.com/unicode-org/icu/releases/tag/release-72-1
Reported by: GitHub (watch releases)
PR: 266582
Exp-run by: antoine |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
14.20.0 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
14.20.0 30 Jul 2022 06:00:59 |
Po-Chuan Hsieh (sunpoet) |
www/node14: Update to 14.20.0
Changes: https://nodejs.org/en/blog/release/v14.20.0/
PR: 265159
Approved by: maintainer (timeout, 18 days)
Security: b9210706-feb0-11ec-81fa-1c697a616631 |
14.19.3 08 Jun 2022 01:26:07 |
Joseph Mingrone (jrm) Author: Derek Schrock |
www/node14: Upgrade to 14.19.3
https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V14.md#14.19.3
This update is based on a patch from Dani I. <i.dani@outlook.com> that
was originally attached to the PR.
This update addresses CVE-2021-44531/44532/44533, CVE-2022-0778, and
CVE-2022-21824.
Notable port additions:
- COREPACK option [1]
- test target
- python 3.10 build support (Only the first 15 lines of the commit message are shown above ) |
14.18.1_2 19 Apr 2022 16:42:43 |
Mikael Urankar (mikael) |
www/node14: Fix build on armv7
PR: 260651
Approved by: portmgr (build fix blanket) |
14.18.1_2 07 Apr 2022 00:39:10 |
Jan Beich (jbeich) |
devel/icu: update to 71.1
Changes: https://github.com/unicode-org/icu/releases/tag/release-71-1
Reported by: GitHub (watch releases)
PR: 262654
Exp-run by: antoine
Approved by: fluffy |
14.18.1_1 23 Nov 2021 22:11:40 |
Stefan Eßer (se) |
*/*: Remove redundant '-[0-9]*' from CONFLICTS_INSTALL
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Approved by: portmgr (blanket) |
14.18.1_1 28 Oct 2021 16:37:30 |
Jan Beich (jbeich) |
devel/icu: update to 70.1
Changes: https://github.com/unicode-org/icu/releases/tag/release-70-1
Reported by: GitHub (watch releases)
PR: 258794
Exp-run by: antoine |
14.18.1 26 Oct 2021 12:39:58 |
Piotr Kubaj (pkubaj) |
www/node: enable sampler on powerpc64le |
14.18.1 23 Oct 2021 11:00:34 |
Bradley T. Hughes (bhughes) |
www/node16: copy from www/node, update 16.11.1 -> 16.12.0
Create a new port for the latest Node.js v16.x release, which will
become the v16.x LTS release line. Update CONFLICTS for the existing
Node.js ports to include the new node16 port and remove non-existent ports.
https://nodejs.org/en/blog/release/v16.12.0/
MFH: 2021Q4
Sponsored by: Miles AS |
14.18.1 14 Oct 2021 18:31:12 |
Bradley T. Hughes (bhughes) |
www/node14: Update 14.18.0 -> 14.18.1
https://nodejs.org/en/blog/release/v14.18.1/
This is a security release. See
https://nodejs.org/en/blog/vulnerability/oct-2021-security-releases/
PR: 259126
Security: a9c5e89d-2d15-11ec-8363-0022489ad614
MFH: 2021Q4
Sponsored by: Miles AS |
14.18.0 14 Oct 2021 18:31:11 |
Bradley T. Hughes (bhughes) |
www/node14: Update 14.17.6 -> 14.18.0
MFH: 2021Q4
Sponsored by: Miles AS |
14.17.6 30 Sep 2021 21:23:30 |
Rene Ladan (rene) |
cleanup: drop support for EOL FreeBSD 11.X
Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11
Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*
Reviewed by: doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index |
14.17.6 21 Sep 2021 20:27:13 |
Bradley T. Hughes (bhughes) |
www/node14: Update 14.17.5 -> 14.17.6
https://nodejs.org/en/blog/release/v14.17.6/
This is a security release. See
https://nodejs.org/en/blog/vulnerability/aug-2021-security-releases2/
Security: 7062bce0-1b17-11ec-9d9d-0022489ad614
MFH: 2021Q3
Sponsored by: Miles AS |
14.17.5 21 Sep 2021 20:26:42 |
Bradley T. Hughes (bhughes) |
www/node14: Update 14.17.4 -> 14.17.5
https://nodejs.org/en/blog/release/v14.17.5/
This is a security release. See
https://nodejs.org/en/blog/vulnerability/aug-2021-security-releases/
Adopt the patch from https://github.com/nodejs/node/pull/39739, since
Node.js does not build with a system installed c-ares without it.
Security: b092bd4f-1b16-11ec-9d9d-0022489ad614
MFH: 2021Q3
Sponsored by: Miles AS |
14.17.4 21 Sep 2021 20:26:41 |
Bradley T. Hughes (bhughes) |
www/node14: Update 14.17.3 -> 14.17.4
https://nodejs.org/en/blog/release/v14.17.4/
This is a security release. See
https://nodejs.org/en/blog/vulnerability/july-2021-security-releases-2/
Security: f53dab71-1b15-11ec-9d9d-0022489ad614
MFH: 2021Q3
Sponsored by: Miles AS |
14.17.3 21 Sep 2021 20:26:40 |
Bradley T. Hughes (bhughes) |
www/node14: Update 14.17.2 -> 14.17.3
https://nodejs.org/en/blog/release/v14.17.3/
Sponsored by: Miles AS |
14.17.2 21 Sep 2021 20:26:39 |
Bradley T. Hughes (bhughes) |
www/node14: Update 14.17.1 -> 14.17.2
https://nodejs.org/en/blog/release/v14.17.2/
This is a security release. See
https://nodejs.org/en/blog/vulnerability/july-2021-security-releases/
Security: c174118e-1b11-11ec-9d9d-0022489ad614
MFH: 2021Q3
Sponsored by: Miles AS |
14.17.1 21 Sep 2021 20:20:39 |
Bradley T. Hughes (bhughes) |
www/node14: Update 14.17.0 -> 14.17.1
https://nodejs.org/en/blog/release/v14.17.1/
Drop files/patch-deps_v8_src_objects_js-list-format.cc since the change
has been upstreamed along with the ICU minimum version bump.
Sponsored by: Miles AS |
14.17.0 24 Aug 2021 17:59:14 |
Dmitry Marakasov (amdmi3) |
www/node*: limit support python versions
This fixes build with python 3.10 as default
Approved by: portmgr blanket |
14.17.0 17 May 2021 21:59:08 |
Bradley T. Hughes (bhughes) |
www/node14: Update 14.16.1_1 -> 14.17.0
https://nodejs.org/en/blog/release/v14.17.0/
Remove files/patch-tools_genv8constants.py which had a change that was
incompatible with an upstream change to make the tool compatible with
Python 3. Regenerate remaining patches with `make makepatch`.
Sponsored by: Miles AS |
14.16.1_1 08 Apr 2021 23:33:31 |
Jan Beich (jbeich) |
devel/icu: update to 69.1
Changes: https://github.com/unicode-org/icu/releases/tag/release-69-1
Reported by: GitHub (watch releases) |
14.16.1 07 Apr 2021 18:58:57 |
Bradley T. Hughes (bhughes) |
www/node14: Update 14.16.0 -> 14.16.1
https://nodejs.org/en/blog/release/v14.16.1/
This is a security release. See
https://nodejs.org/en/blog/vulnerability/april-2021-security-releases/
MFH: 2021Q2
Security: c0c1834c-9761-11eb-acfd-0022489ad614
Sponsored by: Miles AS |
14.16.0 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
14.16.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
14.16.0 09 Mar 2021 06:46:35 |
bhughes |
www/node14: Update 14.15.5 -> 14.16.0
https://nodejs.org/en/blog/release/v14.16.0/
This is a security release. See
https://nodejs.org/en/blog/vulnerability/february-2021-security-releases/
While here, pet portlint by moving USES.
PR: 254044
Submitted by: jlduran@gmail.com
MFH: 2021Q1
Security: 2f3cd69e-7dee-11eb-b92e-0022489ad614
Sponsored by: Miles AS |
14.15.5 10 Feb 2021 19:21:51 |
bhughes |
www/node14: Update 14.15.4 -> 14.15.5
https://nodejs.org/en/blog/release/v14.15.5/
MFH: 2021Q1
Sponsored by: Miles AS |
14.15.4 14 Jan 2021 21:18:52 |
bhughes |
www/node14: Update 14.15.3 -> 14.15.4
https://nodejs.org/en/blog/release/v14.15.4/
This is a security release. See
https://nodejs.org/en/blog/vulnerability/january-2021-security-releases/
PR: 252681
MFH: 2021Q1
Security: 08b553ed-537a-11eb-be6e-0022489ad614
Sponsored by: Miles AS |
14.15.3 22 Dec 2020 09:37:37 |
bhughes |
www/node14: Update 14.15.2 -> 14.15.3
https://nodejs.org/en/blog/release/v14.15.3/
Node.js v14.15.2 included a commit that has caused reported breakages
when cloning request objects. This release reverts the commit that
introduced the behaviour change. See
https://github.com/nodejs/node/issues/36550 for more details.
Sponsored by: Miles AS |
14.15.2 22 Dec 2020 08:08:35 |
bhughes |
www/node14: Update 14.15.1 -> 14.15.2
https://nodejs.org/en/blog/release/v14.15.2/
Sponsored by: Miles AS |
14.15.1 21 Nov 2020 22:28:48 |
bhughes |
www/node14: Update 14.15.0 -> 14.15.1
https://nodejs.org/en/blog/release/v14.15.1/
This is a security release. See
https://nodejs.org/en/blog/vulnerability/november-2020-security-releases/
MFH: 2020Q4
Security: ad792169-2aa4-11eb-ab71-0022489ad614
Sponsored by: Miles AS |
14.15.0_1 05 Nov 2020 13:57:15 |
pkubaj |
www/node14: fix build on powerpc64le
Same fix as other node ports. |
14.15.0_1 03 Nov 2020 00:56:27 |
jbeich |
devel/icu: update to 68.1
Changes: http://site.icu-project.org/download/68
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
Reported by: GitHub (watch releases) |
14.15.0 29 Oct 2020 13:57:50 |
bhughes |
www/node14: copy from www/node, update 14.14.0 -> 14.15.0 (LTS)
Create a new port for the latest Node.js 14.15.0 LTS release. Update
CONFLICTS for the existing Node.js ports to include the new node14 port
and remove non-existent ports.
https://nodejs.org/en/blog/release/v14.15.0/
Sponsored by: Miles AS |