aboutsummaryrefslogtreecommitdiff
path: root/lang/node/patches/999-localhost-no-addrconfig.patch
diff options
context:
space:
mode:
authorHirokazu MORIKAWA <morikw2@gmail.com>2023-07-23 12:01:13 +0900
committerTianling Shen <cnsztl@gmail.com>2023-07-23 18:45:09 +0800
commit2282d2e664a9d9a54e99f8b32fc5f3453ceba23c (patch)
tree9fb011522836808584df8c08db96f83be402a51e /lang/node/patches/999-localhost-no-addrconfig.patch
parent6c4cbf6ed01fcec497c3920863cec32547c68be4 (diff)
node: bump to v18.17.0
Notable Changes: *Ada 2.0 Node.js v18.17.0 comes with the latest version of the URL parser, Ada. This update brings significant performance improvements to URL parsing, including enhancements to the url.domainToASCII and url.domainToUnicode functions in node:url. *Web Crypto API Web Crypto API functions' arguments are now coerced and validated as per their WebIDL definitions like in other Web Crypto API implementations. This further improves interoperability with other implementations of Web Crypto API. 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.patch2
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 a11ce086c..54b1a3a00 100644
--- a/lang/node/patches/999-localhost-no-addrconfig.patch
+++ b/lang/node/patches/999-localhost-no-addrconfig.patch
@@ -13,7 +13,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)
+@@ -1266,13 +1267,6 @@ function lookupAndConnect(self, options)
hints: options.hints || 0,
};