Stephen Gallagher
b3927cb512
Update to 14.20.1
...
https://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V14.md#14.20.1
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2022-10-04 16:35:01 -04:00
Stephen Gallagher
3dd7b0d052
Update to Node.js 14.20.0
...
https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V14.md#14.20.0
Switch build-system to ninja
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2022-08-15 17:48:01 -04:00
Stephen Gallagher
6676c988e4
Update to Node.js 14.19.3
...
https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V14.md#14.19.3
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2022-05-17 16:21:55 -04:00
Stephen Gallagher
9736e5c7ff
Drop executable bit on powershell scripts (bz2053637)
...
Add gating.yaml for installability and dependency checks
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2022-02-11 16:04:29 -05:00
Stephen Gallagher
5e3a093b69
Package corepack properly.
...
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2022-02-02 10:52:13 -05:00
Stephen Gallagher
3142e4fd2c
Merge branch 'f34' into merge-14
2022-02-02 09:09:37 -05:00
Stephen Gallagher
39859d8db2
Update to Node.js 14.19.0
...
Node.js now includes Corepack
ICU has been updated to 70.1
New option (--no-addons) to disable loading of native addons
Updated Root Certificates
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2022-02-02 09:05:09 -05:00
Stephen Gallagher
eff891bff8
F33 is EOL
...
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2022-01-11 14:42:45 -05:00
Stephen Gallagher
6385329a48
Security release 14.18.3
...
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:41:52 -05:00
Stephen Gallagher
5a486bc17a
Update to bugfix release 14.18.2
...
Fixes a regression in DNS lookups of CNAME records with an underscore
https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V14.md#14.18.2
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2021-12-09 12:58:55 -05:00
Stephen Gallagher
1da35a464c
Update to security release 14.18.1
...
https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V14.md#14.18.1
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2021-10-14 08:18:42 -04:00
Stephen Gallagher
9e8f2f585a
Guarantee the use of OpenSSL 1.1
...
Fixes module build on Fedora 36
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2021-09-28 19:33:21 -04:00
Stephen Gallagher
2df714dec8
Update to 14.18.0
...
https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V14.md#14.18.0
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2021-09-28 15:09:16 -04:00
Stephen Gallagher
2762913719
Update to 14.17.6
...
https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V14.md#14.17.6
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2021-08-31 14:03:50 -04:00
Stephen Gallagher
c17aa05935
Update to 14.17.5
...
https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V14.md#14.17.5
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2021-08-11 16:44:37 -04:00
Stephen Gallagher
65247479bf
Update to 14.17.2
...
https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V14.md#14.17.4
https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V14.md#14.17.3
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2021-08-02 09:06:35 -04:00
Stephen Gallagher
872210df42
Build with system version of jinja2 to avoid issues with Python 3.10
...
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2021-07-02 08:23:46 -04:00
Stephen Gallagher
18c0b517ec
Use system version of jinja2 during build
...
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2021-07-02 08:22:29 -04:00
Stephen Gallagher
9e196c1854
Update to 14.17.2
...
https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V14.md#14.17.2
https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V14.md#14.17.1
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2021-07-01 14:15:02 -04:00
Stephen Gallagher
3d8af661ad
Update to 14.17.0
...
https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V14.md#14.17.0
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2021-05-17 11:18:02 -04:00
Stephen Gallagher
b3a32a1738
Truncate %changelog
...
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2021-04-20 09:43:10 -04:00
Stephen Gallagher
32edd143c2
Disable stack execution
...
Resolves: rhbz#1950528
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2021-04-20 09:41:38 -04:00
Stephen Gallagher
4fb0644412
Simplify handling of unversioned python
...
Now that /usr/bin/python == python3, we can just BR: the
python-unversioned-command package instead of doing a complicated
search and replace through the codebase.
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2021-04-20 09:36:01 -04:00
Stephen Gallagher
3ce811c32f
Merge branch '14' into rawhide
2021-04-08 12:26:38 -04:00
Stephen Gallagher
0e63a14983
Fix package.cfg
...
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2021-04-08 12:25:10 -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
Jonathan Wakely
d51feaec0d
Rebuilt for removed libstdc++ symbols ( #1937698 )
2021-03-31 17:35:43 +01:00
Jonathan Wakely
92241ac4b0
Rebuilt for removed libstdc++ symbol ( #1937698 )
2021-03-30 19:38:26 +01:00
Zuzana Svetlikova
acd5c9b9fe
Only require nodejs-packaging on Fedora
...
remove --debug-nghttp2 (#1930775 )
always build with systemtap
2021-03-19 14:19:49 +01:00
Zuzana Svetlikova
562828877e
Only require nodejs-packaging on Fedora
...
remove --debug-nghttp2 (#1930775 )
always build with systemtap
2021-03-09 13:07:32 -05:00
Zuzana Svetlikova
095039c5a9
Only require nodejs-packaging on Fedora
...
remove --debug-nghttp2 (#1930775 )
always build with systemtap
2021-03-09 18:26:30 +01:00
Stephen Gallagher
867d4da14b
Merge branch '14' into rawhide
2021-02-23 13:57:03 -05: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
Fedora Release Engineering
44f3bfe9c7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2021-01-26 21:35:49 +00:00
Tom Stellard
c2e87c4334
Add BuildRequires: make
...
https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot
2021-01-07 05:55:20 +00:00
Stephen Gallagher
9f1a56347d
Disable LTO
...
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2021-01-04 15:58:35 -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
a042b79552
Don't build with LTO on aarch64
...
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2020-10-20 08:52:25 -04: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
3781c81a5c
Add explicit setuptools dep
...
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2020-10-05 09:40:46 -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
78306ffa5a
Drop old pretrans scriptlet
...
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2020-09-17 11:55:27 -04:00
Stephen Gallagher
af60d955d9
Add package.cfg
...
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2020-09-16 08:55:53 -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
c30fcda754
Add missing symlink to files
...
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2020-09-08 16:47:01 -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
Jeff Law
0ea33eec60
Narrow LTO opt-opt to just armv7hl
2020-08-21 09:04:40 -06: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