From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from smtp2.osuosl.org (smtp2.osuosl.org [140.211.166.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id B1744C433EF for ; Mon, 17 Jan 2022 21:37:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp2.osuosl.org (Postfix) with ESMTP id 5EDAD40162; Mon, 17 Jan 2022 21:37:34 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp2.osuosl.org ([127.0.0.1]) by localhost (smtp2.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id gnzUUZ1E5oml; Mon, 17 Jan 2022 21:37:33 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp2.osuosl.org (Postfix) with ESMTP id 51FEB40192; Mon, 17 Jan 2022 21:37:32 +0000 (UTC) Received: from smtp1.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 2E6E21BF388 for ; Mon, 17 Jan 2022 21:37:30 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp1.osuosl.org (Postfix) with ESMTP id 1CD4880DA5 for ; Mon, 17 Jan 2022 21:37:30 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Authentication-Results: smtp1.osuosl.org (amavisd-new); dkim=pass (2048-bit key) header.d=free.fr Received: from smtp1.osuosl.org ([127.0.0.1]) by localhost (smtp1.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id IlKxwHZvgQmu for ; Mon, 17 Jan 2022 21:37:29 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.8.0 Received: from smtp3-g21.free.fr (smtp3-g21.free.fr [IPv6:2a01:e0c:1:1599::12]) by smtp1.osuosl.org (Postfix) with ESMTPS id E5F5180C52 for ; Mon, 17 Jan 2022 21:37:28 +0000 (UTC) Received: from ymorin.is-a-geek.org (unknown [IPv6:2a01:cb19:8b51:cb00:9c4f:55a9:fb74:ca3a]) (Authenticated sender: yann.morin.1998@free.fr) by smtp3-g21.free.fr (Postfix) with ESMTPSA id D013E13F86F; Mon, 17 Jan 2022 22:37:21 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=free.fr; s=smtp-20201208; t=1642455446; bh=VgPBmpafN2c6dl3TSiP6qJrzrUL13Stl9aMXoYqQS6s=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=snYfbGq0dh5VTcfxSe8hBu0i/ZvnYXyCGBigTB1diT7gzZw7nVtqeYM+n1pn1u66i 7N8MLjxmWSBQQg2HZE57jIvwzNisr2ytJlLn/V7TfdcmkirqdnxWqf5z6cyJSDzIgA OTdqU7CsigBXDq6HNKNBPolbvE3kNGHx4zCBglFRuj/y2xgvnYkjl03k5nppouwz1h 4uHEzjPLEk/J31vPdF/U6Kq7eCoXdF1UjUyvfftk9eBWo8kZxQ/Nzs2Uz6Hr/dBbWX GpNsE0D6UrevqUVBl/DzdRcBZeJ3cD1macaZKGyxBFzwfXnn2vvumCMF1Ot9raD2bC WOe/qPw+VRGOA== Received: by ymorin.is-a-geek.org (sSMTP sendmail emulation); Mon, 17 Jan 2022 22:37:21 +0100 Date: Mon, 17 Jan 2022 22:37:21 +0100 From: "Yann E. MORIN" To: Peter Korsgaard Message-ID: <20220117213721.GG2313964@scaer> References: <20220114103825.1529-1-peter@korsgaard.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220114103825.1529-1-peter@korsgaard.com> User-Agent: Mutt/1.5.22 (2013-10-16) Subject: Re: [Buildroot] [PATCH] package/nodejs: security bump to version 14.18.3 X-BeenThere: buildroot@buildroot.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Martin Bark , Daniel Price , buildroot@buildroot.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: buildroot-bounces@buildroot.org Sender: "buildroot" Peter, All, On 2022-01-14 11:38 +0100, Peter Korsgaard spake thusly: > Fixes the following security issues: [--SNIP--] > For details, see the advisory: > https://nodejs.org/en/blog/vulnerability/jan-2022-security-releases/ It was also reported on IRC that this should also fix some build issue with python 3.10. > Signed-off-by: Peter Korsgaard Applied to master, thanks. Regards, Yann E. MORIN. > --- > package/nodejs/nodejs.hash | 4 ++-- > package/nodejs/nodejs.mk | 2 +- > 2 files changed, 3 insertions(+), 3 deletions(-) > > diff --git a/package/nodejs/nodejs.hash b/package/nodejs/nodejs.hash > index f330757341..6365ef852b 100644 > --- a/package/nodejs/nodejs.hash > +++ b/package/nodejs/nodejs.hash > @@ -1,5 +1,5 @@ > -# From https://nodejs.org/dist/v14.18.2/SHASUMS256.txt > -sha256 3e8a9ce10f8bcd3628eb6dd049f7f03c84ba9219be6f9743e2221154b9cc680b node-v14.18.2.tar.xz > +# From https://nodejs.org/dist/v14.18.3/SHASUMS256.txt > +sha256 783ac443cd343dd6c68d2abcf7e59e7b978a6a428f6a6025f9b84918b769d608 node-v14.18.3.tar.xz > > # Hash for license file > sha256 b3a67885b5a6ac35e8bbe8190509e41b79b0d9a2e3fbd47186f2ac4727f63be5 LICENSE > diff --git a/package/nodejs/nodejs.mk b/package/nodejs/nodejs.mk > index 7d5c93eb93..727af6dc50 100644 > --- a/package/nodejs/nodejs.mk > +++ b/package/nodejs/nodejs.mk > @@ -4,7 +4,7 @@ > # > ################################################################################ > > -NODEJS_VERSION = 14.18.2 > +NODEJS_VERSION = 14.18.3 > NODEJS_SOURCE = node-v$(NODEJS_VERSION).tar.xz > NODEJS_SITE = http://nodejs.org/dist/v$(NODEJS_VERSION) > NODEJS_DEPENDENCIES = host-qemu host-python3 host-nodejs c-ares \ > -- > 2.20.1 > > _______________________________________________ > buildroot mailing list > buildroot@buildroot.org > https://lists.buildroot.org/mailman/listinfo/buildroot -- .-----------------.--------------------.------------------.--------------------. | Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: | | +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ | | +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no | | http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. | '------------------------------^-------^------------------^--------------------' _______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot