Path to this page:
NOTICE: This package has been removed from pkgsrc./
lang/nodejs4,
V8 JavaScript for clients and servers
Branch: CURRENT,
Version: 4.8.7nb1,
Package name: nodejs-4.8.7nb1,
Maintainer: filipNode.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 4.x LTS release.
Required to run:[
security/openssl] [
lang/python27]
Required to build:[
sysutils/lockf] [
pkgtools/cwrappers]
Package options: openssl
Master sites:
SHA1: 52e921da8360050da12fd8a817e1bf8f2959ff3a
RMD160: 50432194d888972e6db605517d80045e6931f791
Filesize: 22323.015 KB
Version history: (Expand)
- (2018-05-03) Package deleted from pkgsrc
- (2018-04-14) Updated to version: nodejs-4.8.7nb1
- (2017-12-09) Updated to version: nodejs-4.8.7
- (2017-11-30) Updated to version: nodejs-4.8.6nb1
- (2017-11-23) Package has been reborn
- (2017-11-08) Updated to version: nodejs-4.8.6
CVS history: (Expand)
2018-05-02 18:26:38 by Filip Hajny | Files touched by this commit (23) | |
Log message:
lang/nodejs4: Remove nodejs 4.x that has reached end-of-life on 2018-04-30.
|
2018-04-14 09:34:46 by Adam Ciarcinski | Files touched by this commit (681) | |
Log message:
revbump after icu update
|
2017-12-09 18:54:26 by Filip Hajny | Files touched by this commit (2) | |
Log message:
Update lang/nodejs4 to 4.8.7.
- deps: openssl updated to 1.0.2n
|
2017-11-30 17:45:43 by Adam Ciarcinski | Files touched by this commit (654) | |
Log message:
Revbump after textproc/icu update
|
2017-11-08 19:46:37 by Filip Hajny | Files touched by this commit (2) | |
Log message:
Update lang/nodejs4 to 4.8.6.
crypto:
- update root certificates
deps:
- add support for more modern versions of INTL
- upgrade openssl sources to 1.0.2m
|
2017-10-25 15:56:01 by Filip Hajny | Files touched by this commit (2) |
Log message:
Update lang/nodejs4 to 4.8.5.
zlib:
- CVE-2017-14919 - In zlib v1.2.9, a change was made that causes an
error to be raised when a raw deflate stream is initialized with
windowBits set to 8. On some versions this crashes Node and you cannot
recover from it, while on some versions it throws an exception.
Node.js will now gracefully set windowBits to 9 replicating the legacy
behavior to avoid a DOS vector.
|
2017-09-18 11:53:40 by Maya Rashish | Files touched by this commit (676) |
Log message:
revbump for requiring ICU 59.x
|
2017-07-11 21:16:46 by Filip Hajny | Files touched by this commit (2) |
Log message:
Update lang/nodejs4 to 4.8.4.
- Disable V8 snapshots - The hashseed embedded in the snapshot is
currently the same for all runs of the binary. This opens node up to
collision attacks which could result in a Denial of Service. We have
temporarily disabled snapshots until a more robust solution is found
- CVE-2017-1000381 - The c-ares function ares_parse_naptr_reply(), which
is used for parsing NAPTR responses, could be triggered to read memory
outside of the given input buffer if the passed in DNS response packet
was crafted in a particular way. This patch checks that there is
enough data for the required elements of an NAPTR record (2 int16, 3
bytes for string lengths) before processing a record.
|