diff options
author | Hirokazu MORIKAWA <morikw2@gmail.com> | 2021-06-18 18:04:29 +0900 |
---|---|---|
committer | Hirokazu MORIKAWA <morikw2@gmail.com> | 2021-06-18 18:04:29 +0900 |
commit | 14b43da6bdbac9af7d04e28186fdbce6d9188409 (patch) | |
tree | a0e190a7cf842849835374f7a8ddc3c784ee81e3 /lang/node/patches/999-localhost-no-addrconfig.patch | |
parent | f7432ce19a8b96eaca9941b4e7ed7f6b4b46e15e (diff) |
node: bump to 14.17.1
Notable Changes:
deps: update ICU to 69.1 (Michaƫl Zasso)
errors: align source-map stacks with spec (Benjamin Coe)
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 bfa71eb42..0035bba76 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 -@@ -1026,13 +1027,6 @@ function lookupAndConnect(self, options) +@@ -1028,13 +1029,6 @@ function lookupAndConnect(self, options) hints: options.hints || 0 }; |