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.1.0.10 pkgsrc-2017Q3-base:1.1 pkgsrc-2017Q2:1.1.0.6 pkgsrc-2017Q2-base:1.1 pkgsrc-2017Q1:1.1.0.4 pkgsrc-2017Q1-base:1.1 pkgsrc-2016Q4:1.1.0.2 pkgsrc-2016Q4-base:1.1; 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.10.25.13.45.18; author fhajny; state Exp; branches; next 1.2; commitid S2MIVGUnu5fYcrcA; 1.2 date 2017.10.04.16.20.58; author fhajny; state Exp; branches; next 1.1; commitid NP6X5Z9BvAsfKK9A; 1.1 date 2016.10.25.19.54.00; author fhajny; state Exp; branches 1.1.10.1; next ; commitid n3fZ3aKdd2qTYyrz; 1.1.10.1 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_cares_cares.gyp,v 1.3 2017/10/25 13:45:18 fhajny Exp $ Add support for NetBSD. SunOS headers need _XOPEN_SOURCE=600 with c99. --- deps/cares/cares.gyp.orig 2017-10-24 19:09:57.000000000 +0000 +++ deps/cares/cares.gyp @@@@ -20,7 +20,7 @@@@ ['OS=="solaris"', { 'defines': [ '__EXTENSIONS__', - '_XOPEN_SOURCE=500' + '_XOPEN_SOURCE=600' ] }] ] @@@@ -136,7 +136,7 @@@@ }], [ 'OS not in "win android"', { 'cflags': [ - '--std=gnu89' + '--std=gnu99' ], }], [ 'OS=="linux"', { @@@@ -151,6 +151,10 @@@@ 'include_dirs': [ 'config/freebsd' ], 'sources': [ 'config/freebsd/ares_config.h' ] }], + [ 'OS=="netbsd"', { + 'include_dirs': [ 'config/netbsd' ], + 'sources': [ 'config/netbsd/ares_config.h' ] + }], [ 'OS=="openbsd"', { 'include_dirs': [ 'config/openbsd' ], 'sources': [ 'config/openbsd/ares_config.h' ] @ 1.3 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_cares_cares.gyp,v 1.2 2017/10/04 16:20:58 fhajny Exp $ @ 1.2 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: patch-deps_cares_cares.gyp,v 1.1 2016/10/25 19:54:00 fhajny Exp $ d6 1 a6 1 --- deps/cares/cares.gyp.orig 2017-10-03 17:11:11.000000000 +0000 d17 9 @ 1.1 log @Import nodejs 6.9.1 (LTS) as lang/nodejs6. Node.js is an evented I/O framework for the V8 JavaScript engine. It is intended for writing scalable network programs such as web servers. This package holds the 6.x LTS release. @ text @d1 1 a1 1 $NetBSD: patch-deps_cares_cares.gyp,v 1.1 2013/05/22 15:17:07 mspo Exp $ d4 14 a17 3 --- deps/cares/cares.gyp.orig 2013-03-14 10:55:24.000000000 +0900 +++ deps/cares/cares.gyp 2013-03-14 10:55:47.000000000 +0900 @@@@ -140,6 +140,10 @@@@ @ 1.1.10.1 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 @d1 1 a1 1 $NetBSD$ d4 3 a6 23 SunOS headers need _XOPEN_SOURCE=600 with c99. --- deps/cares/cares.gyp.orig 2017-10-24 19:09:57.000000000 +0000 +++ deps/cares/cares.gyp @@@@ -20,7 +20,7 @@@@ ['OS=="solaris"', { 'defines': [ '__EXTENSIONS__', - '_XOPEN_SOURCE=500' + '_XOPEN_SOURCE=600' ] }] ] @@@@ -136,7 +136,7 @@@@ }], [ 'OS not in "win android"', { 'cflags': [ - '--std=gnu89' + '--std=gnu99' ], }], [ 'OS=="linux"', { @@@@ -151,6 +151,10 @@@@ @