8 Commits

Author SHA256 Message Date
4e7bcdb27e - npm-v6.14.13.tar.gz: update to npm 6.14.13 fixing
* fixes ssri Regular Expression Denial of Service and
    hosted-git-info Regular Expression Denial of Service
    (bsc#1187976, bsc#1187977, CVE-2021-27290, CVE-2021-23362)
  * fixes  y18n Prototype Pollution (bsc#1184450, CVE-2020-7774)
  
- CVE-2020-15095.patch, minimist.patch: obsoleted by above

OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/nodejs8?expand=0&rev=175
2021-07-06 15:07:41 +00:00
9472d098fa OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/nodejs8?expand=0&rev=165 2020-08-10 17:02:51 +00:00
Karl Cheng
a0ed2e3501 OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/nodejs8?expand=0&rev=21 2017-08-01 05:12:36 +00:00
Karl Cheng
329247211e - Modify versioned.patch:
* Add support for new npx binary introduced in npm 5.3.0,
   versioned as `/usr/bin/npx8`.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/nodejs8?expand=0&rev=20
2017-08-01 04:59:41 +00:00
Karl Cheng
f4908e2974 - 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)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/nodejs8?expand=0&rev=18
2017-07-27 13:15:52 +00:00
0e079b34db - 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)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/nodejs8?expand=0&rev=15
2017-07-07 14:16:59 +00:00
431e0d5dd0 Fix hardcoded object paths to make everything compile
OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/nodejs8?expand=0&rev=13
2017-07-06 15:57:15 +00:00
ab060bf694 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/nodejs8?expand=0&rev=10
2017-07-06 12:34:07 +00:00