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.

non port: www/node/distinfo

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

1 | 2 | 3  »  

Monday, 30 Jan 2023
14:20 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
commit hash: fa93fdc383c190569821ae224413c848c19d9a7c commit hash: fa93fdc383c190569821ae224413c848c19d9a7c commit hash: fa93fdc383c190569821ae224413c848c19d9a7c commit hash: fa93fdc383c190569821ae224413c848c19d9a7c fa93fdc
Saturday, 12 Nov 2022
19:28 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
commit hash: aceede6c5b4d8a54bd35011599b9ce9d4b502b8c commit hash: aceede6c5b4d8a54bd35011599b9ce9d4b502b8c commit hash: aceede6c5b4d8a54bd35011599b9ce9d4b502b8c commit hash: aceede6c5b4d8a54bd35011599b9ce9d4b502b8c aceede6
Friday, 19 Aug 2022
19:53 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
commit hash: c187da08d5688a920e97aa376cccb004cd36faac commit hash: c187da08d5688a920e97aa376cccb004cd36faac commit hash: c187da08d5688a920e97aa376cccb004cd36faac commit hash: c187da08d5688a920e97aa376cccb004cd36faac c187da0
Monday, 11 Jul 2022
02:09 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
commit hash: 9245563ab563b052a2da05a65d9f71efbb183389 commit hash: 9245563ab563b052a2da05a65d9f71efbb183389 commit hash: 9245563ab563b052a2da05a65d9f71efbb183389 commit hash: 9245563ab563b052a2da05a65d9f71efbb183389 9245563
Friday, 3 Jun 2022
17:01 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
commit hash: 573dcf82344654d829bee348c5cc5ba447e0bb92 commit hash: 573dcf82344654d829bee348c5cc5ba447e0bb92 commit hash: 573dcf82344654d829bee348c5cc5ba447e0bb92 commit hash: 573dcf82344654d829bee348c5cc5ba447e0bb92 573dcf8
Friday, 29 Oct 2021
13:40 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
commit hash: 8de43db2771a9534f9a9d67c48c46152f2843128 commit hash: 8de43db2771a9534f9a9d67c48c46152f2843128 commit hash: 8de43db2771a9534f9a9d67c48c46152f2843128 commit hash: 8de43db2771a9534f9a9d67c48c46152f2843128 8de43db
Saturday, 23 Oct 2021
11:00 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
commit hash: f7594b482c9bec7bce93f32633adfed12184729b commit hash: f7594b482c9bec7bce93f32633adfed12184729b commit hash: f7594b482c9bec7bce93f32633adfed12184729b commit hash: f7594b482c9bec7bce93f32633adfed12184729b f7594b4
Thursday, 14 Oct 2021
18:31 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
commit hash: 998579a8346355e76bd0ddede359c5eacbc0ea24 commit hash: 998579a8346355e76bd0ddede359c5eacbc0ea24 commit hash: 998579a8346355e76bd0ddede359c5eacbc0ea24 commit hash: 998579a8346355e76bd0ddede359c5eacbc0ea24 998579a
18:31 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
commit hash: 25cf6ee9a998c92ffc86f8fa8e6bbd96d9d32e76 commit hash: 25cf6ee9a998c92ffc86f8fa8e6bbd96d9d32e76 commit hash: 25cf6ee9a998c92ffc86f8fa8e6bbd96d9d32e76 commit hash: 25cf6ee9a998c92ffc86f8fa8e6bbd96d9d32e76 25cf6ee
Thursday, 23 Sep 2021
16:58 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
commit hash: bad1a67ce23117b1326d6594bdb88835c8301093 commit hash: bad1a67ce23117b1326d6594bdb88835c8301093 commit hash: bad1a67ce23117b1326d6594bdb88835c8301093 commit hash: bad1a67ce23117b1326d6594bdb88835c8301093 bad1a67
Tuesday, 21 Sep 2021
20:27 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
commit hash: 52ed0237f8f7a24b527112664c8a3d7aa533b01c commit hash: 52ed0237f8f7a24b527112664c8a3d7aa533b01c commit hash: 52ed0237f8f7a24b527112664c8a3d7aa533b01c commit hash: 52ed0237f8f7a24b527112664c8a3d7aa533b01c 52ed023
20:27 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
commit hash: 54ac71cd2998e174041198e1552d2d226cbace3e commit hash: 54ac71cd2998e174041198e1552d2d226cbace3e commit hash: 54ac71cd2998e174041198e1552d2d226cbace3e commit hash: 54ac71cd2998e174041198e1552d2d226cbace3e 54ac71c
20:27 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
commit hash: ea44dd1e8a65599624575c677937c41fa46624c1 commit hash: ea44dd1e8a65599624575c677937c41fa46624c1 commit hash: ea44dd1e8a65599624575c677937c41fa46624c1 commit hash: ea44dd1e8a65599624575c677937c41fa46624c1 ea44dd1
20:26 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
commit hash: 3d5b3fb7837a997dfc5bc856229879c3afd5cca8 commit hash: 3d5b3fb7837a997dfc5bc856229879c3afd5cca8 commit hash: 3d5b3fb7837a997dfc5bc856229879c3afd5cca8 commit hash: 3d5b3fb7837a997dfc5bc856229879c3afd5cca8 3d5b3fb
20:26 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
commit hash: 18cecace553a0a70274c9e9a7bca24dd36e2351b commit hash: 18cecace553a0a70274c9e9a7bca24dd36e2351b commit hash: 18cecace553a0a70274c9e9a7bca24dd36e2351b commit hash: 18cecace553a0a70274c9e9a7bca24dd36e2351b 18cecac
20:26 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
commit hash: 163e134d818c2a0823df453cf6a7d3e786cd462c commit hash: 163e134d818c2a0823df453cf6a7d3e786cd462c commit hash: 163e134d818c2a0823df453cf6a7d3e786cd462c commit hash: 163e134d818c2a0823df453cf6a7d3e786cd462c 163e134
20:26 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
commit hash: 91694690e55a26e4771ecf73583275d704d680bc commit hash: 91694690e55a26e4771ecf73583275d704d680bc commit hash: 91694690e55a26e4771ecf73583275d704d680bc commit hash: 91694690e55a26e4771ecf73583275d704d680bc 9169469
20:26 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
commit hash: e674a048b642f6b425769204d67e81801cf9b1f7 commit hash: e674a048b642f6b425769204d67e81801cf9b1f7 commit hash: e674a048b642f6b425769204d67e81801cf9b1f7 commit hash: e674a048b642f6b425769204d67e81801cf9b1f7 e674a04
20:26 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
commit hash: b87fb39486dd043adda374a1b7b7babccd331efc commit hash: b87fb39486dd043adda374a1b7b7babccd331efc commit hash: b87fb39486dd043adda374a1b7b7babccd331efc commit hash: b87fb39486dd043adda374a1b7b7babccd331efc b87fb39
20:26 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
commit hash: 2877919793b5d234f54602ad1c37081798f948f3 commit hash: 2877919793b5d234f54602ad1c37081798f948f3 commit hash: 2877919793b5d234f54602ad1c37081798f948f3 commit hash: 2877919793b5d234f54602ad1c37081798f948f3 2877919
20:20 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
commit hash: 22d1c3d778f65599600b0838ff7f2bb4568bd08b commit hash: 22d1c3d778f65599600b0838ff7f2bb4568bd08b commit hash: 22d1c3d778f65599600b0838ff7f2bb4568bd08b commit hash: 22d1c3d778f65599600b0838ff7f2bb4568bd08b 22d1c3d
20:20 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
commit hash: 7bcc4cfed1f09db60087f68f032ba3937a908c0e commit hash: 7bcc4cfed1f09db60087f68f032ba3937a908c0e commit hash: 7bcc4cfed1f09db60087f68f032ba3937a908c0e commit hash: 7bcc4cfed1f09db60087f68f032ba3937a908c0e 7bcc4cf
Wednesday, 26 May 2021
20:48 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
commit hash: 106eb548d08a7f6885a0ce0a948c4f4d575b0f14 commit hash: 106eb548d08a7f6885a0ce0a948c4f4d575b0f14 commit hash: 106eb548d08a7f6885a0ce0a948c4f4d575b0f14 commit hash: 106eb548d08a7f6885a0ce0a948c4f4d575b0f14 106eb548
Tuesday, 4 May 2021
18:35 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
commit hash: c0896817e6ce83549ebc7e032ac1aba0f4ab4077 commit hash: c0896817e6ce83549ebc7e032ac1aba0f4ab4077 commit hash: c0896817e6ce83549ebc7e032ac1aba0f4ab4077 commit hash: c0896817e6ce83549ebc7e032ac1aba0f4ab4077 c089681
Tuesday, 20 Apr 2021
21:29 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
commit hash: bc3d0937d0d2cc4a2e80334f5391a2d87458943e commit hash: bc3d0937d0d2cc4a2e80334f5391a2d87458943e commit hash: bc3d0937d0d2cc4a2e80334f5391a2d87458943e commit hash: bc3d0937d0d2cc4a2e80334f5391a2d87458943e bc3d093
Wednesday, 7 Apr 2021
18:58 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
commit hash: 882400377c13458aeb0d92ca9f5f01478b40621d commit hash: 882400377c13458aeb0d92ca9f5f01478b40621d commit hash: 882400377c13458aeb0d92ca9f5f01478b40621d commit hash: 882400377c13458aeb0d92ca9f5f01478b40621d 8824003
Tuesday, 6 Apr 2021
07:29 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
commit hash: dda06a776ceae90a655f6684d3bcf56d39fde0ae commit hash: dda06a776ceae90a655f6684d3bcf56d39fde0ae commit hash: dda06a776ceae90a655f6684d3bcf56d39fde0ae commit hash: dda06a776ceae90a655f6684d3bcf56d39fde0ae dda06a7
Tuesday, 23 Mar 2021
08:44 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
Original commitRevision:569014 
Tuesday, 9 Mar 2021
19:02 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
Original commitRevision:567953 
06:49 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
Original commitRevision:567899 
Wednesday, 24 Feb 2021
19:58 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
Original commitRevision:566506 
Thursday, 4 Feb 2021
10:52 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
Original commitRevision:564016 
Friday, 29 Jan 2021
23:35 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
Original commitRevision:563263 
Monday, 18 Jan 2021
20:10 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
Original commitRevision:561964 
Thursday, 14 Jan 2021
21:20 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
Original commitRevision:561600 
Monday, 4 Jan 2021
20:41 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
Original commitRevision:560341 
Thursday, 10 Dec 2020
13:35 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
Original commitRevision:557430 
Tuesday, 24 Nov 2020
22:29 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
Original commitRevision:556227 
Saturday, 21 Nov 2020
22:29 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
Original commitRevision:556022 
Wednesday, 11 Nov 2020
22:53 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
Original commitRevision:554918 
21:19 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
Original commitRevision:554914 
Thursday, 29 Oct 2020
22:25 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
Original commitRevision:553650 
21:32 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
Original commitRevision:553645 
Monday, 19 Oct 2020
21:08 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
Original commitRevision:552769 
Thursday, 15 Oct 2020
19:01 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
Original commitRevision:552440 
Wednesday, 30 Sep 2020
05:06 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
Original commitRevision:550646 
Friday, 25 Sep 2020
09:50 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
Original commitRevision:550012 
Wednesday, 16 Sep 2020
20:53 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
Original commitRevision:548802 
Tuesday, 15 Sep 2020
06:44 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
Original commitRevision:548707 
Tuesday, 8 Sep 2020
20:07 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
Original commitRevision:548046 
Friday, 4 Sep 2020
20:53 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
Original commitRevision:547570 
Thursday, 20 Aug 2020
20:40 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
Original commitRevision:545560 
18:50 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
Original commitRevision:545547 
Wednesday, 29 Jul 2020
21:46 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
Original commitRevision:543678 
Monday, 6 Jul 2020
22:19 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
Original commitRevision:541372 
Friday, 12 Jun 2020
11:31 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
Original commitRevision:538603 
Thursday, 11 Jun 2020
13:45 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
Original commitRevision:538484 
12:07 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
Original commitRevision:538474 
05:46 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
Original commitRevision:538455 
Tuesday, 9 Jun 2020
22:04 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
Original commitRevision:538350 
Thursday, 4 Jun 2020
21:12 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
Original commitRevision:537962 
Wednesday, 29 Apr 2020
19:51 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
Original commitRevision:533391 
Sunday, 12 Apr 2020
22:02 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
Original commitRevision:531565 
Tuesday, 10 Mar 2020
22:45 bhughes search for other commits by this committer
www/node: Update 13.9.0 -> 13.10.1

https://nodejs.org/en/blog/release/v13.10.0/
https://nodejs.org/en/blog/release/v13.10.1/

Refresh patches with `make makepatch`.

Sponsored by:	Miles AS
Original commitRevision:528200 
21:23 bhughes search for other commits by this committer
www/node: Update 13.8.0 -> 13.9.0

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

Sponsored by:	Miles AS
Original commitRevision:528192 
16:09 bhughes search for other commits by this committer
www/node: Update 13.7.0 -> 13.8.0

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

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

MFH:		2020Q1
Security:	0032400f-624f-11ea-b495-000d3ab229d6
Sponsored by:	Miles AS
Original commitRevision:528184 
Monday, 3 Feb 2020
05:26 bhughes search for other commits by this committer
www/node: Update 13.6.0 -> 13.7.0

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

Sponsored by:	Miles AS
Original commitRevision:525011 
Friday, 31 Jan 2020
22:26 bhughes search for other commits by this committer
www/node: Update 13.5.0 -> 13.6.0

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

While here, regenerate patches with `make makepatch`.

Sponsored by:	Miles AS
Original commitRevision:524745 
21:45 bhughes search for other commits by this committer
www/node: Update 13.4.0 -> 13.5.0

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

While here, bump the minimum dependency on libuv and regenerate patches
with `make makepatch`.

Sponsored by:	Miles AS
Original commitRevision:524744 
11:14 bhughes search for other commits by this committer
www/node: Update to 13.4.0

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

Sponsored by:	Miles AS
Original commitRevision:524694 
Friday, 13 Dec 2019
04:49 bhughes search for other commits by this committer
www/node: Update 13.2.0 -> 13.3.0

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

Sponsored by:	Miles AS
Original commitRevision:519961 
Friday, 29 Nov 2019
05:24 bhughes search for other commits by this committer
www/node: Update 13.1.0 -> 13.2.0

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

Sponsored by:	Miles AS
Original commitRevision:518623 
Wednesday, 13 Nov 2019
21:41 bhughes search for other commits by this committer
www/node: Update 13.0.1 -> 13.1.0

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

Sponsored by:	Miles AS
Original commitRevision:517389 
Thursday, 7 Nov 2019
20:25 bhughes search for other commits by this committer
www/node: Update 13.0.0 -> 13.0.1

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

Change the default options on FreeBSD 12.0-RELEASE, since Node.js uses
functions introduced in OpenSSL 1.1.1b, while 12.0-RELEASE only has
1.1.1a.

Sponsored by:	Miles AS
Original commitRevision:517009 
Sunday, 3 Nov 2019
22:38 bhughes search for other commits by this committer
www/node: Update 12.13.0 -> 13.0.0

Update to the latest major release of Node.js, regenerating patches
with `make makepatch` while here.

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

Sponsored by:	Miles AS
Original commitRevision:516611 
Friday, 25 Oct 2019
15:50 bhughes search for other commits by this committer
www/node: Update 12.12.0 -> 12.13.0

Update to the latest LTS release of Node.js. Regenerate patches with
`make makepatch`.

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

Sponsored by:	Miles AS
Original commitRevision:515621 
Tuesday, 22 Oct 2019
20:50 bhughes search for other commits by this committer
www/node: Update 12.11.1 -> 12.12.0

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

Sponsored by:	Miles AS
Original commitRevision:515215 
Tuesday, 8 Oct 2019
20:31 bhughes search for other commits by this committer
www/node: Update 12.10.0_1 -> 12.11.1

https://nodejs.org/en/blog/release/v12.11.0/
https://nodejs.org/en/blog/release/v12.11.1/

Sponsored by:	Miles AS
Original commitRevision:514104 
Friday, 6 Sep 2019
11:06 bhughes search for other commits by this committer
www/node: Update 12.9.1 -> 12.10.0

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

Sponsored by:	Miles AS
Original commitRevision:511301 
Tuesday, 27 Aug 2019
20:48 bhughes search for other commits by this committer
www/node: Update 12.9.0 -> 12.9.1

This release fixes two regressions in the http module. See the release
notes for more details:

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

Sponsored by:	Miles AS
Original commitRevision:510026 
Wednesday, 21 Aug 2019
20:08 bhughes search for other commits by this committer
www/node: Update 12.8.1 -> 12.9.0

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

Regenerate patches with `make makepatch`, taking care to keep patches
for files that have moved after Node.js upgraded the bundled V8
dependency.

Sponsored by:	Miles AS
Original commitRevision:509555 
Tuesday, 20 Aug 2019
22:29 bhughes search for other commits by this committer
www/node: Update 12.8.0 -> 12.8.1

This is a security release. All Node.js users should consult the security
release summary at
https://nodejs.org/en/blog/vulnerability/aug-2019-security-releases/
for details on patched vulnerabilities.

MFH:		2019Q3
Security:	c97a940b-c392-11e9-bb38-000d3ab229d6
Sponsored by:	Miles AS
Original commitRevision:509481 
Friday, 16 Aug 2019
22:27 bhughes search for other commits by this committer
www/node: Update 12.7.0 -> 12.8.0

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

The bundled OpenSSL configuration now includes BSD-x86, which this port
can now use. The build for i386 is still using the no-asm variant for
the time being. Assembler errors in BSD-x86/asm-avx2 need to be
investigated to be able to enable asm with the bundled OpenSSL.

While here, regenerate all remaining patches with `make makepatch`.

Sponsored by:	Miles AS
Original commitRevision:509122 
Saturday, 27 Jul 2019
22:54 bhughes search for other commits by this committer
www/node: Update 12.6.0_1 -> 12.7.0

https://nodejs.org/en/blog/release/v12.7.0/
Original commitRevision:507478 
Friday, 12 Jul 2019
21:26 bhughes search for other commits by this committer
www/node: Update 12.4.0 -> 12.6.0

https://nodejs.org/en/blog/release/v12.5.0/
https://nodejs.org/en/blog/release/v12.6.0/

Sponsored by:	Miles AS
Original commitRevision:506491 
Tuesday, 4 Jun 2019
20:23 bhughes search for other commits by this committer
www/node: Update 12.3.1 -> 12.4.0

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

Sponsored by:	Miles AS
Original commitRevision:503490 
Friday, 24 May 2019
22:32 bhughes search for other commits by this committer
www/node: Update 12.2.0 -> 12.3.1

https://nodejs.org/en/blog/release/v12.3.0/
https://nodejs.org/en/blog/release/v12.3.1/
Sponsored by:	Miles AS
Original commitRevision:502494 
Wednesday, 8 May 2019
18:26 bhughes search for other commits by this committer
www/node: Update 12.1.0 -> 12.2.0

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

Sponsored by:	Miles AS
Original commitRevision:501034 
Wednesday, 1 May 2019
21:04 bhughes search for other commits by this committer
www/node: Update 12.0.0 -> 12.1.0

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

Sponsored by:	Miles AS
Original commitRevision:500615 
Wednesday, 24 Apr 2019
10:55 bhughes search for other commits by this committer
www/node: Update 11.14.0 -> 12.0.0

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

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

Update minimum version requirements for dependencies. Regenerate patches
with `make makepatch`.

Sponsored by:	Miles AS
Original commitRevision:499831 
Saturday, 13 Apr 2019
20:33 bhughes search for other commits by this committer
www/node: Update 11.13.0 -> 11.14.0

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

Sponsored by:	Miles AS
Original commitRevision:498834 
Friday, 29 Mar 2019
20:23 bhughes search for other commits by this committer
www/node: Update 11.12.0_1 -> 11.13.0

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

Sponsored by:	Miles AS
Original commitRevision:497198 
Saturday, 16 Mar 2019
08:36 bhughes search for other commits by this committer
www/node: Update 11.11.0 -> 11.12.0

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

Sponsored by:	Miles AS
Original commitRevision:495854 
Wednesday, 6 Mar 2019
22:01 bhughes search for other commits by this committer
www/node: Update 11.10.1 -> 11.11.0

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

Sponsored by:	Miles AS
Original commitRevision:494851 
Sunday, 3 Mar 2019
09:13 bhughes search for other commits by this committer
www/node: Update 11.10.0 -> 11.10.1

This is a security release. All Node.js users should consult the security
release summary at
https://nodejs.org/en/blog/vulnerability/february-2019-security-releases/
for details on patched vulnerabilities.

MFH:		2019Q1
Security:	b71d7193-3c54-11e9-a3f9-00155d006b02
Sponsored by:	Miles AS
Original commitRevision:494484 
Monday, 18 Feb 2019
04:59 bhughes search for other commits by this committer
www/node: Update 11.9.0 -> 11.10.0

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

Sponsored by:	Miles AS
Original commitRevision:493241 
Friday, 8 Feb 2019
20:51 bhughes search for other commits by this committer
www/node: Update 11.8.0 -> 11.9.0

Update patches and pkg-plist for deps/openssl/**/* after upstream
pdated to OpenSSL 1.1.1a and refresh existing patches with
`make makepatch`.

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

Sponsored by:	Miles AS
Original commitRevision:492447 
Wednesday, 30 Jan 2019
11:23 bhughes search for other commits by this committer
www/node: Update 11.7.0_1 -> 11.8.0

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

Sponsored by:	Miles AS
Original commitRevision:491621 
Tuesday, 22 Jan 2019
21:11 bhughes search for other commits by this committer
www/node: Update 11.6.0 -> 11.7.0

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

Sponsored by:	Miles AS
Original commitRevision:490982 
Friday, 28 Dec 2018
20:49 bhughes search for other commits by this committer
www/node: Update 11.3.0_1 -> 11.6.0

https://nodejs.org/en/blog/release/v11.4.0/
https://nodejs.org/en/blog/release/v11.5.0/
https://nodejs.org/en/blog/release/v11.6.0/

Sponsored by:	Miles AS
Original commitRevision:488626 

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

1 | 2 | 3  »