non port: www/node/Makefile |
Number of commits found: 392 (showing only 100 on this page) |
Tuesday, 3 Dec 2024
|
17:34 Po-Chuan Hsieh (sunpoet)
nodejs: Bump PORTREVISION for dependency change
USES=nodejs defaults to www/node22 now.
8bb58b5 |
Wednesday, 1 Nov 2023
|
19:29 Po-Chuan Hsieh (sunpoet)
nodejs: Bump PORTREVISION for dependency change
USES=nodejs defaults to www/node20 now.
1ce5801 |
Monday, 16 Oct 2023
|
15:59 Po-Chuan Hsieh (sunpoet)
www/node: Use the user's default nodejs version
e4bae57 |
Wednesday, 19 Apr 2023
|
19:03 Po-Chuan Hsieh (sunpoet)
www/node: Sync PORTVERSION with node18 (defualt)
efb3572 |
Monday, 30 Jan 2023
|
14:20 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
fa93fdc |
Saturday, 19 Nov 2022
|
08:11 Po-Chuan Hsieh (sunpoet)
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
0209fe7 |
Saturday, 12 Nov 2022
|
19:28 Juraj Lutter (otis)
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
aceede6 |
Monday, 7 Nov 2022
|
14:43 Rene Ladan (rene)
all: return bhughes' ports to the pool after safekeeping
With hat: portmgr-secretary
aac3405 |
Wednesday, 19 Oct 2022
|
08:10 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
dfe25d7 |
Wednesday, 7 Sep 2022
|
21:10 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.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
b7f0544 |
Friday, 19 Aug 2022
|
19:53 Joseph Mingrone (jrm)
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
c187da0 |
Monday, 11 Jul 2022
|
02:09 Joseph Mingrone (jrm)
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
9245563 |
Thursday, 30 Jun 2022
|
09:01 Joseph Mingrone (jrm)
www/node: Fix patch on armv6 and armv7
PR: 263590
Reported by: Robert Clausecker <fuz@fuz.su>
Sponsored by: The FreeBSD Foundation
bd97b63 |
Friday, 3 Jun 2022
|
22:48 Adam Weinberger (adamw)
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.
b4e79e9 |
17:01 Joseph Mingrone (jrm)
www/node: Remove node10 from CONFLICTS_INSTALL
www/node10 was removed in 97cf09b1df on 2022-03-31.
Sponsored by: The FreeBSD Foundation
db18ead |
17:01 Joseph Mingrone (jrm)
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
573dcf8 |
Thursday, 7 Apr 2022
|
00:39 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
268cee3 |
Tuesday, 23 Nov 2021
|
22:11 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)
5933ac0 |
Friday, 29 Oct 2021
|
13:40 Bradley T. Hughes (bhughes)
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
8de43db |
Thursday, 28 Oct 2021
|
16:37 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
f34ece3 |
Saturday, 23 Oct 2021
|
11:00 Bradley T. Hughes (bhughes)
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
f7594b4 |
11:00 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
bd8376f |
Thursday, 14 Oct 2021
|
18:31 Bradley T. Hughes (bhughes)
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
998579a |
18:31 Bradley T. Hughes (bhughes)
www/node: Update 16.10.0 -> 16.11.0
MFH: 2021Q4
Sponsored by: Miles AS
25cf6ee |
Thursday, 30 Sep 2021
|
21:23 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
620968a |
Thursday, 23 Sep 2021
|
16:58 Bradley T. Hughes (bhughes)
www/node: Update 16.9.1 -> 16.10.0
https://nodejs.org/en/blog/release/v16.10.0/
Sponsored by: Miles AS
bad1a67 |
Tuesday, 21 Sep 2021
|
20:27 Bradley T. Hughes (bhughes)
www/node: Update 16.9.0 -> 16.19.1
https://nodejs.org/en/blog/release/v16.9.1/
Sponsored by: Miles AS
52ed023 |
20:27 Bradley T. Hughes (bhughes)
www/node: Update 16.8.0 -> 16.9.0
https://nodejs.org/en/blog/release/v16.9.0/
Sponsored by: Miles AS
54ac71c |
20:27 Bradley T. Hughes (bhughes)
www/node: Update 16.7.0 -> 16.8.0
https://nodejs.org/en/blog/release/v16.8.0/
PR: 257902
Sponsored by: Miles AS
ea44dd1 |
20:26 Bradley T. Hughes (bhughes)
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
3d5b3fb |
20:26 Bradley T. Hughes (bhughes)
www/node: Update 16.6.2 -> 16.7.0
https://nodejs.org/en/blog/release/v16.7.0/
Sponsored by: Miles AS
18cecac |
20:26 Bradley T. Hughes (bhughes)
www/node: Update 16.6.0 -> 16.6.1
https://nodejs.org/en/blog/release/v16.6.1/
Sponsored by: Miles AS
163e134 |
20:26 Bradley T. Hughes (bhughes)
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
9169469 |
20:26 Bradley T. Hughes (bhughes)
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
e674a04 |
20:26 Bradley T. Hughes (bhughes)
www/node: Update 16.4.1 -> 16.4.2
https://nodejs.org/en/blog/release/v16.4.2/
Sponsored by: Miles AS
b87fb39 |
20:26 Bradley T. Hughes (bhughes)
www/node: Update 16.4.2 -> 16.5.0
https://nodejs.org/en/blog/release/v16.5.0/
Sponsored by: Miles AS
2877919 |
20:20 Bradley T. Hughes (bhughes)
www/node: Update 16.3.0 -> 16.4.0
https://nodejs.org/en/blog/release/v16.4.0/
Sponsored by: Miles AS
22d1c3d |
20:20 Bradley T. Hughes (bhughes)
www/node: Update 16.2.0 -> 16.3.0
https://nodejs.org/en/blog/release/v16.3.0/
Sponsored by: Miles AS
7bcc4cf |
Tuesday, 24 Aug 2021
|
17:59 Dmitry Marakasov (amdmi3)
www/node*: limit support python versions
This fixes build with python 3.10 as default
Approved by: portmgr blanket
e148e1d |
Saturday, 26 Jun 2021
|
11:55 Rene Ladan (rene)
cleanup: unregister expired Node 12
8447d03 |
Wednesday, 26 May 2021
|
20:48 Bradley T. Hughes (bhughes)
www/node: Update 16.1.0 -> 16.2.0
https://nodejs.org/en/blog/release/v16.2.0/
Sponsored by: Miles AS
106eb548 |
Tuesday, 4 May 2021
|
18:35 Bradley T. Hughes (bhughes)
www/node: Update 16.0.0 -> 16.1.0
https://nodejs.org/en/blog/release/v16.1.0/
Sponsored by: Miles AS
c089681 |
Tuesday, 20 Apr 2021
|
21:29 Bradley T. Hughes (bhughes)
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
bc3d093 |
Thursday, 8 Apr 2021
|
23:33 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)
69d24a7 |
Wednesday, 7 Apr 2021
|
18:58 Bradley T. Hughes (bhughes)
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
8824003 |
08:09 Mathieu Arnold (mat)
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
cf118cc |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
07:29 Bradley T. Hughes (bhughes)
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
dda06a7 |
Tuesday, 23 Mar 2021
|
08:44 bhughes
www/node: Update 15.11.0 -> 15.12.0
https://nodejs.org/en/blog/release/v15.12.0/
Sponsored by: Miles AS
|
Tuesday, 9 Mar 2021
|
19:02 bhughes
www/node: Update 15.10.0 -> 15.11.0
https://nodejs.org/en/blog/release/v15.11.0/
Sponsored by: Miles AS
|
06:49 bhughes
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
|
Wednesday, 24 Feb 2021
|
19:58 bhughes
www/node: Update 15.8.0 - 15.9.0
https://nodejs.org/en/blog/release/v15.9.0/
Sponsored by: Miles AS
|
Thursday, 4 Feb 2021
|
10:52 bhughes
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
|
Friday, 29 Jan 2021
|
23:35 bhughes
www/node: Update 15.6.0 -> 15.7.0
https://nodejs.org/en/blog/release/v15.7.0/
Sponsored by: Miles AS
|
Monday, 18 Jan 2021
|
20:10 bhughes
www/node: Update 15.5.1 -> 15.6.0
https://nodejs.org/en/blog/release/v15.6.0/
MFH: 2021Q1
Sponsored by: Miles AS
|
Thursday, 14 Jan 2021
|
21:20 bhughes
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
|
Monday, 4 Jan 2021
|
20:41 bhughes
www/node: Update 15.4.0 -> 15.5.0
https://nodejs.org/en/blog/release/v15.5.0/
MFH: 2021Q1
Sponsored by: Miles AS
|
Thursday, 10 Dec 2020
|
13:35 bhughes
www/node: Update 15.3.0 -> 15.4.0
https://nodejs.org/en/blog/release/v15.4.0/
Sponsored by: Miles AS
|
Tuesday, 24 Nov 2020
|
22:29 bhughes
www/node: Update 15.2.1 -> 15.3.0
https://nodejs.org/en/blog/release/v15.3.0/
Sponsored by: Miles AS
|
Saturday, 21 Nov 2020
|
22:29 bhughes
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
|
Wednesday, 11 Nov 2020
|
22:53 bhughes
www/node: Update 15.1.0 -> 15.2.0
https://nodejs.org/en/blog/release/v15.2.0/
Sponsored by: Miles AS
|
21:19 bhughes
www/node: Update 15.0.1_1 -> 15.1.0
https://nodejs.org/en/blog/release/v15.1.0/
Sponsored by: Miles AS
|
Tuesday, 3 Nov 2020
|
00:56 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)
|
Monday, 2 Nov 2020
|
13:03 pkubaj
www/node: fix build on powerpc64le
Building with DTRACE causes crash. -mminimal-toc is valid only on powerpc64
elfv1.
|
Thursday, 29 Oct 2020
|
22:25 bhughes
www/node: Update 15.0.0 -> 15.0.1
https://nodejs.org/en/blog/release/v15.0.1/
Sponsored by: Miles AS
|
21:32 bhughes
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
|
13:57 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
|
Monday, 19 Oct 2020
|
21:08 bhughes
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
|
Thursday, 15 Oct 2020
|
19:01 bhughes
www/node: Update 14.13.0 -> 14.13.1
https://nodejs.org/en/blog/release/v14.13.1/
Sponsored by: Miles AS
|
Wednesday, 30 Sep 2020
|
05:06 bhughes
www/node: Update 14.12.0 -> 14.13.0
https://nodejs.org/en/blog/release/v14.13.0/
Sponsored by: Miles AS
|
Sunday, 27 Sep 2020
|
20:52 linimon
Allow building on powerpc64le.
Approved by: portmgr (tier-2 blanket)
|
Friday, 25 Sep 2020
|
09:50 bhughes
www/node: Update 14.11.0 -> 14.12.0
https://nodejs.org/en/blog/release/v14.12.0/
Sponsored by: Miles AS
|
Wednesday, 16 Sep 2020
|
20:53 bhughes
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
|
Tuesday, 15 Sep 2020
|
06:44 bhughes
www/node: Update 14.10.0_1 -> 14.10.1
https://nodejs.org/en/blog/release/v14.10.1/
Sponsored by: Miles AS
|
Tuesday, 8 Sep 2020
|
21:19 bhughes
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
|
20:07 bhughes
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
|
Friday, 4 Sep 2020
|
20:53 bhughes
www/node: Update 14.8.0 -> 14.9.0
https://nodejs.org/en/blog/release/v14.9.0/
Sponsored by: Miles AS
|
Thursday, 20 Aug 2020
|
20:40 bhughes
www/node: Update 14.7.0 -> 14.8.0
https://nodejs.org/en/blog/release/v14.8.0/
Sponsored by: Miles AS
|
18:50 bhughes
www/node: Update 14.6.0_1 -> 14.7.0
https://nodejs.org/en/blog/release/v14.7.0/
Sponsored by: Miles AS
|
Wednesday, 29 Jul 2020
|
22:08 bhughes
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
|
21:46 bhughes
www/node10: Update 10.21.0 -> 10.22.0
https://nodejs.org/en/blog/release/v10.22.0/
Sponsored by: Miles AS
|
Monday, 6 Jul 2020
|
22:19 bhughes
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
|
Friday, 12 Jun 2020
|
11:31 bhughes
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
|
Thursday, 11 Jun 2020
|
13:45 bhughes
www/node: Update 14.2.0 -> 14.3.0
https://nodejs.org/en/blog/release/v14.3.0/
Sponsored by: Miles AS
|
12:07 bhughes
www/node: Update 14.1.0 -> 14.2.0
https://nodejs.org/en/blog/release/v14.2.0/
Sponsored by: Miles AS
|
05:46 bhughes
www/node: Update 14.0.0 -> 14.1.0
https://nodejs.org/en/blog/release/v14.1.0/
Sponsored by: Miles AS
|
Tuesday, 9 Jun 2020
|
22:04 bhughes
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
|
Thursday, 4 Jun 2020
|
21:12 bhughes
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
|
Friday, 15 May 2020
|
20:33 bhughes
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
|
Wednesday, 6 May 2020
|
18:09 emaste
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
|
Sunday, 3 May 2020
|
04:03 loader
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
|
Wednesday, 29 Apr 2020
|
19:51 bhughes
www/node: Update 13.12.0_1 -> 13.13.0
https://nodejs.org/en/blog/release/v13.13.0/
Sponsored by: Miles AS
|
Thursday, 23 Apr 2020
|
20:14 jbeich
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)
|
Sunday, 12 Apr 2020
|
22:02 bhughes
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
|
Tuesday, 31 Mar 2020
|
16:15 rene
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
|
Friday, 13 Mar 2020
|
09:47 jbeich
devel/icu: update to 66.1
Changes: http://site.icu-project.org/download/66
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
|
Tuesday, 10 Mar 2020
|
22:45 bhughes
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
|
21:23 bhughes
www/node: Update 13.8.0 -> 13.9.0
https://nodejs.org/en/blog/release/v13.9.0/
Sponsored by: Miles AS
|
16:09 bhughes
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
|
Monday, 3 Feb 2020
|
05:26 bhughes
www/node: Update 13.6.0 -> 13.7.0
https://nodejs.org/en/blog/release/v13.7.0/
Sponsored by: Miles AS
|
Number of commits found: 392 (showing only 100 on this page) |