Revisions of nodejs8
Adam Majer (adamm)
committed
(revision 25)
Adam Majer (adamm)
committed
(revision 24)
Don't delete update-alternative links on upgrades
Adam Majer (adamm)
committed
(revision 23)
- Update gcc requiremnts for NodeJS 8.x
Karl Cheng (qantas94heavy)
committed
(revision 22)
Fix unpackaged file warning
Karl Cheng (qantas94heavy)
committed
(revision 21)
Karl Cheng (qantas94heavy)
committed
(revision 20)
- Modify versioned.patch: * Add support for new npx binary introduced in npm 5.3.0, versioned as `/usr/bin/npx8`.
Karl Cheng (qantas94heavy)
committed
(revision 19)
Replace the old tar.xz file
Karl Cheng (qantas94heavy)
committed
(revision 18)
- New upstream release 8.2.1 * http: Writes no longer abort if the Socket is missing. * process, async_hooks: Avoid problems when triggerAsyncId is undefined. * zlib: Streams no longer attempt to process data when destroyed. - Changes in upstream release 8.2.0 * async_hooks: Multiple improvements to Promise support in async_hooks have been made. * build: The compiler version requirement to build Node with GCC has been raised to GCC 4.9.4. [820b011ed6] #13466 * cluster: Users now have more fine-grained control over the inspector port used by individual cluster workers. Previously, cluster workers were restricted to incrementing from the master's debug port. [dfc46e262a] #14140 * dns: + The server used for DNS queries can now use a custom port. [ebe7bb29aa] #13723 + Support for dns.resolveAny() has been added. [6e30e2558e] #13137 * npm: The npm CLI has been updated to version 5.3.0. In particular, it now comes with the npx binary, which is also shipped with Node. - Refresh versioned.patch robust solution is found. (bnc#1048299, CVE-2017-11499)
Adam Majer (adamm)
committed
(revision 17)
Update update-alternative names
Adam Majer (adamm)
committed
(revision 16)
Security upstream release updates
Adam Majer (adamm)
committed
(revision 15)
- Depend on nodejs-common that is then used to pick correctly versioned node or npm binary. This is required since 3rd party modules use `/usr/bin/env node` which breaks if multiple versions of NodeJS are installed at the same time and non-default version is used (for example, to compile a native module)
Adam Majer (adamm)
committed
(revision 14)
Regresh patch so it applies without any offset again
Adam Majer (adamm)
committed
(revision 13)
Fix hardcoded object paths to make everything compile
Adam Majer (adamm)
committed
(revision 12)
Remove obsolete paths from shipped directories and fix update-alternative priorities
Adam Majer (adamm)
committed
(revision 11)
Fix case typo
Adam Majer (adamm)
committed
(revision 10)
- npm_search_paths.patch: Since concurrent installations are now possible, node manual pages are moved once again back under npm searcheable locations only. - versioned.patch: All files are now under versioned directoies and names. node and npm symlinks are now managed by update-alternatives - node-gyp-addon-gypi.patch: Reference versioned directories only
Adam Majer (adamm)
committed
(revision 9)
- New upstream version 8.1.3 * Stream regression fixed - The finish event will now always be emitted after the error event if one is emitted * Stream regression fixed - In object mode, readable streams can now use undefined again.
Adam Majer (adamm)
committed
(revision 8)
- New upstream version 8.1.2 * Release to fix broken process.release properties
Adam Majer (adamm)
committed
(revision 7)
- New upstream version 8.1.1 * Child processes - stdout and stderr are now available on the error output of a failed call to the util.promisify()ed version of child_process.exec. * HTTP - A regression that broke certain scenarios in which HTTP is used together with the cluster module has been fixed. * HTTPS - The rejectUnauthorized option now works properly for unix sockets. * Readline - A change that broke npm init and other code which uses readline multiple times on the same input stream is reverted.
Adam Majer (adamm)
committed
(revision 6)
- Fix typo in node-gyp-addon-gypi.patch patch - Refresh node-gyp-addon-gypi.patch
Displaying revisions 161 - 180 of 185