pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/nodejs



Module Name:    pkgsrc
Committed By:   fhajny
Date:           Thu Jun 14 10:54:26 UTC 2018

Modified Files:
        pkgsrc/lang/nodejs: Makefile distinfo

Log Message:
lang/nodejs: Update to 10.4.1.

- Fixes memory exhaustion DoS (CVE-2018-7164): Fixes a bug introduced
  in 9.7.0 that increases the memory consumed when reading from the
  network into JavaScript using the net.Socket object directly as a
  stream.
- http2
  - (CVE-2018-7161): Fixes Denial of Service vulnerability by updating
    the http2 implementation to not crash under certain circumstances
    during cleanup
  - (CVE-2018-1000168): Fixes Denial of Service vulnerability by
    upgrading nghttp2 to 1.32.0
- tls (CVE-2018-7162): Fixes Denial of Service vulnerability by
  updating the TLS implementation to not crash upon receiving
- n-api: Prevent use-after-free in napi_delete_async_work


To generate a diff of this commit:
cvs rdiff -u -r1.134 -r1.135 pkgsrc/lang/nodejs/Makefile
cvs rdiff -u -r1.127 -r1.128 pkgsrc/lang/nodejs/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/nodejs/Makefile
diff -u pkgsrc/lang/nodejs/Makefile:1.134 pkgsrc/lang/nodejs/Makefile:1.135
--- pkgsrc/lang/nodejs/Makefile:1.134   Tue Jun 12 09:06:46 2018
+++ pkgsrc/lang/nodejs/Makefile Thu Jun 14 10:54:26 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.134 2018/06/12 09:06:46 fhajny Exp $
+# $NetBSD: Makefile,v 1.135 2018/06/14 10:54:26 fhajny Exp $
 
-DISTNAME=      node-v10.4.0
+DISTNAME=      node-v10.4.1
 
 USE_LANGUAGES= c gnu++14
 

Index: pkgsrc/lang/nodejs/distinfo
diff -u pkgsrc/lang/nodejs/distinfo:1.127 pkgsrc/lang/nodejs/distinfo:1.128
--- pkgsrc/lang/nodejs/distinfo:1.127   Tue Jun 12 09:06:46 2018
+++ pkgsrc/lang/nodejs/distinfo Thu Jun 14 10:54:26 2018
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.127 2018/06/12 09:06:46 fhajny Exp $
+$NetBSD: distinfo,v 1.128 2018/06/14 10:54:26 fhajny Exp $
 
-SHA1 (node-v10.4.0.tar.gz) = f0aa0df32cb4ec75a5e298a193a1e172601a31ac
-RMD160 (node-v10.4.0.tar.gz) = 68ba178ba8ec32e5a73b28969339c32af57145bf
-SHA512 (node-v10.4.0.tar.gz) = 6cf1050f0dd756ab6c90ea11b1853be6cf0231aa0e38d07f34e940a25a4cd450c129ea95fd856a0879dd0bea0b195b972077b40718cb9dfd508198c3d750a7e8
-Size (node-v10.4.0.tar.gz) = 35357659 bytes
+SHA1 (node-v10.4.1.tar.gz) = e924e35d3547445b230df025317dc0fa6e44558c
+RMD160 (node-v10.4.1.tar.gz) = a74cf9c9be184de4c6ea736390f8a6eec601b19c
+SHA512 (node-v10.4.1.tar.gz) = 7b3d53501d30fc04e4e133d646b14aa90d069483cb0bed3169e221d4724fd57b04e57602c940fa8d6b5ea6941fa959b3489e9599a035bb1ed51346891f587485
+Size (node-v10.4.1.tar.gz) = 35360626 bytes
 SHA1 (patch-common.gypi) = de37949f38d9bd39a18b59d59ec74e528bd323ac
 SHA1 (patch-deps_cares_cares.gyp) = 2235eb44bc984fa2e745fdf1786f1ae6de6ef80f
 SHA1 (patch-deps_openssl_config_opensslconf__asm.h) = 7b074ebd5353dff662ac66cf4012926f12dd7b7e



Home | Main Index | Thread Index | Old Index