aboutsummaryrefslogtreecommitdiffstats
path: root/main/nodejs
Commit message (Collapse)AuthorAgeFilesLines
* main/nodejs: security upgrade to 8.14.0Jakub Jirutka2018-11-291-2/+7
| | | | See https://github.com/nodejs/node/blob/v8.14.0/doc/changelogs/CHANGELOG_V8.md
* main/nodejs: security upgrade to 8.11.4Tim Brust2018-08-161-3/+5
|
* 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
|
* main/nodejs: improve abuild and take maintainershipJakub Jirutka2017-07-141-15/+14
| | | | Eivind Uggedal is not active for a long time.
* main/nodejs: build with shared c-aresNatanael Copa2017-07-141-2/+3
|
* main/nodejs: upgrade to 6.11.1Yamagishi Kazutoshi2017-07-121-2/+2
|
* main/nodejs: upgrade to 6.11.0Tim Brust2017-06-302-90/+2
|
* main/nodejs: add very basic checkJakub Jirutka2017-05-131-1/+13
|
* main/nodejs: upgrade to 6.10.3Jakub Jirutka2017-05-131-2/+2
|
* main/nodejs: fix build on PPC when musl is used instead of glibcGustavo Romero2017-03-282-2/+31
| | | | | Musl on Power does not define regs member as a pt_regs pointer type, hence it's necessary to use member gp_regs instead.
* main/nodejs: upgrade to 6.10.1Jakub Jirutka2017-03-231-2/+2
|
* main/nodejs: upgrade to 9.10.0Jakub Jirutka2017-03-102-73/+81
|
* main/nodejs: move npm to subpackageEd Robinson2017-03-071-2/+14
|
* main/nodejs: upgrade to 6.9.5Natanael Copa2017-02-011-5/+5
|
* main/nodejs: add depends ca-certificatesTadahisa Kamijo2017-01-141-1/+3
|
* main/nodejs: upgrade to 6.9.4Leonardo Arena2017-01-061-4/+5
|
* main/nodejs: upgrade to 6.9.2Jakub Jirutka2016-12-091-4/+4
|
* main/nodejs-lts: rename to nodejsJakub Jirutka2016-11-273-0/+171
| | | | | | | | | | | | | Odd-numbered versions are supported by upstream only for 9 months. Packages in Alpine stable are supported for 2 years, so we should keep only LTS version of Node.js in stable. Therefore the former nodejs package has been renamed to nodejs-current and moved to the community repository, and this one becomes the main nodejs package. See https://github.com/nodejs/LTS#lts-schedule Related to 308944d90df71c773c958a1c5ff4ebdb240526a3
* main/nodejs: rename to nodejs-current and move to communityJakub Jirutka2016-11-273-152/+0
| | | | | | | | | | | | | | Odd-numbered versions, like this one (v7), are supported by upstream only for 9 months. When a new odd-numbered major release is cut, the previous even-numbered major version transitions to the Long Term Support plan (LTS). Packages in Alpine stable must be supported for 2 years, so we should keep only LTS version in the stable. Therefore this package is renamed to nodejs-current and moved to the community repository. The nodejs-lts package is going to be renamed to nodejs. See https://github.com/nodejs/LTS#lts-schedule
* main/nodejs: upgrade to 7.2.0Jakub Jirutka2016-11-263-72/+64
| | | | | I also rewrote patch for using system-provided CA certificates, because the patched code has changed a lot.
* main/nodejs: add depends_dev=libuvJakub Jirutka2016-11-261-2/+3
|
* main/nodejs: remove unused bundled dependenciesJakub Jirutka2016-11-262-4/+29
|
* main/nodejs: use system-provided CA certificatesJakub Jirutka2016-11-262-6/+92
|
* main/nodejs: use system provided http-parserJakub Jirutka2016-11-261-1/+2
|
* main/nodejs: improve pkgdescJakub Jirutka2016-11-261-1/+1
|
* [various] rename dependency python to python2Jakub Jirutka2016-10-261-1/+1
|
* main/nodejs: security upgrade to 6.7.0 (CVE-2016-7099). Fixes #6334Leonardo Arena2016-10-241-4/+4
|
* main/nodejs: improve abuild, fix code-styleJakub Jirutka2016-09-191-21/+14
|