import UBI nodejs-22.16.0-2.module+el9.6.0+23339+d3c8acfa
This commit is contained in:
parent
57b33875e3
commit
bc49915588
11026
SOURCES/0002-sqlite-CVE-2025-6965.patch
Normal file
11026
SOURCES/0002-sqlite-CVE-2025-6965.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user