head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.4 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.2 pkgsrc-2025Q4-base:1.1; locks; strict; comment @# @; 1.1 date 2025.11.13.19.00.13; author adam; state Exp; branches; next ; commitid 4FCIvJ2B7lXNpqiG; desc @@ 1.1 log @nodejs24: added version 24.11.1 24.11.1 'Krypton' (LTS) Notable Changes The known issue relating to Buffer.allocUnsafe incorrectly zero-filling buffers has now been addressed and now returns uninitialized memory as documented in the Buffer.allocUnsafe documentation. @ text @$NetBSD: patch-common.gypi,v 1.14 2025/06/10 17:12:03 adam Exp $ Add support for NetBSD. --- common.gypi.orig 2025-06-09 16:53:41.000000000 +0000 +++ common.gypi @@@@ -503,11 +503,11 @@@@ 'NOMINMAX', ], }], - [ 'OS in "linux freebsd openbsd solaris aix os400 openharmony"', { + [ 'OS in "linux freebsd netbsd openbsd solaris aix os400 openharmony"', { 'cflags': [ '-pthread' ], 'ldflags': [ '-pthread' ], }], - [ 'OS in "linux freebsd openbsd solaris android aix os400 cloudabi openharmony"', { + [ 'OS in "linux freebsd netbsd openbsd solaris android aix os400 cloudabi openharmony"', { 'cflags': [ '-Wall', '-Wextra', '-Wno-unused-parameter', ], 'cflags_cc': [ '-fno-rtti', @