From dfe84bcca2acec45d7107a6dc930089c8b4762ce Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Oct 19 2022 10:00:08 +0000 Subject: import rh-nodejs14-nodejs-14.20.1-2.el7 --- diff --git a/.gitignore b/.gitignore index cddf1b5..8b0f1a0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ SOURCES/node-ssl-shim-70e39fd.tar.gz -SOURCES/node-v14.20.0-stripped.tar.gz +SOURCES/node-v14.20.1-stripped.tar.gz diff --git a/.rh-nodejs14-nodejs.metadata b/.rh-nodejs14-nodejs.metadata index f483f68..6a3be65 100644 --- a/.rh-nodejs14-nodejs.metadata +++ b/.rh-nodejs14-nodejs.metadata @@ -1,2 +1,2 @@ a49b02166a7bdba54fb45cba26a18fa48928ca0e SOURCES/node-ssl-shim-70e39fd.tar.gz -fac24a1c927ac8f47ddfb8694513836127c9afa4 SOURCES/node-v14.20.0-stripped.tar.gz +a425ca61bff45d6bf09bc4c2b22a0d5489e689ec SOURCES/node-v14.20.1-stripped.tar.gz diff --git a/SPECS/nodejs.spec b/SPECS/nodejs.spec index c4c974b..033010c 100644 --- a/SPECS/nodejs.spec +++ b/SPECS/nodejs.spec @@ -23,7 +23,7 @@ # than a Fedora release lifecycle. %global nodejs_major 14 %global nodejs_minor 20 -%global nodejs_patch 0 +%global nodejs_patch 1 %global nodejs_abi %{nodejs_major}.%{nodejs_minor} %global nodejs_version %{nodejs_major}.%{nodejs_minor}.%{nodejs_patch} %global nodejs_release 2 @@ -47,7 +47,7 @@ # llhttp - from deps/llhttp/include/llhttp.h %global llhttp_major 2 %global llhttp_minor 1 -%global llhttp_patch 5 +%global llhttp_patch 6 %global llhttp_version %{llhttp_major}.%{llhttp_minor}.%{llhttp_patch} # libuv - from deps/uv/include/uv/version.h @@ -467,6 +467,15 @@ python2 tools/test.py "${RUN_SUITES[@]}" || : # FIXME – disable all failing t %changelog +* Fri Oct 07 2022 Jan Staněk - 14.20.1-2 +- Record additional fixes included in current version + Resolves: CVE-2021-44531 CVE-2021-44532 CVE-2021-44533 CVE-2022-21824 + Resolves: CVE-2022-0235 CVE-2021-44906 + +* Thu Sep 29 2022 Jan Staněk - 14.20.1-1 +- Rebase to version 14.20.1 + Resolves: CVE-2022-35256 + * Tue Jul 26 2022 Jan Staněk - 14.20.0-2 - Disable corepack