Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: nodejs16-libs | Distribution: Fedora Project |
Version: 16.19.1 | Vendor: Fedora Project |
Release: 4.fc38 | Build date: Wed Mar 1 22:35:20 2023 |
Group: Development/Languages | Build host: buildhw-x86-16.iad2.fedoraproject.org |
Size: 51267425 | Source RPM: nodejs16-16.19.1-4.fc38.src.rpm |
Packager: Fedora Project | |
Url: http://nodejs.org/ | |
Summary: Node.js and v8 libraries |
Libraries to support Node.js and provide stable v8 interfaces.
MIT and ASL 2.0 and ISC and BSD
* Wed Mar 01 2023 Stephen Gallagher <sgallagh@redhat.com> - 1:16.19.1-4 - sources: re-sync to nodejs20 * Thu Feb 23 2023 Stephen Gallagher <sgallagh@redhat.com> - 1:16.19.1-3 - Fix an incompatibility with GCC 13+ - The Makefile patch is also no longer needed since we switched to ninja. * Tue Feb 21 2023 Stephen Gallagher <sgallagh@redhat.com> - 1:16.19.1-2 - Update to latest nodejs-sources.sh * Fri Feb 17 2023 Stephen Gallagher <sgallagh@redhat.com> - 1:16.19.1-1 - Update to 16.19.1 - https://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V16.md# 16.19.1 - packaging: Drop vestigial package.cfg file. - packaging: Make nodejs-sources.sh clean up after itself * Mon Jan 23 2023 Stephen Gallagher <sgallagh@redhat.com> - 1:16.19.0-5 - Upload sources correctly * Mon Jan 23 2023 Stephen Gallagher <sgallagh@redhat.com> - 1:16.19.0-4 - Rework nodejs-sources.sh * Mon Jan 23 2023 Stephen Gallagher <sgallagh@redhat.com> - 1:16.19.0-3 - Fix v8 symlinks * Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1:16.19.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Thu Dec 15 2022 Stephen Gallagher <sgallagh@redhat.com> - 1:16.19.0-1 - Update to 16.19.0 * Thu Dec 01 2022 Stephen Gallagher <sgallagh@redhat.com> - 1:16.18.1-5 - Use requires instead of conflicts for -docs * Wed Nov 30 2022 Stephen Gallagher <sgallagh@redhat.com> - 1:16.18.1-4 - Add pretrans scriptlet for node_modules * Wed Nov 30 2022 Stephen Gallagher <sgallagh@redhat.com> - 1:16.18.1-3 - Add proper npm obsoletes * Wed Nov 30 2022 Stephen Gallagher <sgallagh@redhat.com> - 1:16.18.1-2 - Drop redundant default definition * Mon Nov 07 2022 Stephen Gallagher <sgallagh@redhat.com> - 1:16.18.1-1 - Enable parallel-installation * Mon Jun 13 2022 Stephen Gallagher <sgallagh@redhat.com> - 1:16.15.1-1 - Update to Node.js 16.15.1 - Re-enable LTO build * Fri May 06 2022 Stephen Gallagher <sgallagh@redhat.com> - 1:16.15.0-3 - Fix incorrect epoch in v8-devel dependency * Fri Apr 29 2022 Stephen Gallagher <sgallagh@redhat.com> - 1:16.15.0-2 - Fix file conflicts. - Make dependency on nodejs-libs more strict. * Wed Apr 27 2022 Stephen Gallagher <sgallagh@redhat.com> - 1:16.15.0-1 - Update to Node.js 16.15.0 - Stop carrying full ICU sources now that the binary data is available - Properly version the v8 virtual Provides - Bundle nghttp2 * Mon Apr 04 2022 Jan Staněk <jstanek@redhat.com> - 16.14.1-2 - Unify configure.py calls into single command - Refactor bootstrap-related parts - Decouple dependency bundling from bootstrapping * Thu Mar 17 2022 Stephen Gallagher <sgallagh@redhat.com> - 1:16.14.1-1 - Update to Node.js 16.14.1 - Drop corepack * Thu Mar 03 2022 Zuzana Svetlikova <zsvetlik@redhat.com> - 1:16.14.0-3 - Build without corepack * Wed Feb 09 2022 Zuzana Svetlikova <zsvetlik@redhat.com> - 1:16.14.0-2 - Replace explicit version of npm in %check with variable and make build fail if it doesn't match * Tue Feb 08 2022 Stephen Gallagher <sgallagh@redhat.com> - 1:16.14.0-1 - Update to Node.js 16.14.0 * Thu Feb 03 2022 Stephen Gallagher <sgallagh@redhat.com> - 1:16.13.2-8 - Update npm to 8.3.1 (CVE-2021-43616) * Wed Feb 02 2022 Stephen Gallagher <sgallagh@redhat.com> - 1:16.13.2-7 - Fix incorrect version Provides: for npm (bz#2049873) * Mon Jan 31 2022 Stephen Gallagher <sgallagh@redhat.com> - 1:16.13.2-6 - Rebuild for more architectures * Mon Jan 31 2022 Stephen Gallagher <sgallagh@redhat.com> - 1:16.13.2-5 - Tweak some dependencies on EPEL 7 (bz2048589) - Add Provides: bundled(zlib) * Wed Jan 19 2022 Stephen Gallagher <sgallagh@redhat.com> - 1:16.13.2-3 - Bundle zlib on EPEL 7 * Mon Jan 17 2022 Stephen Gallagher <sgallagh@redhat.com> - 1:16.13.2-2 - Add support for building on EPEL 7 * Tue Jan 11 2022 Stephen Gallagher <sgallagh@redhat.com> - 1:16.13.2-1 - Improper handling of URI Subject Alternative Names (Medium)(CVE-2021-44531) - Certificate Verification Bypass via String Injection (Medium)(CVE-2021-44532) - Incorrect handling of certificate subject and issuer fields (Medium)(CVE-2021-44533) - Prototype pollution via `console.table` properties (Low)(CVE-2022-21824) * Thu Dec 02 2021 Stephen Gallagher <sgallagh@redhat.com> - 1:16.13.1-2 - Enable building for EPEL 8 modules * Thu Dec 02 2021 Stephen Gallagher <sgallagh@redhat.com> - 1:16.13.1-1 - Update to 16.13.1 - https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V16.md#16.13.1 * Thu Nov 25 2021 Honza Horak <hhorak@redhat.com> - 1:16.13.0-3 - Make sure binary node-gyp is executable Resolves: #2026615 * Mon Nov 01 2021 Stephen Gallagher <sgallagh@redhat.com> - 1:16.13.0-1 - Update to 16.13.0 - https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V16.md#16.13.0 - Add support for epel8 * Mon Oct 25 2021 Stephen Gallagher <sgallagh@redhat.com> - 1:16.12.0-1 - Update to 16.12.0 - https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V16.md#16.12.0 * Wed Oct 13 2021 Stephen Gallagher <sgallagh@redhat.com> - 1:16.11.1-1 - Update to 16.11.1 - https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V16.md#16.11.0 - https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V16.md#16.11.1 * Thu Sep 23 2021 Stephen Gallagher <sgallagh@redhat.com> - 1:16.10.0-1 - Update to 16.10.0 - https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V16.md#16.10.0 * Tue Sep 14 2021 Stephen Gallagher <sgallagh@redhat.com> - 1:16.9.1-4 - Correct the bad merge of corepack fix * Tue Sep 14 2021 Stephen Gallagher <sgallagh@redhat.com> - 1:16.9.1-3 - Drop auto-dependency on PowerShell introduced by corepack * Tue Sep 14 2021 Sahana Prasad <sahana@redhat.com> - 1:16.9.1-2 - Rebuilt with OpenSSL 3.0.0 * Mon Sep 13 2021 Stephen Gallagher <sgallagh@redhat.com> - 1:16.9.1-1 - Update to 16.9.1 - Add experimental 'corepack' tool - https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V16.md#16.9.0 - https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V16.md#16.9.1 * Tue Aug 31 2021 Stephen Gallagher <sgallagh@redhat.com> - 1:16.8.0-1 - Update to 16.8.0 - https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V16.md#16.8.0 - https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V16.md#16.7.0 * Wed Aug 11 2021 Stephen Gallagher <sgallagh@redhat.com> - 1:16.6.2-1 - Update to 16.6.2 - https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V16.md#16.6.2 * Tue Aug 03 2021 Stephen Gallagher <sgallagh@redhat.com> - 1:16.6.1-1 - Update to 16.6.1 - https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V16.md#16.6.1 - Fixes v8 regression introduced in 16.6.0 * Mon Aug 02 2021 Stephen Gallagher <sgallagh@redhat.com> - 1:16.6.0-1 - Update to 16.6.0 - https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V16.md#16.6.0 * Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1:16.5.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Tue Jul 20 2021 Stephen Gallagher <sgallagh@redhat.com> - 1:16.5.0-1 - Update to 16.5.0 - https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V16.md#16.5.0 * Fri Jul 02 2021 Stephen Gallagher <sgallagh@redhat.com> - 1:16.4.1-2 - Re-add support for v8 development headers * Thu Jul 01 2021 Stephen Gallagher <sgallagh@redhat.com> - 1:16.4.1-1 - Update to 16.4.1 - https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V16.md#16.4.1 * Wed Jun 23 2021 Stephen Gallagher <sgallagh@redhat.com> - 1:16.4.0-1 - Update to 16.4.0 - https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V16.md#16.4.0 * Fri Jun 04 2021 Stephen Gallagher <sgallagh@redhat.com> - 1:16.3.0-1 - Update to 16.3.0 - https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V16.md#16.3.0 * Wed May 19 2021 Stephen Gallagher <sgallagh@redhat.com> - 1:16.2.0-1 - Update to 16.2.0 - https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V16.md#16.2.0 - Fix changelog version numbers * Tue May 04 2021 Stephen Gallagher <sgallagh@redhat.com> - 1:16.1.0-1 - Update to 16.1.0 - https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V16.md#16.1.0 - Drop upstreamed patch * Thu Apr 29 2021 Stephen Gallagher <sgallagh@redhat.com> - 1:16.0.0-1 - First release of Node.js 16.x
/usr/lib/.build-id /usr/lib/.build-id/31 /usr/lib/.build-id/31/32d33470d66de9d150d6300f15d0fbfcbe7d72 /usr/lib64/libnode.so.93 /usr/lib64/libv8.so.9 /usr/lib64/libv8_libbase.so.9 /usr/lib64/libv8_libplatform.so.9 /usr/share/licenses/nodejs16-libs /usr/share/licenses/nodejs16-libs/LICENSE /usr/share/node-16
Generated by rpm2html 1.8.1
Fabrice Bellet, Fri Mar 31 00:47:23 2023