diff options
author | Hirokazu MORIKAWA <morikw2@gmail.com> | 2023-11-01 10:03:48 +0900 |
---|---|---|
committer | Tianling Shen <cnsztl@gmail.com> | 2023-11-02 00:25:22 +0800 |
commit | 3e51eef14c3be57d1a5ac3c1ecd4150aa5d8e639 (patch) | |
tree | fea01ea62e039ad07dca8673efeab9dad158f5f2 /lang/node/patches/999-localhost-no-addrconfig.patch | |
parent | 2d864d2a6bb1ee9c7c48bac72490e314ae84e42d (diff) |
node: upgrade to v20.9.0
node.js version 20.x is now active LTS.
mipsel (pistachio) is no longer supported.
Due to build difficulties, libuv shared libraries are not used.
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 dadfd14ec..092dc0de3 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 -@@ -1321,13 +1322,6 @@ function lookupAndConnect(self, options) +@@ -1330,13 +1331,6 @@ function lookupAndConnect(self, options) hints: options.hints || 0, }; |