diff options
author | Hirokazu MORIKAWA <morikw2@gmail.com> | 2023-04-14 13:42:23 +0900 |
---|---|---|
committer | Tianling Shen <cnsztl@gmail.com> | 2023-04-14 21:15:16 +0800 |
commit | bc1ac271e89053448beac0a50efba8c1156743e0 (patch) | |
tree | c846a3f892a59b60dfb996581c694c6bb75bd972 /lang/node/patches/999-localhost-no-addrconfig.patch | |
parent | 35e2c97f3219759ad127803aeadb9345760defb4 (diff) |
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 <morikw2@gmail.com>
Diffstat (limited to 'lang/node/patches/999-localhost-no-addrconfig.patch')
-rw-r--r-- | lang/node/patches/999-localhost-no-addrconfig.patch | 2 |
1 files changed, 1 insertions, 1 deletions
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 && |