Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package nodejs20 for openSUSE:Factory checked in at 2024-01-29 22:27:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/nodejs20 (Old) and /work/SRC/openSUSE:Factory/.nodejs20.new.1815 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "nodejs20" Mon Jan 29 22:27:01 2024 rev:20 rq:1142218 version:20.10.0 Changes: -------- --- /work/SRC/openSUSE:Factory/nodejs20/nodejs20.changes 2024-01-10 21:50:46.944885309 +0100 +++ /work/SRC/openSUSE:Factory/.nodejs20.new.1815/nodejs20.changes 2024-01-29 22:27:08.889383039 +0100 @@ -1,0 +2,6 @@ +Mon Jan 29 10:04:22 UTC 2024 - Adam Majer <adam.ma...@suse.de> + +- fix_ci_tests.patch: disable test_crypto_fips for openssl 3.x, + to be fixed soon (bsc#1219152) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ fix_ci_tests.patch ++++++ --- /var/tmp/diff_new_pack.87pblP/_old 2024-01-29 22:27:09.841417546 +0100 +++ /var/tmp/diff_new_pack.87pblP/_new 2024-01-29 22:27:09.841417546 +0100 @@ -108,4 +108,17 @@ .replaceAll('file:**', 'file:*/'); } +Index: node-v20.10.0/test/parallel/test-crypto-fips.js +=================================================================== +--- node-v20.10.0.orig/test/parallel/test-crypto-fips.js ++++ node-v20.10.0/test/parallel/test-crypto-fips.js +@@ -3,6 +3,8 @@ + const common = require('../common'); + if (!common.hasCrypto) + common.skip('missing crypto'); ++if (common.hasOpenSSL3) ++ common.skip('skipped fips test on openssl 3.x, to be fixed later'); + + const assert = require('assert'); + const spawnSync = require('child_process').spawnSync;