Commit Graph

363 Commits

Author SHA1 Message Date
Stephen Gallagher
95a3bb3361
Update to 12.8.1
Resolves: CVE-2019-9511 "Data Dribble"
Resolves: CVE-2019-9512 "Ping Flood"
Resolves: CVE-2019-9513 "Resource Loop"
Resolves: CVE-2019-9514 "Reset Flood"
Resolves: CVE-2019-9515 "Settings Flood"
Resolves: CVE-2019-9516 "0-Length Headers Leak"
Resolves: CVE-2019-9517 "Internal Data Buffering"
Resolves: CVE-2019-9518 "Empty Frames Flood"
https://github.com/nodejs/node/blob/v12.8.1/doc/changelogs/CHANGELOG_V12.md#12.8.1

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2019-08-15 11:19:02 -04:00
Stephen Gallagher
a2b8a18f3d
Fix epoch dependencies
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2019-08-05 11:55:48 -04:00
Stephen Gallagher
3e9a5a1b83
Carry bundled ICU data
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2019-08-05 11:22:13 -04:00
Stephen Gallagher
7cfea04abb
Fix v8-devel release field
The current approach would result in reusing the same ENVR for
v8-devel any time the nodejs release field was reused and the
v8 version provided did not change. This is the same approach
we use for NPM to avoid this problem.

We need to bump the v8-devel epoch because
v8-devel-7.5.288.22-2.fc31 > v8-devel-7.5.288.22-1.12.7.0.1.fc31

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2019-08-02 08:36:32 -04:00
Stephen Gallagher
3952fecde8
Update to 12.7.0
https://nodejs.org/en/blog/release/v12.7.0/

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2019-08-01 15:50:33 -04:00
Tom Hughes
41276ef42a Disable bootstrap mode 2019-07-31 10:54:19 +01:00
Tom Hughes
c16cb38c5a Enable bootstrap mode 2019-07-31 08:42:22 +01:00
Tom Hughes
517073eb59 Remove redundant commented out code and document enabling bootstrap 2019-07-31 08:39:19 +01:00
Tom Hughes
7de27387d9 Define %baserelease to help rpmdev-bumpspec 2019-07-31 08:32:42 +01:00
Miro Hrončok
1cd522fb38 Make the inter-package dependencies work after next mass rebuild
This makes sure the dependencies are specified in a way that won't break
next time:

- when possible, use %{version}-%{release} directly to avoid inconsistency
- for npm, make the dependency >= without %{?dist}
  - that makes sure it works even with minorbumps
  - npm already requires nodejs == E:V-R, so this won't break

Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1734582
2019-07-31 02:03:40 +02:00
Tom Hughes
ba96d36947 Bump release to fix dependencies 2019-07-31 00:58:15 +01:00
Fedora Release Engineering
49f73cc2e8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-07-25 18:46:00 +00:00
Stephen Gallagher
0217ef1931
Update to 12.6.0
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2019-07-23 13:35:49 -04:00
Stephen Gallagher
e892c5e9c5
Update to 12.5.0
https://nodejs.org/en/blog/release/v12.5.0/

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2019-06-27 12:34:57 -04:00
Stephen Gallagher
c720837b1e
Update to 12.4.0
https://nodejs.org/en/blog/release/v12.4.0/

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2019-06-04 14:55:17 -04:00
Stephen Gallagher
11b4e1cf84
Update to 12.3.1
https://nodejs.org/en/blog/release/v12.3.1/
https://nodejs.org/en/blog/release/v12.3.0/

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2019-05-25 09:07:44 -04:00
Stephen Gallagher
61ea09b3c2
Update to 12.2.0
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2019-05-15 20:05:54 -04:00
Stephen Gallagher
a724e42805
Update to 12.1.0
https://nodejs.org/en/blog/release/v12.1.0/

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2019-04-30 08:52:10 -04:00
Stephen Gallagher
bfa1e93cd6
Fix upgrade bug for v8-devel (BZ #1702609)
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2019-04-24 09:28:16 -04:00
Stephen Gallagher
8d55b79675
Properly replace v8-devel includes with symlinks
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2019-04-24 08:59:37 -04:00
Stephen Gallagher
76581ac1db
Add Buildrequires: libatomic
s390x requires it to link properly and it's not harmful to have it
available on all arches. Not making it conditional in case it
would cause issues on a future archicture.

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2019-04-23 21:29:02 -04:00
Stephen Gallagher
ff8041427b
Node.js 12.x requires OpenSSL 1.1.1+
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2019-04-23 17:30:36 -04:00
Stephen Gallagher
1d1dc74d36
Release 12.0.0
- https://nodejs.org/en/blog/release/v12.0.0/

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2019-04-23 14:07:21 -04:00
Stephen Gallagher
302af5c550
Fix libnode soversion
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2019-04-11 20:02:40 -04:00
Stephen Gallagher
8c0820b716
Merge branch '10' into 11 2019-04-11 15:24:13 -04:00
Stephen Gallagher
ce85601415
Update to 11.13.0
https://nodejs.org/en/blog/release/v11.13.0/
https://nodejs.org/en/blog/release/v11.12.0/
https://nodejs.org/en/blog/release/v11.11.0/

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2019-04-11 11:30:21 -04:00
Stephen Gallagher
1fa28cdbc4
Rebase patches for 10.15.3
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2019-04-09 21:25:58 -04:00
Stephen Gallagher
b8917d838d
Update to 10.15.3
https://nodejs.org/en/blog/release/v10.15.3/

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2019-04-09 20:38:40 -04:00
Stephen Gallagher
c29f89eb9a
Split libnode into a nodejs-libs subpackage
Clean up provides and epoch

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2019-04-09 15:37:30 -04:00
Elliott Sales de Andrade
d3df05b0b2
Add v8 compatibility subpackage. 2019-04-09 10:36:33 -04:00
Elliott Sales de Andrade
3dd1c93fd4
Build with a shared library. 2019-04-09 10:36:33 -04:00
Elliott Sales de Andrade
f8ff2da483
Drop the debug executable. 2019-04-09 10:36:33 -04:00
Stephen Gallagher
6c9d2762c9
Update to 11.10.1
https://nodejs.org/en/blog/release/v11.10.1/
https://nodejs.org/en/blog/release/v11.10.0/
https://nodejs.org/en/blog/release/v11.9.0/
https://nodejs.org/en/blog/release/v11.8.0/

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2019-03-01 13:27:31 -05:00
Stephen Gallagher
89005563c3
Update to 10.15.2
- https://nodejs.org/en/blog/release/v10.15.1/
- https://nodejs.org/en/blog/release/v10.15.2/

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2019-03-01 13:02:37 -05:00
Stephen Gallagher
f7fc361214
Update to 11.7.0
https://nodejs.org/en/blog/release/v11.7.0/
https://nodejs.org/en/blog/release/v11.6.0/
https://nodejs.org/en/blog/release/v11.5.0/
https://nodejs.org/en/blog/release/v11.4.0/

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2019-01-18 11:17:43 -05:00
Stephen Gallagher
494dea3b5f
Update to 10.15.0
https://nodejs.org/en/blog/release/v10.15.0/

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2019-01-02 15:18:55 -05:00
Stephen Gallagher
f11d0d2aec
Update to 11.3.0
- https://nodejs.org/en/blog/release/v11.2.0/
- https://nodejs.org/en/blog/release/v11.3.0/

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2018-11-29 14:17:57 -05:00
Stephen Gallagher
233eace07d
Update to 10.14.1
- https://nodejs.org/en/blog/release/v10.14.0/
- https://nodejs.org/en/blog/release/v10.14.1/

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2018-11-29 13:27:25 -05:00
Stephen Gallagher
01611e2acd
Update to 11.1.0
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2018-11-02 12:55:46 -04:00
Stephen Gallagher
14f1ffd298
Merge branch '10' into 11 2018-11-01 13:14:00 -04:00
Stephen Gallagher
10895e3e40
Disable debug on Power64 and s390x again
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2018-11-01 13:13:06 -04:00
Stephen Gallagher
060018482e
Update to 11.0.0
https://nodejs.org/en/blog/release/v11.0.0/

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2018-11-01 11:27:37 -04:00
Stephen Gallagher
cd261bf1e2
Update to 10.13.0
https://nodejs.org/en/blog/release/v10.13.0/
2018-11-01 11:14:34 -04:00
Stephen Gallagher
f69c68938d
Update to 10.12.0
https://nodejs.org/en/blog/release/v10.12.0/

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2018-10-11 14:52:50 -04:00
Stephen Gallagher
1ef3fee900
Merge branch 'pr2' into 10 2018-10-11 12:45:28 -04:00
Jan Staněk
9987cc4221
Add non-bootstrap BR for nodejs-packaging 2018-10-11 14:22:01 +02:00
Stephen Gallagher
4995ef7018
Fix libuv dependency
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2018-09-21 19:55:25 -04:00
Stephen Gallagher
d1243a55a4
Update to 10.11.0
https://nodejs.org/en/blog/release/v10.11.0/

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2018-09-20 10:33:34 -04:00
Stephen Gallagher
f16535f82a
Fix missing quotes
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2018-09-20 08:39:14 -04:00
Stephen Gallagher
4614b5fef1
Really, finally fix npm dep executable permissions
Resolves: rhbz#1630937

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2018-09-19 11:35:41 -04:00