From bc1ac271e89053448beac0a50efba8c1156743e0 Mon Sep 17 00:00:00 2001 From: Hirokazu MORIKAWA Date: Fri, 14 Apr 2023 13:42:23 +0900 Subject: node: bump to v18.16.0 Description: Update to v18.16.0 Fixed a bug when selecting arm-fpu for vfpv3-d16. Notable changes Add initial support for single executable applications Replace url parser with Ada Signed-off-by: Hirokazu MORIKAWA --- lang/node/patches/999-localhost-no-addrconfig.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lang/node/patches/999-localhost-no-addrconfig.patch') diff --git a/lang/node/patches/999-localhost-no-addrconfig.patch b/lang/node/patches/999-localhost-no-addrconfig.patch index 50d3f4a1c..a11ce086c 100644 --- a/lang/node/patches/999-localhost-no-addrconfig.patch +++ b/lang/node/patches/999-localhost-no-addrconfig.patch @@ -14,7 +14,7 @@ Forwarded: https://github.com/nodejs/node/issues/33816 // Permission is hereby granted, free of charge, to any person obtaining a // copy of this software and associated documentation files (the @@ -1265,13 +1266,6 @@ function lookupAndConnect(self, options) - hints: options.hints || 0 + hints: options.hints || 0, }; - if (!isWindows && -- cgit v1.2.3