aboutsummaryrefslogtreecommitdiff
path: root/lang/node/patches/999-localhost-no-addrconfig.patch
diff options
context:
space:
mode:
authorHirokazu MORIKAWA <morikw2@gmail.com>2021-10-13 08:10:57 +0900
committerRosen Penev <rosenp@gmail.com>2021-10-14 16:22:53 -0700
commitda967b753664d512e3eb9cfb1206202105f57d3b (patch)
tree87bc2b6365ad927fc26c8c2756928385cde3027c /lang/node/patches/999-localhost-no-addrconfig.patch
parente4d463b89d300bb6148a4e232667bb5838cd718a (diff)
node: bump to 14.18.1 / October 12th 2021 Security Releases
October 12th 2021 Security Releases: HTTP Request Smuggling due to spaced in headers (Medium)(CVE-2021-22959) HTTP Request Smuggling when parsing the body (Medium)(CVE-2021-22960) 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 0035bba76..3314648f8 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
-@@ -1028,13 +1029,6 @@ function lookupAndConnect(self, options)
+@@ -1039,13 +1040,6 @@ function lookupAndConnect(self, options)
hints: options.hints || 0
};