pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/nodejs4 Update lang/nodejs4 to 4.7.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1341c0dd3618
branches:  trunk
changeset: 355650:1341c0dd3618
user:      fhajny <fhajny%pkgsrc.org@localhost>
date:      Thu Dec 08 23:00:17 2016 +0000

description:
Update lang/nodejs4 to 4.7.0

The SEMVER-MINOR changes include:

- build: export openssl symbols on Windows making it possible to
  build addons linking against the bundled version of openssl
- debugger: make listen address configurable in the debugger server
- dgram: generalized send queue to handle close fixing a potential
  throw when dgram socket is closed in the listening event handler.
- http: Introduce the 451 status code "Unavailable For Legal Reasons"
- tls: introduce secureContext for tls.connect which is useful for
  caching client certificates, key, and CA certificates.

Notable SEMVER-PATCH changes include:

build:
- introduce the configure --shared option for embedders
- gtest: the test reporter now outputs tap comments as yamlish
- src: node no longer aborts when c-ares initialization fails
- tls: fix memory leak when writing data to TLSWrap instance during
  handshake

diffstat:

 lang/nodejs4/Makefile |   5 ++---
 lang/nodejs4/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (31 lines):

diff -r 825282cb6d0b -r 1341c0dd3618 lang/nodejs4/Makefile
--- a/lang/nodejs4/Makefile     Thu Dec 08 19:32:10 2016 +0000
+++ b/lang/nodejs4/Makefile     Thu Dec 08 23:00:17 2016 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2016/12/04 05:17:31 ryoon Exp $
+# $NetBSD: Makefile,v 1.24 2016/12/08 23:00:17 fhajny Exp $
 
-DISTNAME=      node-v4.6.2
+DISTNAME=      node-v4.7.0
 
-PKGREVISION= 1
 .include "../../lang/nodejs/Makefile.common"
 .include "../../mk/bsd.pkg.mk"
diff -r 825282cb6d0b -r 1341c0dd3618 lang/nodejs4/distinfo
--- a/lang/nodejs4/distinfo     Thu Dec 08 19:32:10 2016 +0000
+++ b/lang/nodejs4/distinfo     Thu Dec 08 23:00:17 2016 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.20 2016/11/09 13:26:40 fhajny Exp $
+$NetBSD: distinfo,v 1.21 2016/12/08 23:00:17 fhajny Exp $
 
-SHA1 (node-v4.6.2.tar.gz) = 56f86432a74c06d18c495e2117800b1c0bae5ecd
-RMD160 (node-v4.6.2.tar.gz) = 3db9652d59687af65dbd6c198a4d6253f2731131
-SHA512 (node-v4.6.2.tar.gz) = 1c8b98d3a41ff6c2b5afcd52a2a28780356e0b96001b48fb1292f973ad0b04be249452e1db282aa66d3f8b94ed733523931a9b2b66505249f4ff8260ae6e13a1
-Size (node-v4.6.2.tar.gz) = 22821027 bytes
+SHA1 (node-v4.7.0.tar.gz) = 9e77f4996dcbb621a59a083ff844350ba6374598
+RMD160 (node-v4.7.0.tar.gz) = a0b621d4dcb28b7c1a7850bc1d26e0e9f08bef6b
+SHA512 (node-v4.7.0.tar.gz) = d81f0869ee0713ee502dfe122ce0593e54b2a96db363aac5aa9e832e1d2044989bbe9e89ac02b69dde6bf56ce84704fa628c723e5ba9a5fd9adba21449ab1511
+Size (node-v4.7.0.tar.gz) = 22851509 bytes
 SHA1 (patch-common.gypi) = 5b3a50617358637a6f910de28bb5a14f037317a6
 SHA1 (patch-deps_cares_cares.gyp) = 2235eb44bc984fa2e745fdf1786f1ae6de6ef80f
 SHA1 (patch-deps_npm_node__modules_node-gyp_gyp_pylib_gyp_generator_make.py) = 78d6ddd37ae30e869e0da666a78baad86a638c50



Home | Main Index | Thread Index | Old Index