pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/nodejs4



Module Name:    pkgsrc
Committed By:   fhajny
Date:           Thu Dec  8 23:00:17 UTC 2016

Modified Files:
        pkgsrc/lang/nodejs4: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/lang/nodejs4/Makefile
cvs rdiff -u -r1.20 -r1.21 pkgsrc/lang/nodejs4/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/nodejs4/Makefile
diff -u pkgsrc/lang/nodejs4/Makefile:1.23 pkgsrc/lang/nodejs4/Makefile:1.24
--- pkgsrc/lang/nodejs4/Makefile:1.23   Sun Dec  4 05:17:31 2016
+++ pkgsrc/lang/nodejs4/Makefile        Thu Dec  8 23:00:17 2016
@@ -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"

Index: pkgsrc/lang/nodejs4/distinfo
diff -u pkgsrc/lang/nodejs4/distinfo:1.20 pkgsrc/lang/nodejs4/distinfo:1.21
--- pkgsrc/lang/nodejs4/distinfo:1.20   Wed Nov  9 13:26:40 2016
+++ pkgsrc/lang/nodejs4/distinfo        Thu Dec  8 23:00:17 2016
@@ -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