From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Korsgaard Date: Thu, 26 Oct 2017 13:25:45 +0200 Subject: [Buildroot] [PATCH 2017.02.x] nodejs: security bump to version 6.11.5 In-Reply-To: <20171025201613.17676-1-peter@korsgaard.com> (Peter Korsgaard's message of "Wed, 25 Oct 2017 22:16:13 +0200") References: <20171025201613.17676-1-peter@korsgaard.com> Message-ID: <87d15a2ls6.fsf@dell.be.48ers.dk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net >>>>> "Peter" == Peter Korsgaard writes: > Fixes CVE-2017-14919 - In zlib v1.2.9, a change was made that causes an > error to be raised when a raw deflate stream is initialized with windowBits > set to 8. On some versions this crashes Node and you cannot recover from > it, while on some versions it throws an exception. Node.js will now > gracefully set windowBits to 9 replicating the legacy behavior to avoid a > DOS vector. > For more details, see the announcement: > https://nodejs.org/en/blog/vulnerability/oct-2017-dos/ > Drop 0002-inspector-don-t-build-when-ssl-support-is-disabled.patch as that > is now upstream: > https://github.com/nodejs/node/commit/ba23506419 > And refresh the other patches. > Signed-off-by: Peter Korsgaard Committed, thanks. -- Bye, Peter Korsgaard