import nodejs-14.20.1-2.module+el8.7.0+16991+b0a68a3e
This commit is contained in:
parent
9ac533679f
commit
68e3fe906f
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,2 +1,2 @@
|
|||||||
SOURCES/icu4c-70_1-src.tgz
|
SOURCES/icu4c-70_1-src.tgz
|
||||||
SOURCES/node-v14.20.0-stripped.tar.gz
|
SOURCES/node-v14.20.1-stripped.tar.gz
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
f7c1363edee6be7de8b624ffbb801892b3417d4e SOURCES/icu4c-70_1-src.tgz
|
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
|
||||||
|
@ -42,7 +42,7 @@
|
|||||||
%global nodejs_epoch 1
|
%global nodejs_epoch 1
|
||||||
%global nodejs_major 14
|
%global nodejs_major 14
|
||||||
%global nodejs_minor 20
|
%global nodejs_minor 20
|
||||||
%global nodejs_patch 0
|
%global nodejs_patch 1
|
||||||
%global nodejs_abi %{nodejs_major}.%{nodejs_minor}
|
%global nodejs_abi %{nodejs_major}.%{nodejs_minor}
|
||||||
%global nodejs_version %{nodejs_major}.%{nodejs_minor}.%{nodejs_patch}
|
%global nodejs_version %{nodejs_major}.%{nodejs_minor}.%{nodejs_patch}
|
||||||
%global nodejs_release %{baserelease}
|
%global nodejs_release %{baserelease}
|
||||||
@ -72,7 +72,7 @@
|
|||||||
# llhttp - from deps/llhttp/include/llhttp.h
|
# llhttp - from deps/llhttp/include/llhttp.h
|
||||||
%global llhttp_major 2
|
%global llhttp_major 2
|
||||||
%global llhttp_minor 1
|
%global llhttp_minor 1
|
||||||
%global llhttp_patch 5
|
%global llhttp_patch 6
|
||||||
%global llhttp_version %{llhttp_major}.%{llhttp_minor}.%{llhttp_patch}
|
%global llhttp_version %{llhttp_major}.%{llhttp_minor}.%{llhttp_patch}
|
||||||
|
|
||||||
# libuv - from deps/uv/include/uv/version.h
|
# libuv - from deps/uv/include/uv/version.h
|
||||||
@ -668,26 +668,25 @@ end
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Aug 02 2022 Zuzana Svetlikova <zsvetlik@redhat.com - 1:14.20.0-2
|
* Fri Oct 07 2022 Jan Staněk <jstanek@redhat.com> - 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
|
||||||
|
|
||||||
|
* Thu Sep 29 2022 Jan Staněk <jstanek@redhat.com> - 1:14.20.1-1
|
||||||
|
- Rebase to version 14.20.1
|
||||||
|
Resolves: CVE-2022-35256
|
||||||
|
|
||||||
|
* Mon Aug 22 2022 Zuzana Svetlikova <zsvetlik@redhat.com> - 1:14.20.0-1
|
||||||
|
- Rebase to latest release
|
||||||
|
- Resolves: #2106281, #2108056, #2108061, #2108066, #2108071, #2108139
|
||||||
|
- Remove libs patch
|
||||||
|
- Build without corepack
|
||||||
|
|
||||||
|
* Wed May 25 2022 Jan Staněk <jstanek@redhat.com> - 1:14.18.2-2
|
||||||
- Replace with_* macros with RPM confitionals
|
- Replace with_* macros with RPM confitionals
|
||||||
- Unify configure calls into single command
|
- Unify configure calls into single command
|
||||||
- Refactor bootstrap-related parts
|
- Refactor bootstrap-related parts
|
||||||
- Decouple dependency bundling from bootstrapping
|
- Decouple dependency bundling from bootstrapping
|
||||||
- Resolves: RHBZ#2111417
|
|
||||||
|
|
||||||
* Mon Jul 25 2022 Zuzana Svetlikova <zsvetlik@redhat.com> - 1:14.20.0-1
|
|
||||||
- Rebase to latest version
|
|
||||||
- Resolves: RHBZ#2106367
|
|
||||||
- CVE fixes for CVE-2022-32212/3/4/5
|
|
||||||
- Resolves: #2109576, #2109579, #2109582, #2109585
|
|
||||||
|
|
||||||
* Tue Jan 11 2022 Zuzana Svetlikova <zsvetlik@redhat.com> - 1:14.18.2-3
|
|
||||||
- Resolves: RHBZ#2029519
|
|
||||||
- Add missing BZ to changelog
|
|
||||||
|
|
||||||
* Mon Dec 13 2021 Zuzana Svetlikova <zsvetlik@redhat.com> - 1:14.18.2-2
|
|
||||||
- Add missing fixes
|
|
||||||
- Resolves: RHBZ#2027641, RHBZ#2027634
|
|
||||||
|
|
||||||
* Wed Dec 01 2021 Zuzana Svetlikova <zsvetlik@redhat.com> - 1:14.18.2-1
|
* Wed Dec 01 2021 Zuzana Svetlikova <zsvetlik@redhat.com> - 1:14.18.2-1
|
||||||
- Resolves: RHBZ#2026325
|
- Resolves: RHBZ#2026325
|
||||||
|
Loading…
Reference in New Issue
Block a user