Commit Graph

181 Commits

Author SHA1 Message Date
Stephen Gallagher 6a5af18121
First release of 18.0.0
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2022-04-28 14:48:05 -04:00
Stephen Gallagher f36552580f
Update to Node.js 16.15.0
Stop carrying full ICU sources now that the binary data is available
Properly version the v8 virtual Provides
Bundle nghttp2

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2022-04-27 19:13:00 -04:00
Stephen Gallagher 37e63a09a3
Update to Node.js 16.14.1
Drop corepack

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2022-03-17 12:26:51 -04:00
Stephen Gallagher 0ee3e7e83c
Update to Node.js 16.14.0
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2022-02-08 15:55:05 -05:00
Stephen Gallagher b699bdb677
Update npm to 8.3.1 (CVE-2021-43616)
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2022-02-03 16:25:10 -05:00
Stephen Gallagher 6198b7db15
Bundle zlib on EPEL 7
RHEL 7 has zlib 1.2.7, which is too old for NPM.

RHEL 7 is upgrading from 4.x, so we need to re-add the pretrans
scriptlet for npm.

Also clean up and simplify some of the various version macros.

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2022-01-19 14:13:28 -05:00
Stephen Gallagher 97203e0629
Improper handling of URI Subject Alternative Names (Medium)(CVE-2021-44531)
Certificate Verification Bypass via String Injection (Medium)(CVE-2021-44532)
Incorrect handling of certificate subject and issuer fields (Medium)(CVE-2021-44533)
Prototype pollution via `console.table` properties (Low)(CVE-2022-21824)

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2022-01-11 14:24:23 -05:00
Stephen Gallagher 7a3f77a0c3
Update to 16.13.1
https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V16.md#16.13.1
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2021-12-02 08:06:21 -05:00
Stephen Gallagher a2ee1ccfdd
Update to 16.13.0
https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V16.md#16.13.0
Add support for epel8

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2021-11-05 14:56:57 -04:00
Stephen Gallagher aba90e54b0
Update to 16.12.0
https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V16.md#16.12.0
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2021-10-25 09:58:28 -04:00
Stephen Gallagher 4c556b450b
Update to 16.11.1
https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V16.md#16.11.0
https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V16.md#16.11.0

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2021-10-13 15:11:35 -04:00
Stephen Gallagher e13a2ee556
Update to 16.10.0
https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V16.md#16.10.0
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2021-09-23 16:16:56 -04:00
Stephen Gallagher 97563f52cd
Update to 16.9.1
Add experimental 'corepack' tool
https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V16.md#16.9.0
https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V16.md#16.9.1

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2021-09-13 17:05:10 -04:00
Stephen Gallagher d4c00004d5
Update to 16.8.0
https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V16.md#16.8.0
https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V16.md#16.7.0
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2021-08-31 13:57:07 -04:00
Stephen Gallagher 41ef8447a8
Update to 16.6.2
https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V16.md#16.6.2

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2021-08-11 16:36:32 -04:00
Stephen Gallagher a659677e3a
Update to 16.6.1
https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V16.md#16.6.1
Fixes v8 regression introduced in 16.6.0

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2021-08-03 11:13:30 -04:00
Stephen Gallagher 72af3e7809
Update to 16.6.0
https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V16.md#16.6.0

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2021-08-02 08:59:07 -04:00
Stephen Gallagher 9285d83020
Update to 16.5.0
https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V16.md#16.5.0

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2021-07-20 16:08:20 -04:00
Stephen Gallagher 7b85cf7acc
Update to 16.4.1
https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V16.md#16.4.1

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2021-07-01 14:07:44 -04:00
Stephen Gallagher 4057b49b1e
Update to 16.4.0
https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V16.md#16.4.0

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2021-06-23 16:24:50 -04:00
Stephen Gallagher f02a2195c9
Update to 16.3.0
https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V16.md#16.3.0

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2021-06-04 10:55:20 -04:00
Stephen Gallagher 18a648f82c
Update to 16.2.0
https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V16.md#16.2.0
Fix changelog version numbers

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2021-05-19 09:17:00 -04:00
Stephen Gallagher 9f9d592a89
Update to 16.1.0
- Update to 16.1.0
- https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V16.md#16.1.0
- Drop upstreamed patch

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2021-05-04 17:10:37 -04:00
Stephen Gallagher 49aeab92f0
First release of Node.js 16.x
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2021-04-29 09:41:42 -04:00
Stephen Gallagher 37e035e768
Update to 14.16.1
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2021-04-08 12:23:11 -04:00
Stephen Gallagher a630cd6af9
Update to 14.16.0
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2021-02-23 13:53:36 -05:00
Stephen Gallagher 74b49c257f
Update to 14.15.4
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2021-01-04 15:18:59 -05:00
Stephen Gallagher d4fae2de5a
Update to 14.15.1
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2020-12-02 20:53:53 -05:00
Stephen Gallagher ab1676bdb3
Update to 14.14.0
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2020-10-19 09:37:56 -04:00
Stephen Gallagher 52d3230036
Update to 14.13.1
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2020-10-09 09:44:18 -04:00
Stephen Gallagher 2cd44ffc6b
Update to 14.13.0
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2020-10-01 13:36:57 -04:00
Stephen Gallagher 227926069c Update to 14.11.0
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2020-09-16 08:22:20 -04:00
Stephen Gallagher f2dbb7e6ed
Update to 14.10.0
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2020-09-08 14:13:55 -04:00
Stephen Gallagher 82bd0f8d94
Update to 14.7.0
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2020-07-31 12:03:11 -04:00
Stephen Gallagher 9a5b2eee9f
Update to 14.5.0
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2020-07-07 11:33:57 -04:00
Zuzana Svetlikova 78887f1479 Security update to 14.4.0 2020-06-03 22:33:35 +02:00
Stephen Gallagher 803540893e
Update to 14.3.0
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2020-05-21 17:03:50 -04:00
Stephen Gallagher da95035952
Update to 14.2.0
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2020-05-06 07:37:03 -04:00
Stephen Gallagher bb1d7b3d19
Update to 14.1.0
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2020-04-29 15:10:09 -04:00
Zuzana Svetlikova f27023550f Update to v14, don't use python sed scripts 2020-04-24 01:29:26 +02:00
Zuzana Svetlikova 3f06b08f13 Update to v13.13.0, add new Provides/Requires, remove icustrip patch, update nodejs-tarball 2020-04-17 15:08:52 +02:00
Stephen Gallagher aadc802d26
Update to 13.11.0
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2020-03-16 08:11:14 -04:00
Stephen Gallagher 6dcddc3699
Release Node.js 13.9.0
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2020-02-25 11:22:47 -05:00
Stephen Gallagher 21fad4d53b
Update to 12.16.1
Fixes six regressions introduced in 12.16.0

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2020-02-25 10:04:14 -05:00
Stephen Gallagher 0c25ed4a83
Update to 12.16.0
Drop upstreamed patch

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2020-02-14 09:35:51 -05:00
Stephen Gallagher dc276a246e
Update to 12.15.0
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2020-02-06 10:51:27 -05:00
Stephen Gallagher 39cd045bf5
Update to 12.14.1
https://github.com/nodejs/node/blob/v12.14.1/doc/changelogs/CHANGELOG_V12.md

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2020-01-07 20:01:47 -05:00
Stephen Gallagher f0e2a1ed46
Update to 12.14.0
- https://github.com/nodejs/node/blob/v12.14.0/doc/changelogs/CHANGELOG_V12.md
- Add new subpackage nodejs-full-i18n to enable optional non-English locale
  support
- New NPM manpage packaging

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2020-01-07 09:19:25 -05:00
Stephen Gallagher ac499c11f6
Update to 12.13.1
https://github.com/nodejs/node/blob/v12.13.1/doc/changelogs/CHANGELOG_V12.md

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2019-12-02 11:57:51 -05:00
Stephen Gallagher 24df70972b
Add proper i18n support
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2019-11-06 13:10:19 -05:00