diff --git a/www/node24/Makefile.version b/www/node24/Makefile.version index 537c32e5e9b8..af389eeab3e3 100644 --- a/www/node24/Makefile.version +++ b/www/node24/Makefile.version @@ -1 +1 @@ -NODEJS_PORTVERSION= 24.14.1 +NODEJS_PORTVERSION= 24.15.0 diff --git a/www/node24/distinfo b/www/node24/distinfo index 7eb912b721d6..859733f3d041 100644 --- a/www/node24/distinfo +++ b/www/node24/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1775424016 -SHA256 (node-v24.14.1.tar.xz) = 7822507713f202cf2a551899d250259643f477b671706db421a6fb55c4aa0991 -SIZE (node-v24.14.1.tar.xz) = 54102840 +TIMESTAMP = 1776796068 +SHA256 (node-v24.15.0.tar.xz) = a4f653d79ed140aaad921e8c22a3b585ca85cfdab80d4030f6309e4663a8a1c8 +SIZE (node-v24.15.0.tar.xz) = 54197668 diff --git a/www/node24/files/patch-merve b/www/node24/files/patch-merve deleted file mode 100644 index f192eb17a1cc..000000000000 --- a/www/node24/files/patch-merve +++ /dev/null @@ -1,15 +0,0 @@ -Obtained from: https://github.com/nodejs/node/commit/59a522af24173b244cb86829de145d46b143a45c - ---- src/node_cjs_lexer.cc.orig 2026-02-24 06:13:37 UTC -+++ src/node_cjs_lexer.cc -@@ -22,8 +22,8 @@ using v8::Value; - using v8::Value; - - // Create a V8 string from an export_string variant, using fast path for ASCII --inline Local CreateString(Isolate* isolate, -- const lexer::export_string& str) { -+template -+inline Local CreateString(Isolate* isolate, const T& str) { - std::string_view sv = lexer::get_string_view(str); - - if (simdutf::validate_ascii(sv.data(), sv.size())) {