From de6f0837cb7022243f7128bdf81ea1afb57f8312 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Oct 15 2022 18:33:17 +0000 Subject: import nodejs-14.20.1-2.module+el8.6.0+16840+dd99e8d0 --- diff --git a/.gitignore b/.gitignore index 751ebb7..a820bb2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ SOURCES/icu4c-70_1-src.tgz -SOURCES/node-v14.20.0-stripped.tar.gz +SOURCES/node-v14.20.1-stripped.tar.gz diff --git a/.nodejs.metadata b/.nodejs.metadata index d868ff8..1a82f0b 100644 --- a/.nodejs.metadata +++ b/.nodejs.metadata @@ -1,2 +1,2 @@ f7c1363edee6be7de8b624ffbb801892b3417d4e SOURCES/icu4c-70_1-src.tgz -66dc4b75e2e416d064f12be3450fc7953d72b21b SOURCES/node-v14.20.0-stripped.tar.gz +78984f3659b168dc3712a1cbd49f43c0f62a299f SOURCES/node-v14.20.1-stripped.tar.gz diff --git a/SPECS/nodejs.spec b/SPECS/nodejs.spec index 77e76c5..ed30860 100644 --- a/SPECS/nodejs.spec +++ b/SPECS/nodejs.spec @@ -42,7 +42,7 @@ %global nodejs_epoch 1 %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 %{baserelease} @@ -72,7 +72,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 @@ -668,6 +668,15 @@ end %changelog +* Fri Oct 07 2022 Jan Staněk - 1:14.20.1-2 +- Record issues fixed in the current version + Resolves: CVE-2021-44531 CVE-2021-44532 CVE-2021-44533 CVE-2022-21824 + Resolves: CVE-2022-0235 + +* Thu Sep 29 2022 Jan Staněk - 1:14.20.1-1 +- Rebase to version 14.20.1 + Resolves: CVE-2022-35256 + * Tue Aug 02 2022 Zuzana Svetlikova