Commit Graph

465 Commits

Author SHA1 Message Date
Igor Klopov
ff942655fa drop compilation of x86 binaries 2019-05-09 05:13:52 +03:00
Igor Klopov
920d3f9c9c fix patches for node 4 and 6 2019-05-09 00:16:51 +03:00
Igor Klopov
221867b884 2.6.1 2019-05-08 02:29:13 +03:00
Igor Klopov
6c8ee3ce56 upgrade 12.1.0 to 12.2.0 2019-05-08 02:28:44 +03:00
Igor Klopov
b4a05d15f3 2.6.0 2019-05-07 19:09:50 +03:00
Igor Klopov
97c52fe8cf disable MAGIC_NUMBER_MISMATCH in all patches 2019-05-07 01:11:22 +03:00
Igor Klopov
00c3a742ce fix node.exe placement for node 12 2019-05-07 00:57:29 +03:00
Igor Klopov
b5a1eec53d there is no noperfctr in node 12. also nosign is redundant 2019-05-07 00:56:56 +03:00
Igor Klopov
8b36b70e00 adjust node 12 patch to worker_threads 2019-05-07 00:54:15 +03:00
Igor Klopov
2665896bbb account modules=72 in verify.js 2019-05-06 20:09:15 +03:00
Igor Klopov
2101486293 update 4.8.5 to 4.9.1 2019-05-06 19:51:32 +03:00
Igor Klopov
2ef9734a9d update 6.11.5 to 6.17.1 2019-05-06 19:39:28 +03:00
Igor Klopov
094ae4447d update 8.11.3 to 8.16.0 2019-05-06 19:34:48 +03:00
Igor Klopov
4b85386fad remove patches for 10.4.1 and 8.9.0 2019-05-06 19:31:06 +03:00
Igor Klopov
d98cb29f83 patch for node 12.1.0 2019-05-06 19:29:37 +03:00
Igor Klopov
b80b344757 2.5.8 2019-04-16 13:53:36 +03:00
Igor Klopov
8a76030418 upgrade dependencies 2019-04-16 13:53:23 +03:00
Igor Klopov
141c2cdbad package.json: use prepare and prepublishOnly 2019-04-16 13:34:38 +03:00
Igor Klopov
0a9a21debc
node 10.15.3 (#62)
* support of node 10.15.3

* fix semver sorting
2019-04-16 13:26:55 +03:00
Cnaik
e92d324624 Adding support for s390x Architecture (#56)
* Update build.js

* Update system.js
2019-04-16 04:07:06 +03:00
Daniel Cohen Gindi
a3c763c8c5 Avoid leaking more info about node.js into ETW (#61)
* Avoid leaking more info about node.js into ETW

* Avoid leaking node.js information into perfctr
2019-04-16 04:05:57 +03:00
Igor Klopov
c32b589de5 2.5.7 2019-01-10 23:00:02 +03:00
Rob Cresswell
1a3454cd75 Update dependencies and remove fixed versioning (#54)
This patch updates some deps with non-major version changes, and also
relaxes the versioning used in the package.json to allow bugfix
releases.

Using pinned versions is probably a well intentioned but naive
restriction that prevents a consumer from automatically receiving
security fixes unless the package author approves them, which can take a
long time. Pinned dependencies don't work in Node-land anyway, as NPM
will happily give you multiple copies of a specific library at different
versions, and pins do also not prevent transitive dependencies from
including version ranges anyway. For these reasons, it is more a
security risk than a reliability insurance.
2019-01-10 20:51:14 +03:00
Igor Klopov
03f551cd53 adjust tests 2018-06-18 14:10:55 +03:00
Igor Klopov
76bb1d159a 2.5.6 2018-06-18 14:03:03 +03:00
Igor Klopov
768bdd9ac4 adjust for updated v8 in 8.11 2018-06-18 12:26:09 +03:00
Igor Klopov
74347211e6 added symmetric assert (that will probably run first) 2018-06-18 01:06:54 +03:00
Igor Klopov
1eff81ca81 added forgotten patch for code-serializer.cc 2018-06-18 00:13:55 +03:00
Igor Klopov
f953495a65 macos compatibility 2018-06-17 19:29:41 +03:00
Igor Klopov
07202c248b Revert "add --depth=1 to git clone command (#30)"
This reverts commit 99d9460a05.
2018-06-17 16:39:19 +03:00
Qix
99d9460a05 add --depth=1 to git clone command (#30) 2018-06-17 16:23:55 +03:00
Igor Klopov
181d398c2a remove 9.2.1 and 10.1.0, add 8.11.3 and 10.4.1 2018-06-17 16:21:58 +03:00
Igor Klopov
31ecf102a7 don't upload already uploaded assets 2018-06-17 15:26:49 +03:00
Igor Klopov
2400e17159 2.5.5 2018-05-15 12:04:30 -07:00
Igor Klopov
c0e12679ba add node 10 patch to the list 2018-05-14 22:14:25 -07:00
Igor Klopov
3efa8a597b remove ignition prototype patch 2018-05-14 22:12:11 -07:00
Igor Klopov
0a12f92297 fix https://github.com/zeit/pkg/issues/62 for node 10 2018-05-14 22:11:13 -07:00
Igor Klopov
2d48c8e13f fix 'new Buffer' warning 2018-05-14 19:05:34 -07:00
Igor Klopov
a85d5b1ecf bump dependencies 2018-05-14 18:32:42 -07:00
Igor Klopov
026efea4ce support node 10 2018-05-14 18:28:31 -07:00
Igor Klopov
2de056c966 2.5.4 2017-12-13 16:14:28 +03:00
Igor Klopov
97d3721f08 nodejs 9.1.0 -> 9.2.1 2017-12-13 16:14:00 +03:00
Igor Klopov
d9711d32b8 2.5.3 2017-11-09 17:18:18 +03:00
Josh Junon
d782e49d4e check ldd stderr instead of stdout 2017-11-09 06:13:34 -08:00
Igor Klopov
d9d1fe0c5a fix detecting alpine. thanks to @Qix- 2017-11-09 16:17:08 +03:00
Igor Klopov
6a7589ebdf nodejs 9.0.0 -> 9.1.0 2017-11-09 15:43:32 +03:00
Igor Klopov
a26e5e92bc 2.5.1 2017-11-03 19:58:06 +03:00
Igor Klopov
6f583ac0e2 PKG_DUMMY_ENTRYPOINT and PKG_INVOKE_NODEJS for 0.12.18 2017-11-03 18:58:45 +03:00
Igor Klopov
f57a36b1b9 PKG_DUMMY_ENTRYPOINT and PKG_INVOKE_NODEJS for 4.8.5 2017-11-03 18:26:11 +03:00
Igor Klopov
2942424e6c node 4.8.4 -> 4.8.5 2017-11-03 18:20:23 +03:00