From da967b753664d512e3eb9cfb1206202105f57d3b Mon Sep 17 00:00:00 2001 From: Hirokazu MORIKAWA Date: Wed, 13 Oct 2021 08:10:57 +0900 Subject: 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 --- lang/node/patches/999-localhost-no-addrconfig.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lang/node/patches/999-localhost-no-addrconfig.patch') 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 }; -- cgit v1.2.3