head 1.1; access; symbols pkgsrc-2026Q2:1.1.0.6 pkgsrc-2026Q2-base:1.1 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.14; 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-node.gypi,v 1.1 2018/05/12 08:59:56 fhajny Exp $ Linking in libcares requires libsocket. --- node.gypi.orig 2018-04-24 14:41:37.000000000 +0000 +++ node.gypi @@@@ -251,6 +251,7 @@@@ [ 'OS=="solaris"', { 'libraries': [ '-lkstat', + '-lsocket', '-lumem', ], 'defines!': [ @