notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
node V8 JavaScript for client and server (meta port)
20.9.0_1 www on this many watch lists=35 search for ports that depend on this port This port version is marked as vulnerable. Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 20.9.0_1Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2010-04-12 07:27:22
Last Update: 2023-11-01 19:29:11
Commit Hash: 1ce5801
People watching this port, also watch:: tmux, pkg, git, curl, gnupg
License: NA
WWW:
https://nodejs.org/
https://github.com/nodejs/node
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.
HomepageHomepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (3 items)
Collapse this list.
  1. /usr/local/share/licenses/node-20.9.0_1/catalog.mk
  2. /usr/local/share/licenses/node-20.9.0_1/LICENSE
  3. /usr/local/share/licenses/node-20.9.0_1/NA
Collapse this list.
Dependency lines:
  • node>0:www/node
To install the port:
cd /usr/ports/www/node/ && make install clean
To add the package, run one of these commands:
  • pkg install www/node
  • pkg install node
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: node
Flavors: there is no flavor information for this port.
distinfo:
There is no distinfo for this port.

Packages (timestamps in pop-ups are UTC):
node
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest20.11.1_120.11.1_1-20.11.1_120.11.1_1-15.5.0-
FreeBSD:13:quarterly20.11.1_120.11.1_1-20.11.1_120.11.1_1-20.10.0_120.10.0_1
FreeBSD:14:latest20.11.1_120.11.1_1-20.11.1_120.11.1_1--18.16.0
FreeBSD:14:quarterly20.11.1_120.11.1_1-20.11.1_120.11.1_1-20.10.0_120.10.0_1
FreeBSD:15:latest20.11.1_120.11.1_1n/a20.10.0_1n/a-20.10.0_120.10.0_1
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Runtime dependencies:
  1. node : www/node20
This port is required by:
for Build
  1. devel/RStudio
  2. mail/thunderbird
  3. www/chromium
  4. www/firefox
  5. www/firefox-esr
  6. www/iridium
  7. www/librewolf
Expand this list (11 items / 4 hidden - sorry, this count includes any deleted ports)
  1. Collapse this list).
  2. www/tor-browser
  3. www/ungoogled-chromium
  4. Collapse this list.

Deleted ports which required this port:

Expand this list of 2 deleted ports
  1. lang/opa*
  2. www/cliqz*
  3. Collapse this list of deleted ports.
for Run
  1. devel/py-PyExecJS

Deleted ports which required this port:

Expand this list of 4 deleted ports
  1. lang/opa*
  2. www/npm-node17*
  3. www/npm4*
  4. www/yarn-node17*
  5. Collapse this list of deleted ports.
* - 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:
No options to configure
Options name:
www_node
USES:
metaport nodejs:run
FreshPorts was unable to extract/find any pkg message
Master Sites:
  1. There is no master site for this port.
Notes from UPDATING
These upgrade notes are taken from /usr/ports/UPDATING
  • 2023-01-30
    Affects: users of USES=nodejs, www/node*, www/npm* and www/yarn*
    Author: sunpoet@FreeBSD.org
    Reason: 
      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/node18).
      - 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 these changes:
      - 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)
    
    
Expand this list (3 items)
  • 2021-11-10
    Affects: users of www/node*, www/npm*, www/yarn*
    Author: mfechner@FreeBSD.org
    Reason: 
      The port framework was updated to use a default version for nodejs.
      The default version is pointing to the latest LTS version which is
      currently version 16.
      You can overwrite this by defining in /etc/make.conf, e.g. version 17:
      DEFAULT_VERSIONS=nodejs=17
    
      Or if you would like to stick always to the current version use:
      DEFAULT_VERSIONS=nodejs=current
    
      If you would like to use yarn or npm together with nodejs version 17,
      just install the package that is pulling the wanted dependency to nodejs:
    
      # pkg install yarn-node17
      # pkg install npm-node17
    
    
  • 2021-10-23
    Affects: users of www/node
    Author: bhughes@FreeBSD.org
    Reason: 
      The www/node port has been updated to Node.js v17.0.0, the latest
      upstream release. A new port, www/node16, has been created for the
      upcoming v16.x LTS branch. Users wanting to stay on v16.x can replace
      www/node with www/node16 with one of the following commands:
    
      # pkg install www/node16
        or
      # portmaster -o www/node16 www/node
        or
      # portupgrade -o www/node16 www/node
    
    
  • 2021-04-20
    Affects: users of www/node
    Author: bhughes@FreeBSD.org
    Reason: 
      The www/node port has been updated to Node.js v16.0.0, the latest
      upstream release. This is a major release, including many significant
      changes. Users are encouraged to read the release announcements before
      upgrading:
    
      https://nodejs.org/en/blog/release/v16.0.0/
    
    
  • Collapse this list.

Number of commits found: 408 (showing only 100 on this page)

1 | 2 | 3 | 4 | 5  »  

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
20.9.0_1
01 Nov 2023 19:29:11
commit hash: 1ce58015ec0fd8fcf268814a2ccf3cbd2fae1c09commit hash: 1ce58015ec0fd8fcf268814a2ccf3cbd2fae1c09commit hash: 1ce58015ec0fd8fcf268814a2ccf3cbd2fae1c09commit hash: 1ce58015ec0fd8fcf268814a2ccf3cbd2fae1c09 files touched by this commit This port version is marked as vulnerable.
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
nodejs: Bump PORTREVISION for dependency change

USES=nodejs defaults to www/node20 now.
16 Oct 2023 15:59:42
commit hash: e4bae576a4cda2650e3e416fab271a82afe959a9commit hash: e4bae576a4cda2650e3e416fab271a82afe959a9commit hash: e4bae576a4cda2650e3e416fab271a82afe959a9commit hash: e4bae576a4cda2650e3e416fab271a82afe959a9 files touched by this commit Sanity Test Failure Refresh
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/node: Use the user's default nodejs version
18.16.0
19 Apr 2023 19:03:56
commit hash: efb3572275de1c6e1a25a8e13b8731b963a0dfdacommit hash: efb3572275de1c6e1a25a8e13b8731b963a0dfdacommit hash: efb3572275de1c6e1a25a8e13b8731b963a0dfdacommit hash: efb3572275de1c6e1a25a8e13b8731b963a0dfda files touched by this commit This port version is marked as vulnerable.
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/node: Sync PORTVERSION with node18 (defualt)
18.12.1
30 Jan 2023 14:20:38
commit hash: fa93fdc383c190569821ae224413c848c19d9a7ccommit hash: fa93fdc383c190569821ae224413c848c19d9a7ccommit hash: fa93fdc383c190569821ae224413c848c19d9a7ccommit hash: fa93fdc383c190569821ae224413c848c19d9a7c files touched by this commit This port version is marked as vulnerable.
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
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
18.12.1
19 Nov 2022 08:11:41
commit hash: 0209fe7fcd60d888bbb5a4025bed385f6f62005ccommit hash: 0209fe7fcd60d888bbb5a4025bed385f6f62005ccommit hash: 0209fe7fcd60d888bbb5a4025bed385f6f62005ccommit hash: 0209fe7fcd60d888bbb5a4025bed385f6f62005c files touched by this commit This port version is marked as vulnerable.
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/node: Clean up Makefile

- Move *_DEPENDS upward
- Sort USES
- Remove unnecessary += from MAKE_ENV
- Respect space in CC and CXX
- Update CONFLICTS_INSTALL
- Sort SHEBANG_FILES
- Remove no-op OPTIONS_DEFAULT+=${OPTIONS_DEFAULT_${OPSYS}_${OSREL:R}}
- Sort option helpers
- Take maintainership
18.12.1
12 Nov 2022 19:28:42
commit hash: aceede6c5b4d8a54bd35011599b9ce9d4b502b8ccommit hash: aceede6c5b4d8a54bd35011599b9ce9d4b502b8ccommit hash: aceede6c5b4d8a54bd35011599b9ce9d4b502b8ccommit hash: aceede6c5b4d8a54bd35011599b9ce9d4b502b8c files touched by this commit This port version is marked as vulnerable.
Juraj Lutter (otis) search for other commits by this committer
www/node: Update to 18.12.1

The following CVEs are fixed in this release:
  - CVE-2022-3602: X.509 Email Address 4-byte Buffer Overflow
  - CVE-2022-3786: X.509 Email Address Variable Length Buffer Overflow
  - CVE-2022-43548: DNS rebinding in --inspect via invalid octal IP address

Changelog: https://github.com/nodejs/node/releases/tag/v18.12.1
18.7.0_1
07 Nov 2022 14:43:56
commit hash: aac3405804f4a3b406a44616eb67efb4a7f6e953commit hash: aac3405804f4a3b406a44616eb67efb4a7f6e953commit hash: aac3405804f4a3b406a44616eb67efb4a7f6e953commit hash: aac3405804f4a3b406a44616eb67efb4a7f6e953 files touched by this commit This port version is marked as vulnerable.
Rene Ladan (rene) search for other commits by this committer
all: return bhughes' ports to the pool after safekeeping

With hat:	portmgr-secretary
18.7.0_1
19 Oct 2022 08:10:29
commit hash: dfe25d73e7fdd333c59008a4ec1859c7f93dacd6commit hash: dfe25d73e7fdd333c59008a4ec1859c7f93dacd6commit hash: dfe25d73e7fdd333c59008a4ec1859c7f93dacd6commit hash: dfe25d73e7fdd333c59008a4ec1859c7f93dacd6 files touched by this commit This port version is marked as vulnerable.
Jan Beich (jbeich) search for other commits by this committer
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
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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)
18.7.0
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit This port version is marked as vulnerable.
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
18.7.0
19 Aug 2022 19:53:09
commit hash: c187da08d5688a920e97aa376cccb004cd36faaccommit hash: c187da08d5688a920e97aa376cccb004cd36faaccommit hash: c187da08d5688a920e97aa376cccb004cd36faaccommit hash: c187da08d5688a920e97aa376cccb004cd36faac files touched by this commit This port version is marked as vulnerable.
Joseph Mingrone (jrm) search for other commits by this committer
www/node: Update to 18.7.0

https://nodejs.org/en/blog/release/v18.7.0/

Approved by:	bhughes (maintainer, timeout)
Differential Revision:	https://reviews.freebsd.org/D36009

Sponsored by:	The FreeBSD Foundation
18.5.0
11 Jul 2022 02:09:21
commit hash: 9245563ab563b052a2da05a65d9f71efbb183389commit hash: 9245563ab563b052a2da05a65d9f71efbb183389commit hash: 9245563ab563b052a2da05a65d9f71efbb183389commit hash: 9245563ab563b052a2da05a65d9f71efbb183389 files touched by this commit This port version is marked as vulnerable.
Joseph Mingrone (jrm) search for other commits by this committer
www/node: Update to 18.5.0

This update includes a fix for a high-level security vulnerability.

https://nodejs.org/en/blog/vulnerability/july-2022-security-releases/

Reviewed by:	mfechner
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D35734
18.2.0
30 Jun 2022 09:01:15
commit hash: bd97b63d8b5d81d2520c6a3b248b63e2d69be59ecommit hash: bd97b63d8b5d81d2520c6a3b248b63e2d69be59ecommit hash: bd97b63d8b5d81d2520c6a3b248b63e2d69be59ecommit hash: bd97b63d8b5d81d2520c6a3b248b63e2d69be59e files touched by this commit This port version is marked as vulnerable.
Joseph Mingrone (jrm) search for other commits by this committer
www/node: Fix patch on armv6 and armv7

PR:		263590
Reported by:	Robert Clausecker <fuz@fuz.su>
Sponsored by:	The FreeBSD Foundation
18.2.0
03 Jun 2022 22:48:42
commit hash: b4e79e9c44d08fa6555564d3c1ede2b172ca31c6commit hash: b4e79e9c44d08fa6555564d3c1ede2b172ca31c6commit hash: b4e79e9c44d08fa6555564d3c1ede2b172ca31c6commit hash: b4e79e9c44d08fa6555564d3c1ede2b172ca31c6 files touched by this commit This port version is marked as vulnerable.
Adam Weinberger (adamw) search for other commits by this committer
www/node: Allow building with py3.10

The node18 configure script includes:
	Please use python3.10 or python3.9 or python3.8 or python3.7 or python3.6.
18.2.0
03 Jun 2022 17:01:43
commit hash: db18eadf18c28d098eef1a3a34a2fce721a77db0commit hash: db18eadf18c28d098eef1a3a34a2fce721a77db0commit hash: db18eadf18c28d098eef1a3a34a2fce721a77db0commit hash: db18eadf18c28d098eef1a3a34a2fce721a77db0 files touched by this commit This port version is marked as vulnerable.
Joseph Mingrone (jrm) search for other commits by this committer
www/node: Remove node10 from CONFLICTS_INSTALL

www/node10 was removed in 97cf09b1df on 2022-03-31.

Sponsored by:	The FreeBSD Foundation
18.2.0
03 Jun 2022 17:01:42
commit hash: 573dcf82344654d829bee348c5cc5ba447e0bb92commit hash: 573dcf82344654d829bee348c5cc5ba447e0bb92commit hash: 573dcf82344654d829bee348c5cc5ba447e0bb92commit hash: 573dcf82344654d829bee348c5cc5ba447e0bb92 files touched by this commit This port version is marked as vulnerable.
Joseph Mingrone (jrm) search for other commits by this committer
www/node: Update to 18.2.0

https://nodejs.org/en/blog/release/v18.2.0/

PR:		263590
Reviewed by:	mfechner
Approved by:	bhughes (maintainer, timeout on PR)
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D35376
17.0.1_1
19 Apr 2022 16:42:43
commit hash: 02c4b2720bb1b5a0c0af5617b1e1dfd2e040f60dcommit hash: 02c4b2720bb1b5a0c0af5617b1e1dfd2e040f60dcommit hash: 02c4b2720bb1b5a0c0af5617b1e1dfd2e040f60dcommit hash: 02c4b2720bb1b5a0c0af5617b1e1dfd2e040f60d files touched by this commit This port version is marked as vulnerable.
Mikael Urankar (mikael) search for other commits by this committer
www/node: Fix build on armv7

PR:		260651
Approved by:	portmgr (build fix blanket)
17.0.1_1
07 Apr 2022 00:39:10
commit hash: 268cee3b0227efd217869b43152e8936a05cb850commit hash: 268cee3b0227efd217869b43152e8936a05cb850commit hash: 268cee3b0227efd217869b43152e8936a05cb850commit hash: 268cee3b0227efd217869b43152e8936a05cb850 files touched by this commit This port version is marked as vulnerable.
Jan Beich (jbeich) search for other commits by this committer
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
17.0.1
23 Nov 2021 22:11:40
commit hash: 5933ac0b099d61d98eb531d373cf57a8927bc7afcommit hash: 5933ac0b099d61d98eb531d373cf57a8927bc7afcommit hash: 5933ac0b099d61d98eb531d373cf57a8927bc7afcommit hash: 5933ac0b099d61d98eb531d373cf57a8927bc7af files touched by this commit This port version is marked as vulnerable.
Stefan Eßer (se) search for other commits by this committer
*/*: 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)
17.0.1
29 Oct 2021 13:40:45
commit hash: 8de43db2771a9534f9a9d67c48c46152f2843128commit hash: 8de43db2771a9534f9a9d67c48c46152f2843128commit hash: 8de43db2771a9534f9a9d67c48c46152f2843128commit hash: 8de43db2771a9534f9a9d67c48c46152f2843128 files touched by this commit This port version is marked as vulnerable.
Bradley T. Hughes (bhughes) search for other commits by this committer
www/node: Update 17.0.0_1 -> 17.0.1

https://nodejs.org/en/blog/release/v17.0.1/

While here, update pkg-plist to allow building with the BUNDLED_SSL
option enabled, and add the patch from PR 259454 to fix the build on
i386.

PR:		259454, 259377
MFH:		2021Q4
Sponsored by:	Miles AS
17.0.0_1
28 Oct 2021 16:37:30
commit hash: f34ece3aa6a292628ea75c0e4dd2a04d879ab0a3commit hash: f34ece3aa6a292628ea75c0e4dd2a04d879ab0a3commit hash: f34ece3aa6a292628ea75c0e4dd2a04d879ab0a3commit hash: f34ece3aa6a292628ea75c0e4dd2a04d879ab0a3 files touched by this commit This port version is marked as vulnerable.
Jan Beich (jbeich) search for other commits by this committer
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
17.0.0
26 Oct 2021 12:39:58
commit hash: b2a038ae70a41207451077c16b7ddb337ecdc2c1commit hash: b2a038ae70a41207451077c16b7ddb337ecdc2c1commit hash: b2a038ae70a41207451077c16b7ddb337ecdc2c1commit hash: b2a038ae70a41207451077c16b7ddb337ecdc2c1 files touched by this commit This port version is marked as vulnerable.
Piotr Kubaj (pkubaj) search for other commits by this committer
www/node: enable sampler on powerpc64le
17.0.0
23 Oct 2021 11:00:35
commit hash: f7594b482c9bec7bce93f32633adfed12184729bcommit hash: f7594b482c9bec7bce93f32633adfed12184729bcommit hash: f7594b482c9bec7bce93f32633adfed12184729bcommit hash: f7594b482c9bec7bce93f32633adfed12184729b files touched by this commit This port version is marked as vulnerable.
Bradley T. Hughes (bhughes) search for other commits by this committer
www/node: Update 16.11.1 -> 17.0.0

Upgrade to the latest major vesrion of Node.js. Regenerate patches
since some have been adopted upstream, while others needed refreshing.

https://nodejs.org/en/blog/release/v17.0.0/

MFH:		2021Q4
Sponsored by:   Miles AS
16.11.1
23 Oct 2021 11:00:34
commit hash: bd8376fbfc3da0fa4c23e9bcd03213e52f9dab64commit hash: bd8376fbfc3da0fa4c23e9bcd03213e52f9dab64commit hash: bd8376fbfc3da0fa4c23e9bcd03213e52f9dab64commit hash: bd8376fbfc3da0fa4c23e9bcd03213e52f9dab64 files touched by this commit This port version is marked as vulnerable.
Bradley T. Hughes (bhughes) search for other commits by this committer
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
16.11.1
14 Oct 2021 18:31:12
commit hash: 998579a8346355e76bd0ddede359c5eacbc0ea24commit hash: 998579a8346355e76bd0ddede359c5eacbc0ea24commit hash: 998579a8346355e76bd0ddede359c5eacbc0ea24commit hash: 998579a8346355e76bd0ddede359c5eacbc0ea24 files touched by this commit This port version is marked as vulnerable.
Bradley T. Hughes (bhughes) search for other commits by this committer
www/node: Update 16.11.0 -> 16.11.1

https://nodejs.org/en/blog/release/v16.11.1/

This is a security release. See
https://nodejs.org/en/blog/vulnerability/oct-2021-security-releases/

Security:	a9c5e89d-2d15-11ec-8363-0022489ad614
MFH:		2021Q4
Sponsored by:	Miles AS
16.11.0
14 Oct 2021 18:31:11
commit hash: 25cf6ee9a998c92ffc86f8fa8e6bbd96d9d32e76commit hash: 25cf6ee9a998c92ffc86f8fa8e6bbd96d9d32e76commit hash: 25cf6ee9a998c92ffc86f8fa8e6bbd96d9d32e76commit hash: 25cf6ee9a998c92ffc86f8fa8e6bbd96d9d32e76 files touched by this commit This port version is marked as vulnerable.
Bradley T. Hughes (bhughes) search for other commits by this committer
www/node: Update 16.10.0 -> 16.11.0

MFH:	2021Q4
Sponsored by:	Miles AS
16.10.0
30 Sep 2021 21:23:30
commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 files touched by this commit This port version is marked as vulnerable.
Rene Ladan (rene) search for other commits by this committer
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
16.10.0
23 Sep 2021 16:58:01
commit hash: bad1a67ce23117b1326d6594bdb88835c8301093commit hash: bad1a67ce23117b1326d6594bdb88835c8301093commit hash: bad1a67ce23117b1326d6594bdb88835c8301093commit hash: bad1a67ce23117b1326d6594bdb88835c8301093 files touched by this commit This port version is marked as vulnerable.
Bradley T. Hughes (bhughes) search for other commits by this committer
www/node: Update 16.9.1 -> 16.10.0

https://nodejs.org/en/blog/release/v16.10.0/

Sponsored by:	Miles AS
16.9.1
21 Sep 2021 20:27:14
commit hash: 52ed0237f8f7a24b527112664c8a3d7aa533b01ccommit hash: 52ed0237f8f7a24b527112664c8a3d7aa533b01ccommit hash: 52ed0237f8f7a24b527112664c8a3d7aa533b01ccommit hash: 52ed0237f8f7a24b527112664c8a3d7aa533b01c files touched by this commit This port version is marked as vulnerable.
Bradley T. Hughes (bhughes) search for other commits by this committer
www/node: Update 16.9.0 -> 16.19.1

https://nodejs.org/en/blog/release/v16.9.1/

Sponsored by:	Miles AS
16.9.0
21 Sep 2021 20:27:13
commit hash: 54ac71cd2998e174041198e1552d2d226cbace3ecommit hash: 54ac71cd2998e174041198e1552d2d226cbace3ecommit hash: 54ac71cd2998e174041198e1552d2d226cbace3ecommit hash: 54ac71cd2998e174041198e1552d2d226cbace3e files touched by this commit This port version is marked as vulnerable.
Bradley T. Hughes (bhughes) search for other commits by this committer
www/node: Update 16.8.0 -> 16.9.0

https://nodejs.org/en/blog/release/v16.9.0/

Sponsored by:	Miles AS
16.8.0
21 Sep 2021 20:27:01
commit hash: ea44dd1e8a65599624575c677937c41fa46624c1commit hash: ea44dd1e8a65599624575c677937c41fa46624c1commit hash: ea44dd1e8a65599624575c677937c41fa46624c1commit hash: ea44dd1e8a65599624575c677937c41fa46624c1 files touched by this commit This port version is marked as vulnerable.
Bradley T. Hughes (bhughes) search for other commits by this committer
www/node: Update 16.7.0 -> 16.8.0

https://nodejs.org/en/blog/release/v16.8.0/

PR:		257902
Sponsored by:	Miles AS
16.7.0
21 Sep 2021 20:26:43
commit hash: 18cecace553a0a70274c9e9a7bca24dd36e2351bcommit hash: 18cecace553a0a70274c9e9a7bca24dd36e2351bcommit hash: 18cecace553a0a70274c9e9a7bca24dd36e2351bcommit hash: 18cecace553a0a70274c9e9a7bca24dd36e2351b files touched by this commit This port version is marked as vulnerable.
Bradley T. Hughes (bhughes) search for other commits by this committer
www/node: Update 16.6.2 -> 16.7.0

https://nodejs.org/en/blog/release/v16.7.0/

Sponsored by:	Miles AS
16.6.2
21 Sep 2021 20:26:43
commit hash: 3d5b3fb7837a997dfc5bc856229879c3afd5cca8commit hash: 3d5b3fb7837a997dfc5bc856229879c3afd5cca8commit hash: 3d5b3fb7837a997dfc5bc856229879c3afd5cca8commit hash: 3d5b3fb7837a997dfc5bc856229879c3afd5cca8 files touched by this commit This port version is marked as vulnerable.
Bradley T. Hughes (bhughes) search for other commits by this committer
www/node: Update 16.6.1 -> 16.6.2

https://nodejs.org/en/blog/release/v16.6.2/

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
16.6.1
21 Sep 2021 20:26:42
commit hash: 163e134d818c2a0823df453cf6a7d3e786cd462ccommit hash: 163e134d818c2a0823df453cf6a7d3e786cd462ccommit hash: 163e134d818c2a0823df453cf6a7d3e786cd462ccommit hash: 163e134d818c2a0823df453cf6a7d3e786cd462c files touched by this commit This port version is marked as vulnerable.
Bradley T. Hughes (bhughes) search for other commits by this committer
www/node: Update 16.6.0 -> 16.6.1

https://nodejs.org/en/blog/release/v16.6.1/

Sponsored by:	Miles AS
16.6.0
21 Sep 2021 20:26:41
commit hash: 91694690e55a26e4771ecf73583275d704d680bccommit hash: 91694690e55a26e4771ecf73583275d704d680bccommit hash: 91694690e55a26e4771ecf73583275d704d680bccommit hash: 91694690e55a26e4771ecf73583275d704d680bc files touched by this commit This port version is marked as vulnerable.
Bradley T. Hughes (bhughes) search for other commits by this committer
www/node: Update 16.5.0 -> 16.6.0

https://nodejs.org/en/blog/release/v16.6.0/

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
16.5.0
21 Sep 2021 20:26:40
commit hash: 2877919793b5d234f54602ad1c37081798f948f3commit hash: 2877919793b5d234f54602ad1c37081798f948f3commit hash: 2877919793b5d234f54602ad1c37081798f948f3commit hash: 2877919793b5d234f54602ad1c37081798f948f3 files touched by this commit This port version is marked as vulnerable.
Bradley T. Hughes (bhughes) search for other commits by this committer
www/node: Update 16.4.2 -> 16.5.0

https://nodejs.org/en/blog/release/v16.5.0/

Sponsored by:	Miles AS
16.4.2
21 Sep 2021 20:26:40
commit hash: b87fb39486dd043adda374a1b7b7babccd331efccommit hash: b87fb39486dd043adda374a1b7b7babccd331efccommit hash: b87fb39486dd043adda374a1b7b7babccd331efccommit hash: b87fb39486dd043adda374a1b7b7babccd331efc files touched by this commit This port version is marked as vulnerable.
Bradley T. Hughes (bhughes) search for other commits by this committer
www/node: Update 16.4.1 -> 16.4.2

https://nodejs.org/en/blog/release/v16.4.2/

Sponsored by:	Miles AS
16.4.1
21 Sep 2021 20:26:40
commit hash: e674a048b642f6b425769204d67e81801cf9b1f7commit hash: e674a048b642f6b425769204d67e81801cf9b1f7commit hash: e674a048b642f6b425769204d67e81801cf9b1f7commit hash: e674a048b642f6b425769204d67e81801cf9b1f7 files touched by this commit This port version is marked as vulnerable.
Bradley T. Hughes (bhughes) search for other commits by this committer
www/node: Update 16.4.0 -> 16.4.1

https://nodejs.org/en/blog/release/v16.4.1/

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
16.4.0
21 Sep 2021 20:20:39
commit hash: 22d1c3d778f65599600b0838ff7f2bb4568bd08bcommit hash: 22d1c3d778f65599600b0838ff7f2bb4568bd08bcommit hash: 22d1c3d778f65599600b0838ff7f2bb4568bd08bcommit hash: 22d1c3d778f65599600b0838ff7f2bb4568bd08b files touched by this commit This port version is marked as vulnerable.
Bradley T. Hughes (bhughes) search for other commits by this committer
www/node: Update 16.3.0 -> 16.4.0

https://nodejs.org/en/blog/release/v16.4.0/

Sponsored by:	Miles AS
16.3.0
21 Sep 2021 20:20:38
commit hash: 7bcc4cfed1f09db60087f68f032ba3937a908c0ecommit hash: 7bcc4cfed1f09db60087f68f032ba3937a908c0ecommit hash: 7bcc4cfed1f09db60087f68f032ba3937a908c0ecommit hash: 7bcc4cfed1f09db60087f68f032ba3937a908c0e files touched by this commit This port version is marked as vulnerable.
Bradley T. Hughes (bhughes) search for other commits by this committer
www/node: Update 16.2.0 -> 16.3.0

https://nodejs.org/en/blog/release/v16.3.0/

Sponsored by:	Miles AS
16.2.0
24 Aug 2021 17:59:14
commit hash: e148e1d447efab621bc436f078d41cf49b4f43f7commit hash: e148e1d447efab621bc436f078d41cf49b4f43f7commit hash: e148e1d447efab621bc436f078d41cf49b4f43f7commit hash: e148e1d447efab621bc436f078d41cf49b4f43f7 files touched by this commit This port version is marked as vulnerable.
Dmitry Marakasov (amdmi3) search for other commits by this committer
www/node*: limit support python versions

This fixes build with python 3.10 as default

Approved by:	portmgr blanket
16.2.0
26 Jun 2021 11:55:03
commit hash: 8447d035d06d468eca2b2394722e11505659b1f9commit hash: 8447d035d06d468eca2b2394722e11505659b1f9commit hash: 8447d035d06d468eca2b2394722e11505659b1f9commit hash: 8447d035d06d468eca2b2394722e11505659b1f9 files touched by this commit This port version is marked as vulnerable.
Rene Ladan (rene) search for other commits by this committer
cleanup: unregister expired Node 12
16.2.0
26 May 2021 20:48:33
commit hash: 106eb548d08a7f6885a0ce0a948c4f4d575b0f14commit hash: 106eb548d08a7f6885a0ce0a948c4f4d575b0f14commit hash: 106eb548d08a7f6885a0ce0a948c4f4d575b0f14commit hash: 106eb548d08a7f6885a0ce0a948c4f4d575b0f14 files touched by this commit This port version is marked as vulnerable.
Bradley T. Hughes (bhughes) search for other commits by this committer
www/node: Update 16.1.0 -> 16.2.0

https://nodejs.org/en/blog/release/v16.2.0/

Sponsored by:	Miles AS
16.1.0
04 May 2021 18:35:47
commit hash: c0896817e6ce83549ebc7e032ac1aba0f4ab4077commit hash: c0896817e6ce83549ebc7e032ac1aba0f4ab4077commit hash: c0896817e6ce83549ebc7e032ac1aba0f4ab4077commit hash: c0896817e6ce83549ebc7e032ac1aba0f4ab4077 files touched by this commit This port version is marked as vulnerable.
Bradley T. Hughes (bhughes) search for other commits by this committer
www/node: Update 16.0.0 -> 16.1.0

https://nodejs.org/en/blog/release/v16.1.0/

Sponsored by:	Miles AS
16.0.0
21 Apr 2021 05:06:52
commit hash: dee8b982f0b49fbf867518df9df56f9ace32705dcommit hash: dee8b982f0b49fbf867518df9df56f9ace32705dcommit hash: dee8b982f0b49fbf867518df9df56f9ace32705dcommit hash: dee8b982f0b49fbf867518df9df56f9ace32705d files touched by this commit This port version is marked as vulnerable.
Jan Beich (jbeich) search for other commits by this committer
www/node: unbreak patch on armv[67] after bc3d0937d0d2

===>  Patching for node-16.0.0
===>  Applying extra patch
/usr/ports/www/node/files/extra-patch-tools_v8__gypfiles_v8.gyp
1 out of 1 hunks failed--saving rejects to tools/v8_gypfiles/v8.gyp.rej
===>  FAILED Applying extra patch
/usr/ports/www/node/files/extra-patch-tools_v8__gypfiles_v8.gyp
*** Error code 1
16.0.0
20 Apr 2021 21:29:53
commit hash: bc3d0937d0d2cc4a2e80334f5391a2d87458943ecommit hash: bc3d0937d0d2cc4a2e80334f5391a2d87458943ecommit hash: bc3d0937d0d2cc4a2e80334f5391a2d87458943ecommit hash: bc3d0937d0d2cc4a2e80334f5391a2d87458943e files touched by this commit This port version is marked as vulnerable.
Bradley T. Hughes (bhughes) search for other commits by this committer
www/node: Update 15.14.0_1 -> 16.0.0

Upgrade to the latest major vesrion of Node.js. Regenerate patches
since some have been adopted upstream, while others needed refreshing.

https://nodejs.org/en/blog/release/v16.0.0/

Sponsored by:	Miles AS
15.14.0_1
08 Apr 2021 23:33:31
commit hash: 69d24a727d44d398f7357cb844386f3ec4750a4fcommit hash: 69d24a727d44d398f7357cb844386f3ec4750a4fcommit hash: 69d24a727d44d398f7357cb844386f3ec4750a4fcommit hash: 69d24a727d44d398f7357cb844386f3ec4750a4f files touched by this commit This port version is marked as vulnerable.
Jan Beich (jbeich) search for other commits by this committer
devel/icu: update to 69.1

Changes:	https://github.com/unicode-org/icu/releases/tag/release-69-1
Reported by:	GitHub (watch releases)
15.14.0
07 Apr 2021 18:58:57
commit hash: 882400377c13458aeb0d92ca9f5f01478b40621dcommit hash: 882400377c13458aeb0d92ca9f5f01478b40621dcommit hash: 882400377c13458aeb0d92ca9f5f01478b40621dcommit hash: 882400377c13458aeb0d92ca9f5f01478b40621d files touched by this commit This port version is marked as vulnerable.
Bradley T. Hughes (bhughes) search for other commits by this committer
www/node: Update 15.13.0 -> 15.14.0

https://nodejs.org/en/blog/release/v15.14.0/

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
15.13.0
07 Apr 2021 08:09:01
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c files touched by this commit This port version is marked as vulnerable.
Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
15.13.0
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit This port version is marked as vulnerable.
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
15.13.0
06 Apr 2021 07:29:01
commit hash: dda06a776ceae90a655f6684d3bcf56d39fde0aecommit hash: dda06a776ceae90a655f6684d3bcf56d39fde0aecommit hash: dda06a776ceae90a655f6684d3bcf56d39fde0aecommit hash: dda06a776ceae90a655f6684d3bcf56d39fde0ae files touched by this commit This port version is marked as vulnerable.
Bradley T. Hughes (bhughes) search for other commits by this committer
www/node: Update 15.12.0 -> 15.13.0

https://nodejs.org/en/blog/release/v15.13.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.

Sponsored by:	Miles AS
15.12.0
23 Mar 2021 08:44:01
Revision:569014Original commit files touched by this commit This port version is marked as vulnerable.
bhughes search for other commits by this committer
www/node: Update 15.11.0 -> 15.12.0

https://nodejs.org/en/blog/release/v15.12.0/

Sponsored by:	Miles AS
15.11.0
09 Mar 2021 19:02:22
Revision:567953Original commit files touched by this commit This port version is marked as vulnerable.
bhughes search for other commits by this committer
www/node: Update 15.10.0 -> 15.11.0

https://nodejs.org/en/blog/release/v15.11.0/

Sponsored by:	Miles AS
15.10.0
09 Mar 2021 06:49:13
Revision:567899Original commit files touched by this commit This port version is marked as vulnerable.
bhughes search for other commits by this committer
www/node: Update 15.9.0 -> 15.10.0

https://nodejs.org/en/blog/release/v15.10.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:		254045
Submitted by:	jlduran@gmail.com
MFH:		2021Q1
Security:	2f3cd69e-7dee-11eb-b92e-0022489ad614
Sponsored by:	Miles AS
15.9.0
24 Feb 2021 19:58:20
Revision:566506Original commit files touched by this commit This port version is marked as vulnerable.
bhughes search for other commits by this committer
www/node: Update 15.8.0 - 15.9.0

https://nodejs.org/en/blog/release/v15.9.0/

Sponsored by:	Miles AS
15.8.0
04 Feb 2021 10:52:21
Revision:564016Original commit files touched by this commit This port version is marked as vulnerable.
bhughes search for other commits by this committer
www/node: Update 15.7.0 -> 15.8.0

https://nodejs.org/en/blog/release/v15.8.0/

Regenerate patches with `make makepatch` and re-introduce the
dependency on dns/c-ares now that it is at version 1.17.1 (the
minimum required version for Node.js).

Sponsored by:	Miles AS
15.7.0
29 Jan 2021 23:35:39
Revision:563263Original commit files touched by this commit This port version is marked as vulnerable.
bhughes search for other commits by this committer
www/node: Update 15.6.0 -> 15.7.0

https://nodejs.org/en/blog/release/v15.7.0/

Sponsored by:	Miles AS
15.6.0
18 Jan 2021 20:10:15
Revision:561964Original commit files touched by this commit This port version is marked as vulnerable.
bhughes search for other commits by this committer
www/node: Update 15.5.1 -> 15.6.0

https://nodejs.org/en/blog/release/v15.6.0/

MFH:		2021Q1
Sponsored by:	Miles AS
15.5.1
14 Jan 2021 21:20:45
Revision:561600Original commit files touched by this commit This port version is marked as vulnerable.
bhughes search for other commits by this committer
www/node: Update 15.5.0 -> 15.5.1

https://nodejs.org/en/blog/release/v15.5.1/

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
15.5.0
04 Jan 2021 20:41:33
Revision:560341Original commit files touched by this commit This port version is marked as vulnerable.
bhughes search for other commits by this committer
www/node: Update 15.4.0 -> 15.5.0

https://nodejs.org/en/blog/release/v15.5.0/

MFH:		2021Q1
Sponsored by:	Miles AS
15.4.0
10 Dec 2020 13:35:39
Revision:557430Original commit files touched by this commit This port version is marked as vulnerable.
bhughes search for other commits by this committer
www/node: Update 15.3.0 -> 15.4.0

https://nodejs.org/en/blog/release/v15.4.0/

Sponsored by:	Miles AS
15.3.0
24 Nov 2020 22:29:37
Revision:556227Original commit files touched by this commit This port version is marked as vulnerable.
bhughes search for other commits by this committer
www/node: Update 15.2.1 -> 15.3.0

https://nodejs.org/en/blog/release/v15.3.0/

Sponsored by:	Miles AS
15.2.1
21 Nov 2020 22:29:58
Revision:556022Original commit files touched by this commit This port version is marked as vulnerable.
bhughes search for other commits by this committer
www/node: Update 15.2.0 -> 15.2.1

https://nodejs.org/en/blog/release/v15.2.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
15.2.0
11 Nov 2020 22:53:26
Revision:554918Original commit files touched by this commit This port version is marked as vulnerable.
bhughes search for other commits by this committer
www/node: Update 15.1.0 -> 15.2.0

https://nodejs.org/en/blog/release/v15.2.0/

Sponsored by:	Miles AS
15.1.0
11 Nov 2020 21:19:48
Revision:554914Original commit files touched by this commit This port version is marked as vulnerable.
bhughes search for other commits by this committer
www/node: Update 15.0.1_1 -> 15.1.0

https://nodejs.org/en/blog/release/v15.1.0/

Sponsored by:	Miles AS
15.0.1_1
03 Nov 2020 00:56:27
Revision:553940Original commit files touched by this commit This port version is marked as vulnerable.
jbeich search for other commits by this committer
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)
15.0.1
02 Nov 2020 13:03:09
Revision:553903Original commit files touched by this commit This port version is marked as vulnerable.
pkubaj search for other commits by this committer
www/node: fix build on powerpc64le

Building with DTRACE causes crash. -mminimal-toc is valid only on powerpc64
elfv1.
15.0.1
29 Oct 2020 22:25:35
Revision:553650Original commit files touched by this commit This port version is marked as vulnerable.
bhughes search for other commits by this committer
www/node: Update 15.0.0 -> 15.0.1

https://nodejs.org/en/blog/release/v15.0.1/

Sponsored by:	Miles AS
15.0.0
29 Oct 2020 21:32:52
Revision:553645Original commit files touched by this commit This port version is marked as vulnerable.
bhughes search for other commits by this committer
www/node: Update 14.14.0 -> 15.0.0

Update to the latest major release of Node.js, which includes many
significant changes. Users are encouraged to read the release notes
before upgrading.

https://nodejs.org/en/blog/release/v15.0.0/

While here, refresh existing patches with `make makepatch`, removing
some powerpc* related patches that have been adopted/reworked upstream
in V8.

Remove the dependency on dns/c-ares and use the bundled version
instead, since Node.js has adopted a change to c-ares that has not yet
been released. The dependency will be re-added once dns/c-ares has
been updated to a release that contains support for CAA DNS records.

An UPDATING entry has also been added to include a notice about this
major version upgrade, and steps users can take to continue using the
v14.x line, which is now LTS.

Sponsored by:	Miles AS
14.14.0
29 Oct 2020 13:57:50
Revision:553618Original commit files touched by this commit This port version is marked as vulnerable.
bhughes search for other commits by this committer
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
14.14.0
19 Oct 2020 21:08:12
Revision:552769Original commit files touched by this commit This port version is marked as vulnerable.
bhughes search for other commits by this committer
www/node: Update 14.13.1 -> 14.14.0

https://nodejs.org/en/blog/release/v14.14.0/

This release fixes the build with Python 3.9, as reported in PR 250391.

PR:		250391
Reported by:	fluffy
Sponsored by:	Miles AS
14.13.1
15 Oct 2020 19:01:11
Revision:552440Original commit files touched by this commit This port version is marked as vulnerable.
bhughes search for other commits by this committer
www/node: Update 14.13.0 -> 14.13.1

https://nodejs.org/en/blog/release/v14.13.1/

Sponsored by:	Miles AS
14.13.0
30 Sep 2020 05:06:32
Revision:550646Original commit files touched by this commit This port version is marked as vulnerable.
bhughes search for other commits by this committer
www/node: Update 14.12.0 -> 14.13.0

https://nodejs.org/en/blog/release/v14.13.0/

Sponsored by:	Miles AS
14.12.0
27 Sep 2020 20:52:54
Revision:550352Original commit files touched by this commit This port version is marked as vulnerable.
linimon search for other commits by this committer
Allow building on powerpc64le.

Approved by:	portmgr (tier-2 blanket)
14.12.0
25 Sep 2020 09:50:15
Revision:550012Original commit files touched by this commit This port version is marked as vulnerable.
bhughes search for other commits by this committer
www/node: Update 14.11.0 -> 14.12.0

https://nodejs.org/en/blog/release/v14.12.0/

Sponsored by:	Miles AS
14.11.0
16 Sep 2020 20:53:09
Revision:548802Original commit files touched by this commit This port version is marked as vulnerable.
bhughes search for other commits by this committer
www/node: Update 14.10.1 -> 14.11.0

https://nodejs.org/en/blog/release/v14.11.0/

This is a security release. See
https://nodejs.org/en/blog/vulnerability/september-2020-security-releases/

MFH:		2020Q3
Security:	4ca5894c-f7f1-11ea-8ff8-0022489ad614
Sponsored by:	Miles AS
14.10.1
15 Sep 2020 06:44:58
Revision:548707Original commit files touched by this commit This port version is marked as vulnerable.
bhughes search for other commits by this committer
www/node: Update 14.10.0_1 -> 14.10.1

https://nodejs.org/en/blog/release/v14.10.1/

Sponsored by:	Miles AS
14.10.0_1
08 Sep 2020 21:19:28
Revision:548047Original commit files touched by this commit This port version is marked as vulnerable.
bhughes search for other commits by this committer
www/node: add dependency on archivers/brotli

... instead of building the version bundled with Node.js. Bump
PORTREVISION due to the new dependency.

Sponsored by:	Miles AS
14.10.0
08 Sep 2020 20:07:08
Revision:548046Original commit files touched by this commit This port version is marked as vulnerable.
bhughes search for other commits by this committer
www/node: Update 14.9.0 -> 14.10.0

https://nodejs.org/en/blog/release/v14.10.0/

While here, refresh patches with `make makepatch`.

Sponsored by:	Miles AS
14.9.0
04 Sep 2020 20:53:49
Revision:547570Original commit files touched by this commit This port version is marked as vulnerable.
bhughes search for other commits by this committer
www/node: Update 14.8.0 -> 14.9.0

https://nodejs.org/en/blog/release/v14.9.0/

Sponsored by:	Miles AS
14.8.0
20 Aug 2020 21:27:50
Revision:545565Original commit files touched by this commit This port version is marked as vulnerable.
bhughes search for other commits by this committer
www/node: build with python < 3.7

r535334 introduced a patch for tools/genv8constants.py that only worked
with Python >= 3.7. The "text" argument added to Python's
subprocess.Popen() is an alias for "universal_newlines", which works on
all versions of Python, including 2.7.

PR:		248167
Submitted by:	James French <james@french.id.au>
Reported by:	Miroslav Lachman <000.fbsd@quip.cz>
MFH:		2020Q3
Sponsored by:	Miles AS
14.8.0
20 Aug 2020 20:40:52
Revision:545560Original commit files touched by this commit This port version is marked as vulnerable.
bhughes search for other commits by this committer
www/node: Update 14.7.0 -> 14.8.0

https://nodejs.org/en/blog/release/v14.8.0/

Sponsored by:	Miles AS
14.7.0
20 Aug 2020 18:50:33
Revision:545547Original commit files touched by this commit This port version is marked as vulnerable.
bhughes search for other commits by this committer
www/node: Update 14.6.0_1 -> 14.7.0

https://nodejs.org/en/blog/release/v14.7.0/

Sponsored by:	Miles AS
14.6.0_1
29 Jul 2020 22:08:13
Revision:543682Original commit files touched by this commit This port version is marked as vulnerable.
bhughes search for other commits by this committer
www/node: Update 14.6.0 -> 14.6.0_1

Bump PORTREVISION after updating the minimum version requirements for
libuv, libnghttp2, and libcares.

The previous change for www/node erroneously mentioned the most recent
www/node10 update. The correct changelog should have read:

www/node: Update 14.5.0 -> 14.6.0

https://nodejs.org/en/blog/release/v14.6.0/

Sponsored by:	Miles AS
14.6.0
29 Jul 2020 21:46:39
Revision:543678Original commit files touched by this commit This port version is marked as vulnerable.
bhughes search for other commits by this committer
www/node10: Update 10.21.0 -> 10.22.0

https://nodejs.org/en/blog/release/v10.22.0/

Sponsored by:	Miles AS
14.5.0
06 Jul 2020 22:19:43
Revision:541372Original commit files touched by this commit This port version is marked as vulnerable.
bhughes search for other commits by this committer
www/node: Update 14.4.0 -> 14.5.0

https://nodejs.org/en/blog/release/v14.5.0/

Refresh patches with `make makepatch`, and adapt them to the changes
from upstream due to the V8 upgrade.

Sponsored by:	Miles AS
14.4.0
12 Jun 2020 11:31:52
Revision:538603Original commit files touched by this commit This port version is marked as vulnerable.
bhughes search for other commits by this committer
www/node: Update 14.3.0 -> 14.4.0

https://nodejs.org/en/blog/release/v14.4.0/

This is a security release. See
https://nodejs.org/en/blog/vulnerability/june-2020-security-releases/

MFH:		2020Q2
Security:	11fcfa8f-ac64-11ea-9dab-000d3ab229d6
Sponsored by:	Miles AS
14.3.0
11 Jun 2020 13:45:24
Revision:538484Original commit files touched by this commit This port version is marked as vulnerable.
bhughes search for other commits by this committer
www/node: Update 14.2.0 -> 14.3.0

https://nodejs.org/en/blog/release/v14.3.0/

Sponsored by:	Miles AS
14.2.0
11 Jun 2020 12:07:41
Revision:538474Original commit files touched by this commit This port version is marked as vulnerable.
bhughes search for other commits by this committer
www/node: Update 14.1.0 -> 14.2.0

https://nodejs.org/en/blog/release/v14.2.0/

Sponsored by:	Miles AS
14.1.0
11 Jun 2020 05:46:58
Revision:538455Original commit files touched by this commit This port version is marked as vulnerable.
bhughes search for other commits by this committer
www/node: Update 14.0.0 -> 14.1.0

https://nodejs.org/en/blog/release/v14.1.0/

Sponsored by:	Miles AS
14.0.0
09 Jun 2020 22:04:08
Revision:538350Original commit files touched by this commit This port version is marked as vulnerable.
bhughes search for other commits by this committer
www/node: Update 13.14.0 -> 14.0.0

Upgrade to the latest major vesrion of Node.js. Regenerate patches
since some have been adopted upstream, while others needed refreshing.

Adopt a patch from a newer Node.js version to allow the port to build
with either ICU 66.1 or 67.1.

https://nodejs.org/en/blog/release/v14.0.0/

Sponsored by:	Miles AS
13.14.0
04 Jun 2020 21:12:28
Revision:537962Original commit files touched by this commit This port version is marked as vulnerable.
bhughes search for other commits by this committer
www/node: Update 13.13.0_1 -> 13.14.0

https://nodejs.org/en/blog/release/v13.14.0/

Refresh patches with `make makepatch`, and remove
patch-deps_v8_src_objects_js-number-format.cc which has been applied
upstream.

Sponsored by:	Miles AS
13.13.0_1
15 May 2020 20:33:02
Revision:535334Original commit files touched by this commit This port version is marked as vulnerable.
bhughes search for other commits by this committer
www/node: use python 3 as build dependency

Do not depend on the deprecated python 2.7 package to build Node.js,
patching tools/genv8constants.py to continue to work and generate the
same output with python 3 that it did with python 2.

While here, add all *.py scripts used by the build to SHEBANG_FILES,
which causes the installed lldb_commands.py script to change, hence the
PORTREVISION bump.

PR:		246036
Reported by:	lumiwa@gmail.com
Sponsored by:	Miles AS
13.13.0
06 May 2020 18:09:41
Revision:534197Original commit files touched by this commit This port version is marked as vulnerable.
emaste search for other commits by this committer
www/node*: add binutils dep on objdump

/usr/bin/objdump will be removed from FreeBSD before FreeBSD 13.0.

PR:		241157
Approved by:	bapt
Sponsored by:	The FreeBSD Foundation
13.13.0
03 May 2020 04:03:30
Revision:533741Original commit files touched by this commit This port version is marked as vulnerable.
loader search for other commits by this committer
www/node, www/node12: Fix build on armv6 and armv7

Reviewed by:	koobs, bhughes
Approved by:	koobs (ports, mentor), bhughes (maintainer)
Differential Revision:	https://reviews.freebsd.org/D24612
MFH:		2020Q2
13.13.0
29 Apr 2020 19:51:48
Revision:533391Original commit files touched by this commit This port version is marked as vulnerable.
bhughes search for other commits by this committer
www/node: Update 13.12.0_1 -> 13.13.0

https://nodejs.org/en/blog/release/v13.13.0/

Sponsored by:	Miles AS
13.12.0_1
23 Apr 2020 20:14:49
Revision:532707Original commit files touched by this commit This port version is marked as vulnerable.
jbeich search for other commits by this committer
devel/icu: update to 67.1

Changes:	http://site.icu-project.org/download/67
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
Reported by:	GitHub (watch releases)
13.12.0
12 Apr 2020 22:02:32
Revision:531565Original commit files touched by this commit This port version is marked as vulnerable.
bhughes search for other commits by this committer
www/node: Update 13.10.1_1 -> 13.12.0

https://nodejs.org/en/blog/release/v13.11.0/
https://nodejs.org/en/blog/release/v13.12.0/

Sponsored by:	Miles AS
13.10.1_1
31 Mar 2020 16:15:17
Revision:529986Original commit files touched by this commit This port version is marked as vulnerable.
rene search for other commits by this committer
Clean up ports after FreeBSD 12.0 reached end-of-life.

emulators/mesen is left out for now, as it breaks on 11.3

Submitted by:	rene
Reviewed by:	jbeich, zeising
X-Differential Revision:	https://reviews.freebsd.org/D24211
13.10.1_1
13 Mar 2020 09:47:17
Revision:528343Original commit files touched by this commit This port version is marked as vulnerable.
jbeich search for other commits by this committer
devel/icu: update to 66.1

Changes:	http://site.icu-project.org/download/66
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/

Number of commits found: 408 (showing only 100 on this page)

1 | 2 | 3 | 4 | 5  »