From be00446c851233d48b6d4e6baaec068b55f386b4 Mon Sep 17 00:00:00 2001 From: liudabo Date: Mon, 15 Mar 2021 14:15:13 +0800 Subject: [PATCH] fix CVE (cherry picked from commit 392c36cc7b846826e59261a79f9a7c5776ab8f91) --- nodejs.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/nodejs.spec b/nodejs.spec index b4fb792..2534cf7 100644 --- a/nodejs.spec +++ b/nodejs.spec @@ -1,5 +1,5 @@ %bcond_with bootstrap -%global baserelease 6 +%global baserelease 7 %{?!_pkgdocdir:%global _pkgdocdir %{_docdir}/%{name}-%{version}} %global nodejs_epoch 1 %global nodejs_major 10 @@ -465,9 +465,12 @@ end %changelog -* Mon Mar 15 2021 xinghe 1:10.21.0-6 +* Mon Mar 15 2021 xinghe 1:10.21.0-7 - fix CVE-2021-22883 CVE-2021-22884 +* Sat Feb 27 2021 xinghe 1:10.21.0-6 +- remove error dist + * Fri Feb 5 2021 xinghe 1:10.21.0-5 - fix CVE-2020-8265 CVE-2020-8287 -- Gitee