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:   adam
Date:           Tue Jan  8 14:51:11 UTC 2019

Modified Files:
        pkgsrc/lang/nodejs: Makefile distinfo

Log Message:
nodejs: updated to 10.15.0

Version 10.15.0 'Dubnium' (LTS):
The 10.14.0 security release introduced some unexpected breakages on the 10.x release line. This is a special release to fix a regression in the HTTP binary upgrade response body and add a missing 
CLI flag to adjust the max header size of the http parser.

Notable Changes
cli:
add --max-http-header-size flag
http:
add maxHeaderSize property


To generate a diff of this commit:
cvs rdiff -u -r1.150 -r1.151 pkgsrc/lang/nodejs/Makefile
cvs rdiff -u -r1.140 -r1.141 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.150 pkgsrc/lang/nodejs/Makefile:1.151
--- pkgsrc/lang/nodejs/Makefile:1.150   Sat Dec 15 17:32:38 2018
+++ pkgsrc/lang/nodejs/Makefile Tue Jan  8 14:51:10 2019
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.150 2018/12/15 17:32:38 maya Exp $
+# $NetBSD: Makefile,v 1.151 2019/01/08 14:51:10 adam Exp $
 
-DISTNAME=      node-v10.14.2
+DISTNAME=      node-v10.15.0
 
 USE_LANGUAGES= c gnu++14
 
-PKGREVISION=   1
 # Stated by the changelog as of 8.2.0
 GCC_REQD+=     4.9.4
 

Index: pkgsrc/lang/nodejs/distinfo
diff -u pkgsrc/lang/nodejs/distinfo:1.140 pkgsrc/lang/nodejs/distinfo:1.141
--- pkgsrc/lang/nodejs/distinfo:1.140   Sat Dec 15 17:32:38 2018
+++ pkgsrc/lang/nodejs/distinfo Tue Jan  8 14:51:10 2019
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.140 2018/12/15 17:32:38 maya Exp $
+$NetBSD: distinfo,v 1.141 2019/01/08 14:51:10 adam Exp $
 
-SHA1 (node-v10.14.2.tar.gz) = e7d05110bcb3c46c46390b3026664102f27f5838
-RMD160 (node-v10.14.2.tar.gz) = 2fd95aa111fa1cbd611ab2aba1797efe35895712
-SHA512 (node-v10.14.2.tar.gz) = 72e78f8839543826025549022df9f23a71be3507261a387f82142d71d24065a23f9b905d7fd95a0940ac68355bfe0d81ee50c320eb46493e10e417cd975d3c8e
-Size (node-v10.14.2.tar.gz) = 36299908 bytes
+SHA1 (node-v10.15.0.tar.gz) = 82d9507bed032ad5ed07881fbb87db4e5734a996
+RMD160 (node-v10.15.0.tar.gz) = bc81fcc79a316ec00db5dfcfcad0666d51379d5d
+SHA512 (node-v10.15.0.tar.gz) = ad8ecc8957afba8d5ba49bebe5dfb5bd656c492bf9ea7cdda6ee6d426a65352d1d2140d77ca6dee10f020380a1ee31812c917f1c84d4eba9d60093b58934d4e6
+Size (node-v10.15.0.tar.gz) = 36300933 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