import UBI nodejs-22.19.0-2.module+el9.7.0+23475+0a960596
This commit is contained in:
parent
4a8fa1087f
commit
97571bc056
@ -123,8 +123,8 @@ tar -zcf node-v${version}-stripped.tar.gz node-v${version}
|
||||
ICU_MAJOR=$(jq -r '.[0].url' node-v${version}/tools/icu/current_ver.dep | sed --expression='s/.*release-\([[:digit:]]\+\)-\([[:digit:]]\+\).*/\1/g')
|
||||
ICU_MINOR=$(jq -r '.[0].url' node-v${version}/tools/icu/current_ver.dep | sed --expression='s/.*release-\([[:digit:]]\+\)-\([[:digit:]]\+\).*/\2/g')
|
||||
rm -Rf icu4c-${ICU_MAJOR}_${ICU_MINOR}-data-bin-*.zip
|
||||
wget $(grep -w 'Source3' nodejs*.spec | sed --expression="s/.*http/http/g" --expression="s/\(\%{icu_major}\)/${ICU_MAJOR}/g" --expression="s/\(\%{icu_minor}\)/${ICU_MINOR}/g")
|
||||
wget $(grep -w 'Source4' nodejs*.spec | sed --expression="s/.*http/http/g" --expression="s/\(\%{icu_major}\)/${ICU_MAJOR}/g" --expression="s/\(\%{icu_minor}\)/${ICU_MINOR}/g")
|
||||
wget $(grep -w 'Source3' nodejs.spec | sed --expression="s/.*http/http/g" --expression="s/\(\%{icu_major}\)/${ICU_MAJOR}/g" --expression="s/\(\%{icu_minor}\)/${ICU_MINOR}/g")
|
||||
wget $(grep -w 'Source4' nodejs.spec | sed --expression="s/.*http/http/g" --expression="s/\(\%{icu_major}\)/${ICU_MAJOR}/g" --expression="s/\(\%{icu_minor}\)/${ICU_MINOR}/g")
|
||||
|
||||
#fedpkg new-sources node-v${version}-stripped.tar.gz icu4c*-src.tgz
|
||||
|
||||
|
||||
@ -175,6 +175,7 @@ Source301: test-should-pass.txt
|
||||
|
||||
Patch: 0001-Remove-unused-OpenSSL-config.patch
|
||||
Patch: 0003-fips-disable-options.patch
|
||||
|
||||
%global pkgname nodejs
|
||||
|
||||
BuildRequires: make
|
||||
@ -898,34 +899,33 @@ end
|
||||
%changelog
|
||||
* Fri Aug 29 2025 Tomas Juhasz <tjuhasz@redhat.com> - 1:22.19.0-1
|
||||
- Update to 22.19.0
|
||||
Resolves: RHEL-111912
|
||||
Resolves: RHEL-100426
|
||||
|
||||
* Mon Jul 21 2025 Tomas Juhasz <tjuhasz@redhat.com> - 1:22.16.0-2
|
||||
- Patch fix for CVE-2025-6965
|
||||
Resolves: RHEL-103851
|
||||
Resolves: RHEL-103853
|
||||
|
||||
* 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
|
||||
Resolves: RHEL-92870 RHEL-89599 RHEL-92058
|
||||
|
||||
* Thu Apr 24 2025 Tomas Juhasz <tjuhasz@redhat.com> - 1:22.15.0-1
|
||||
- Update to 22.15.0
|
||||
- Drop upstream patches
|
||||
Resolves: RHEL-87319 RHEL-86586
|
||||
|
||||
* Tue Apr 22 2025 Tomas Juhasz <tjuhasz@redhat.com> - 1:22.13.1-4
|
||||
- Patch fix for sqlite CVE-2025-31498
|
||||
Resolves: RHEL-87319
|
||||
Resolves: RHEL-87320
|
||||
|
||||
* Mon Apr 14 2025 Tomas Juhasz <tjuhasz@redhat.com> - 1:22.13.1-3
|
||||
- Update c-ares to newest version with fix for CVE-2025-31498
|
||||
Resolves: RHEL-86586
|
||||
Resolves: RHEL-86587
|
||||
|
||||
* Mon Mar 03 2025 Andrei Radchenko <aradchen@redhat.com> - 1:22.13.1-2
|
||||
- Remove obsolete lua pretransaction script from spec file
|
||||
Resolves: RHEL-81119
|
||||
- Disable npm update notifications for users
|
||||
Resolves: RHEL-81158
|
||||
Resolves: RHEL-81079
|
||||
|
||||
* Thu Jan 30 2025 Jan Staněk <jstanek@redhat.com> - 1:22.13.1-1
|
||||
- Update to version 22.13.1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user