import UBI nodejs-22.16.0-2.module+el9.6.0+23339+d3c8acfa

This commit is contained in:
eabdullin 2025-07-28 02:45:19 +00:00
parent 57b33875e3
commit bc49915588
2 changed files with 11033 additions and 2 deletions

File diff suppressed because it is too large Load Diff

View File

@ -46,7 +46,7 @@
# This is used by both the nodejs package and the npm subpackage that
# has a separate version - the name is special so that rpmdev-bumpspec
# will bump this rather than adding .1 to the end.
%global baserelease 1
%global baserelease 2
%{?!_pkgdocdir:%global _pkgdocdir %{_docdir}/%{name}-%{version}}
@ -142,7 +142,7 @@
%global histogram_version 0.11.8
# sqlite - from deps/sqlite/sqlite3.h
%global sqlite_version 3.49.1
%global sqlite_version 3.50.3
Name: nodejs
@ -174,6 +174,7 @@ Source300: test-runner.sh
Source301: test-should-pass.txt
Patch: 0001-Remove-unused-OpenSSL-config.patch
Patch: 0002-sqlite-CVE-2025-6965.patch
%global pkgname nodejs
@ -895,6 +896,10 @@ end
%changelog
* Mon Jul 21 2025 Tomas Juhasz <tjuhasz@redhat.com> - 1:22.16.0-2
- Patch fix for CVE-2025-6965
Resolves: RHEL-103851
* Tue May 20 2025 Andrei Radchenko <aradchen@redhat.com> - 1:22.16.0-1
- Update to 22.16.0
Resolves: RHEL-89600 RHEL-92872 RHEL-92420