aboutsummaryrefslogtreecommitdiffstats
path: root/main/nodejs
Commit message (Collapse)AuthorAgeFilesLines
* main/nodejs: fix man pages to have npm- prefixJakub Jirutka2020-02-071-1/+9
|
* main/nodejs: upgrade to 12.15.0Jakub Jirutka2020-02-071-2/+6
|
* main/nodejs: upgrade to 12.14.1Andy Postnikov2020-01-111-2/+2
|
* main/nodejs: upgrade to 12.14.0Tim Brust2019-12-181-3/+3
|
* main/nodejs: upgrade to 12.13.1Tim Brust2019-11-201-3/+3
|
* main/nodejs: add npm subpackageLeo2019-11-021-2/+2
| | | | | | | | 83248509e4 (main/nodejs: upgrade to 12.13.0, 2019-10-28) by accident deleted the npm subpackage, which is used as a dependency on other packeges. The npm function itself was not removed. Closes !1031
* main/nodejs: upgrade to 12.13.0Tim Brust2019-10-293-23/+35
|
* main/nodejs: upgrade to 10.16.3Philippe Schommers2019-08-261-2/+11
| | | | ref #10759
* main/nodejs: upgrade to 10.16.2Andy Postnikov2019-08-081-2/+2
|
* main/nodejs: upgrade to 10.16.1Tim Brust2019-08-061-2/+2
|
* main/nodejs: re-add contrib tagEivind Uggedal2019-06-051-1/+1
| | | | I used to maintaine nodejs.
* main/nodejs: upgrade to 10.16.0Tim Brust2019-06-051-3/+3
|
* main/nodejs: add secinfoLeonardo Arena2019-04-121-0/+2
|
* orphan all of my packagesWilliam Pitcock2019-03-261-1/+1
|
* main/nodejs: upgrade to 10.15.3Natanael Copa2019-03-071-2/+2
|
* main/nodejs: upgrade to 10.15.1Andy Postnikov2019-03-071-2/+2
|
* main/nodejs: upgrade to 10.14.2Tim Brust2018-12-201-2/+2
|
* main/nodejs: pass -latomic depending on host_archalpine-mips-patches2018-12-182-17/+9
| | | | Check host_arch not target_arch to decide whether -latomic is necessary.
* main/nodejs: upgrade to 10.14.1Tim Brust2018-12-051-2/+2
|
* main/nodejs: fix build on mips{el} (-latomic), disable on mips64*info@mobile-stream.com2018-11-302-3/+33
| | | | | | | | | | | | 1) Add the usual -latomic for pre-R6 MIPS32. 2) Alpine mips64* definitions assume MIPS III but nodejs wants MIPS32 at least and can actually generate instructions missing in MIPS III, e.g. movn/movz. There is also some support for Loongson 2 (which is a MIPS III CPU) however it apparently always targets hard-float O32 ABI so be safe and disable build on mips64* completely. Keep pkgrel intact since no previously built mips* apks exist and changes are strictly mips-specific.
* main/nodejs: upgrade to 10.14.0Tim Brust2018-11-291-2/+8
|
* main/nodejs: upgrade to 10.13.0Andy Postnikov2018-11-082-8/+8
|
* main/nodejs: upgrade to 8.12.0Andy Postnikov2018-09-131-2/+2
|
* main/nodejs: security upgrade to 8.11.4Tim Brust2018-08-161-3/+5
|
* main/libuv: upgrade to 1.22.0 and rebuild dependent packagesprspkt2018-07-221-1/+1
|
* main/openssl: rename to openssl1.0 and update dependent aportsJakub Jirutka2018-07-081-1/+1
|
* main/libuv: upgrade to 1.21.0 and rebuild dependent packagesJakub Jirutka2018-07-081-1/+1
|
* main/nodejs: rename subpackage nodejs-npm to npmJakub Jirutka2018-06-221-4/+5
| | | | | | | npm is bundled in node.js, but it's a standalone project with its own release cycle. This aport provides LTS version of node.js, i.e. an old npm version. So it'd be better to extract it into a separate aport; this is a preparation for that.
* main/nodejs: security upgrade to 8.11.3Jakub Jirutka2018-06-131-2/+6
|
* main/nodejs: upgrade to 8.11.2Jakub Jirutka2018-05-161-3/+3
|
* main/libuv: upgrade to 1.20.2 and rebuild dependent aportsTBK2018-04-281-1/+1
|
* main/openssl: rebuild packages that link openssl staticallyAndy Postnikov2018-04-011-1/+1
|
* main/nodejs: upgrade to 8.11.1Jakub Jirutka2018-03-311-3/+3
|
* main/nodejs: rebuild against http-parser 2.8.0Jakub Jirutka2018-03-301-1/+1
|
* main/nodejs: sort secfixes in descending order for consistencyJakub Jirutka2018-03-301-7/+7
|
* main/nodejs: upgrade to 8.11.0Andy Postnikov2018-03-301-2/+6
|
* main/nodejs: upgrade to 8.10.0Tim Brust2018-03-081-2/+2
|
* main/nodejs: upgrade to 8.9.4Tim Brust2018-01-041-3/+3
|
* main/nodejs: move npx executable to -npm subpkgJakub Jirutka2017-12-241-2/+2
| | | | | | This removes unintentional dependency of nodejs on nodejs-npm. Fixes #8289
* main/nodejs: security upgrade to 8.9.3Jakub Jirutka2017-12-091-2/+5
| | | | | | | See: https://nodejs.org/en/blog/vulnerability/december-2017-security-releases/ CVE-2017-3738 does not affect our package, because we don't use bundled OpenSSL library. I'm not sure about CVE-2017-15896.
* main/nodejs: upgrade to 8.9.2Tim Brust2017-12-071-2/+2
|
* main/*: fix homepage url and source from http:// to https://Jakub Jirutka2017-11-191-1/+1
| | | | | | | Most of these updates is based on data from https://repology.org/, detection based on permanent redirect from http:// to https://. $source urls are updated when they contain $url as substring.
* main/nodejs: upgrade to 8.9.1Tim Brust2017-11-081-2/+2
|
* main/nodejs: add provides=nodejs-current-npm to -npm subpackageJakub Jirutka2017-10-311-0/+1
| | | | This is just for a backward compatibility.
* main/nodejs: upgrade to 8.9.0Jakub Jirutka2017-10-313-48/+17
| | | | Closes https://bugs.alpinelinux.org/issues/8008
* main/nodejs: upgrade to 6.11.5Tim Brust2017-10-271-2/+4
|
* main/nodejs: upgrade to 6.11.4Tim Brust2017-10-061-2/+2
|
* main/nodejs: upgrade to 6.11.3Jakub Jirutka2017-09-301-2/+2
|
* main/nodejs: upgrade to 6.11.2Tim Brust2017-08-151-3/+3
|
* main/nodejs: add secfixesJakub Jirutka2017-07-141-0/+5
|