./lang/nodejs6, V8 JavaScript for clients and servers

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2017Q1, Version: 6.10.2, Package name: nodejs-6.10.2, Maintainer: filip

Node.js is an evented I/O framework for the V8 JavaScript engine. It is
intended for writing scalable network programs such as web servers.

This package holds the 6.x LTS release.


Required to run:
[devel/libexecinfo] [lang/gcc48-libs] [lang/python27] [textproc/icu] [security/openssl]

Required to build:
[sysutils/lockf] [lang/gcc48] [pkgtools/cwrappers]

Package options: openssl

Master sites:

SHA1: efc2f16c3a36ead724e2a070479a90a930e21048
RMD160: ec42af4c860410eb88f44e40a7fd2edac572e59e
Filesize: 26115.767 KB

Version history: (Expand)


CVS history: (Expand)


   2017-04-16 16:09:39 by Benny Siegert | Files touched by this commit (2)
Log message:
Pullup ticket #5248 - requested by sevan
lang/nodejs6: bugfix

Revisions pulled up:
- lang/nodejs6/Makefile                                         1.9
- lang/nodejs6/distinfo                                         1.9

---
   Module Name:    pkgsrc
   Committed By:   fhajny
   Date:           Thu Apr  6 14:59:22 UTC 2017

   Modified Files:
           pkgsrc/lang/nodejs6: Makefile distinfo

   Log message:
   Update lang/nodejs6 to 6.10.2.

   - crypto: fix memory leak if certificate is revoked
   - upgrade zlib to 1.2.11
   - backport V8 fixes for spread syntax regression causing segfaults
   - repl: Revert commit that broke REPL display on Windows