stable

nodejs-16.14.0-2.fc36

FEDORA-2022-130da47da4 created by sgallagh 3 years ago for Fedora 36

Automatic update for nodejs-16.14.0-2.fc36.

Changelog
* Wed Feb  9 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

How to install

Updates may require up to 24 hours to propagate to mirrors. If the following command doesn't work, please retry later:

sudo dnf upgrade --refresh --advisory=FEDORA-2022-130da47da4

This update was automatically created

3 years ago

This update's test gating status has been changed to 'waiting'.

3 years ago

This update's test gating status has been changed to 'ignored'.

3 years ago

This update has been submitted for stable by bodhi

3 years ago

I seem to be hitting the ERR_OSSL_EVP_UNSUPPORTED error with 16.14.0-2.fc36 but since versions lower than 17 don't include --openssl-legacy-provider as an option, is there a recommended workaround for this since the changes are handled outside of this package, in the openssl one?

You have the option to do update-crypto-policies --set LEGACY, which will re-enable the unsupported algorithms, but a much better solution would be to fix the underlying code to use a secure algorithm instead. The most common offender is webpack, which can be addressed by adding the following config snippet:

module.exports = {
    output: {
        hashFunction: "sha256"
    }
};

Note that --openssl-legacy-provider will probably not solve your issue. See https://www.redhat.com/en/blog/legacy-cryptography-fedora-36-and-red-hat-enterprise-linux-9 on the difference between the OpenSSL legacy provider and the LEGACY crypto-policy, and why the legacy provider is unlikely to be what you need.


Please log in to add feedback.

Metadata
Type
unspecified
Karma
0
Signed
Content Type
RPM
Test Gating
Autopush Settings
Unstable by Karma
-3
Stable by Karma
disabled
Stable by Time
0 days
Dates
submitted
3 years ago
in testing
3 years ago
in stable
3 years ago

Automated Test Results