head 1.4; access; symbols pkgsrc-2019Q3:1.3.0.16 pkgsrc-2019Q3-base:1.3 pkgsrc-2019Q2:1.3.0.14 pkgsrc-2019Q2-base:1.3 pkgsrc-2019Q1:1.3.0.12 pkgsrc-2019Q1-base:1.3 pkgsrc-2018Q4:1.3.0.10 pkgsrc-2018Q4-base:1.3 pkgsrc-2018Q3:1.3.0.8 pkgsrc-2018Q3-base:1.3 pkgsrc-2018Q2:1.3.0.6 pkgsrc-2018Q2-base:1.3 pkgsrc-2018Q1:1.3.0.4 pkgsrc-2018Q1-base:1.3 pkgsrc-2017Q4:1.3.0.2 pkgsrc-2017Q4-base:1.3 pkgsrc-2017Q3:1.2.0.2; locks; strict; comment @# @; 1.4 date 2019.12.09.20.05.41; author adam; state dead; branches; next 1.3; commitid Ppzma7qzoJGDo4OB; 1.3 date 2017.11.08.18.31.15; author fhajny; state Exp; branches; next 1.2; commitid z2ad51T01aa8lgeA; 1.2 date 2017.10.25.13.45.18; author fhajny; state Exp; branches 1.2.2.1; next 1.1; commitid S2MIVGUnu5fYcrcA; 1.1 date 2017.10.04.16.20.58; author fhajny; state Exp; branches; next ; commitid NP6X5Z9BvAsfKK9A; 1.2.2.1 date 2017.10.25.13.45.18; author spz; state dead; branches; next 1.2.2.2; commitid axnPh13zOUAeVmdA; 1.2.2.2 date 2017.11.01.19.35.16; author spz; state Exp; branches; next ; commitid axnPh13zOUAeVmdA; desc @@ 1.4 log @nodejs: added version 12.13.1, removed version 6.14.3 Moved nodejs to nodejs10 - version 10.17.0 Version 12.13.1 'Erbium' (LTS): Notable changes Experimental support for building Node.js with Python 3 is improved. ICU time zone data is updated to version 2019c. This fixes the date offset in Brazil. @ text @$NetBSD: patch-deps_uv_uv.gyp,v 1.3 2017/11/08 18:31:15 fhajny Exp $ SunOS headers need _XOPEN_SOURCE=600 with c99. --- deps/uv/uv.gyp.orig 2017-11-06 22:14:03.000000000 +0000 +++ deps/uv/uv.gyp @@@@ -37,7 +37,7 @@@@ 'xcode_settings': { 'GCC_SYMBOLS_PRIVATE_EXTERN': 'YES', # -fvisibility=hidden 'WARNING_CFLAGS': [ '-Wall', '-Wextra', '-Wno-unused-parameter', '-Wstrict-prototypes' ], - 'OTHER_CFLAGS': [ '-g', '--std=gnu89', '-pedantic' ], + 'OTHER_CFLAGS': [ '-g', '--std=gnu99', '-pedantic' ], } }, @@@@ -205,7 +205,7 @@@@ 'cflags': [ '-fvisibility=hidden', '-g', - '--std=gnu89', + '--std=gnu99', '-pedantic', '-Wall', '-Wextra', @@@@ -262,7 +262,7 @@@@ ], 'defines': [ '__EXTENSIONS__', - '_XOPEN_SOURCE=500', + '_XOPEN_SOURCE=600', ], 'link_settings': { 'libraries': [ @@@@ -501,7 +501,7 @@@@ [ 'OS=="solaris"', { # make test-fs.c compile, needs _POSIX_C_SOURCE 'defines': [ '__EXTENSIONS__', - '_XOPEN_SOURCE=500', + '_XOPEN_SOURCE=600', ], }], [ 'OS=="aix"', { # make test-fs.c compile, needs _POSIX_C_SOURCE @ 1.3 log @Update lang/nodejs6 to 6.12.0. assert: - assert.fail() can now take one or two arguments crypto: - add sign/verify support for RSASSA-PSS deps: - upgrade openssl sources to 1.0.2m - upgrade libuv to 1.15.0 fs: - Add support for fs.write/fs.writeSync(fd, buffer, cb) and fs.write/fs.writeSync(fd, buffer, offset, cb) as documented inspector: - enable --inspect-brk process: - add --redirect-warnings command line argument src: - allow CLI args in env with NODE_OPTIONS - --abort-on-uncaught-exception in NODE_OPTIONS - allow --tls-cipher-list in NODE_OPTIONS - use SafeGetenv() for NODE_REDIRECT_WARNINGS test: - remove common.fail() @ text @d1 1 a1 1 $NetBSD: patch-deps_uv_uv.gyp,v 1.2 2017/10/25 13:45:18 fhajny Exp $ @ 1.2 log @Update lang/nodejs6 to 6.11.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. @ text @d1 1 a1 1 $NetBSD: patch-deps_uv_uv.gyp,v 1.1 2017/10/04 16:20:58 fhajny Exp $ d5 1 a5 1 --- deps/uv/uv.gyp.orig 2017-10-24 19:10:03.000000000 +0000 d10 1 a10 1 'WARNING_CFLAGS': [ '-Wall', '-Wextra', '-Wno-unused-parameter' ], d25 2 a26 2 @@@@ -259,7 +259,7 @@@@ 'sources': [ 'src/unix/sunos.c' ], d34 1 a34 1 @@@@ -488,7 +488,7 @@@@ @ 1.2.2.1 log @file patch-deps_uv_uv.gyp was added on branch pkgsrc-2017Q3 on 2017-11-01 19:35:16 +0000 @ text @d1 42 @ 1.2.2.2 log @Pullup ticket #5590 - requested by sevan lang/nodejs6: security update Revisions pulled up: - lang/nodejs6/Makefile 1.16-1.17 - lang/nodejs6/distinfo 1.15-1.16 - lang/nodejs6/patches/patch-deps_cares_cares.gyp 1.2-1.3 - lang/nodejs6/patches/patch-deps_uv_uv.gyp 1.1-1.2 ------------------------------------------------------------------- Module Name: pkgsrc Committed By: fhajny Date: Wed Oct 4 16:20:58 UTC 2017 Modified Files: pkgsrc/lang/nodejs6: Makefile distinfo pkgsrc/lang/nodejs6/patches: patch-deps_cares_cares.gyp Added Files: pkgsrc/lang/nodejs6/patches: patch-deps_uv_uv.gyp Log Message: Update lang/nodejs6 to 6.11.4. - net: support passing undefined to listen() to match behavior in v4.x and v8.x To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 pkgsrc/lang/nodejs6/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/lang/nodejs6/distinfo cvs rdiff -u -r1.1 -r1.2 \ pkgsrc/lang/nodejs6/patches/patch-deps_cares_cares.gyp cvs rdiff -u -r0 -r1.1 pkgsrc/lang/nodejs6/patches/patch-deps_uv_uv.gyp ------------------------------------------------------------------- Module Name: pkgsrc Committed By: fhajny Date: Wed Oct 25 13:45:18 UTC 2017 Modified Files: pkgsrc/lang/nodejs6: Makefile distinfo pkgsrc/lang/nodejs6/patches: patch-deps_cares_cares.gyp patch-deps_uv_uv.gyp Log Message: Update lang/nodejs6 to 6.11.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. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 pkgsrc/lang/nodejs6/Makefile cvs rdiff -u -r1.15 -r1.16 pkgsrc/lang/nodejs6/distinfo cvs rdiff -u -r1.2 -r1.3 \ pkgsrc/lang/nodejs6/patches/patch-deps_cares_cares.gyp cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/nodejs6/patches/patch-deps_uv_uv.gyp @ text @a0 42 $NetBSD$ SunOS headers need _XOPEN_SOURCE=600 with c99. --- deps/uv/uv.gyp.orig 2017-10-24 19:10:03.000000000 +0000 +++ deps/uv/uv.gyp @@@@ -37,7 +37,7 @@@@ 'xcode_settings': { 'GCC_SYMBOLS_PRIVATE_EXTERN': 'YES', # -fvisibility=hidden 'WARNING_CFLAGS': [ '-Wall', '-Wextra', '-Wno-unused-parameter' ], - 'OTHER_CFLAGS': [ '-g', '--std=gnu89', '-pedantic' ], + 'OTHER_CFLAGS': [ '-g', '--std=gnu99', '-pedantic' ], } }, @@@@ -205,7 +205,7 @@@@ 'cflags': [ '-fvisibility=hidden', '-g', - '--std=gnu89', + '--std=gnu99', '-pedantic', '-Wall', '-Wextra', @@@@ -259,7 +259,7 @@@@ 'sources': [ 'src/unix/sunos.c' ], 'defines': [ '__EXTENSIONS__', - '_XOPEN_SOURCE=500', + '_XOPEN_SOURCE=600', ], 'link_settings': { 'libraries': [ @@@@ -488,7 +488,7 @@@@ [ 'OS=="solaris"', { # make test-fs.c compile, needs _POSIX_C_SOURCE 'defines': [ '__EXTENSIONS__', - '_XOPEN_SOURCE=500', + '_XOPEN_SOURCE=600', ], }], [ 'OS=="aix"', { # make test-fs.c compile, needs _POSIX_C_SOURCE @ 1.1 log @Update lang/nodejs6 to 6.11.4. - net: support passing undefined to listen() to match behavior in v4.x and v8.x @ text @d1 1 a1 1 $NetBSD$ d5 1 a5 1 --- deps/uv/uv.gyp.orig 2017-10-03 17:11:16.000000000 +0000 d7 18 @