Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-01-02 | user/node: Fix time64 issue on pmmx | A. Wilcox | 2 | -2/+208 | |
This patch reverts Node MR 43714[1], which broke time64 on pmmx. [1]: https://github.com/nodejs/node/pull/43714 Fixes: #935 | |||||
2022-12-27 | user/node: Disable on 32-bit PowerPC | A. Wilcox | 1 | -1/+1 | |
Unfortunately V8 does not support ppc and seemingly has no interest in adopting a port. In the future we will look for alternative JS runtimes for running workloads on ppc. We may also be able to package Node 12 since it has ppc support, with the caveat that it is not well-supported upstream and will stop receiving security updates. This is still useful for some workloads (Firefox builds, internal Homebridge, and such), perhaps. Closes: #837 | |||||
2022-12-23 | user/node: fix link failure on 32-bit platforms. | Zach van Rijn | 1 | -0/+6 | |
2022-12-23 | user/node: Update to 18.12.1 | A. Wilcox | 1 | -2/+2 | |
2022-12-23 | user/node: Update to 16.19.0; fix test, NULL deref | A. Wilcox | 4 | -3/+127 | |
* The worker-stdio test no longer raises RangeError on 32-bit Intel. * The sigint test is no longer flaky (backported from 18 branch). * The C++ Environment handler no longer segfaults when /proc is unmounted. (Submitted upstream.) Fixes: #795 | |||||
2022-10-21 | user/node: Use system ICU | A. Wilcox | 1 | -1/+1 | |
2022-10-21 | user/node: bump { 10.21.0 --> 16.15.0 }. fixes #604. | Zach van Rijn | 9 | -4426/+15 | |
2022-10-21 | user/node: patch several all-caps booleans. fixes #557. | Zach van Rijn | 2 | -2/+88 | |
2020-06-15 | user/node: [CVE] bump to 10.21.0 (#300), unvendor openssl | Max Rees | 1 | -7/+20 | |
2020-03-22 | user/node: Bump to 10.19.0 | A. Wilcox | 1 | -2/+2 | |
2020-01-14 | user/node: Bump to 10.18.0 | A. Wilcox | 1 | -5/+2 | |
2019-08-16 | user/node: [CVE] bump to 10.16.3 | A. Wilcox | 2 | -3/+25 | |
2019-08-09 | user/node: bump to 10.16.2 | A. Wilcox | 1 | -2/+2 | |
2019-04-06 | user/node: ensure PPC32 fix doesn't break PPC64 | A. Wilcox | 2 | -5/+8 | |
2019-04-06 | user/node: fix building on ppc32, and don't rebuild in package() | A. Wilcox | 3 | -2/+38 | |
2019-04-06 | user/node: new package | A. Wilcox | 6 | -0/+4312 | |