| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
I also rewrote patch for using system-provided CA certificates, because
the patched code has changed a lot.
|
|
|