Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package nodejs20 for openSUSE:Factory 
checked in at 2023-10-27 22:27:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nodejs20 (Old)
 and      /work/SRC/openSUSE:Factory/.nodejs20.new.17445 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nodejs20"

Fri Oct 27 22:27:01 2023 rev:16 rq:1120765 version:20.8.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/nodejs20/nodejs20.changes        2023-10-25 
18:02:47.722378840 +0200
+++ /work/SRC/openSUSE:Factory/.nodejs20.new.17445/nodejs20.changes     
2023-10-27 22:27:02.616984749 +0200
@@ -0,0 +1,5 @@
+-------------------------------------------------------------------
+Fri Oct 27 09:10:38 UTC 2023 - Adam Majer <adam.ma...@suse.de>
+
+- fix_ci_tests.patch: adapt for openssl 3.1.4
+

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ nodejs20.spec ++++++
--- /var/tmp/diff_new_pack.qZFTyc/_old  2023-10-27 22:27:04.597057371 +0200
+++ /var/tmp/diff_new_pack.qZFTyc/_new  2023-10-27 22:27:04.597057371 +0200
@@ -678,7 +678,7 @@
 %setup -q -n node-%{version}
 %endif
 
-%if %{node_version_number} <= 16
+%if %{node_version_number} == 16
 tar zxf %{S:12}
 %endif
 


++++++ fix_ci_tests.patch ++++++
--- /var/tmp/diff_new_pack.qZFTyc/_old  2023-10-27 22:27:04.665059864 +0200
+++ /var/tmp/diff_new_pack.qZFTyc/_new  2023-10-27 22:27:04.665059864 +0200
@@ -85,12 +85,14 @@
 ===================================================================
 --- node-v20.8.1.orig/test/parallel/test-crypto-dh.js
 +++ node-v20.8.1/test/parallel/test-crypto-dh.js
-@@ -89,7 +89,7 @@ const crypto = require('crypto');
+@@ -87,9 +87,7 @@ const crypto = require('crypto');
+ 
+   assert.throws(() => {
      dh3.computeSecret('');
-   }, { message: common.hasOpenSSL3 ?
-     'error:02800080:Diffie-Hellman routines::invalid secret' :
+-  }, { message: common.hasOpenSSL3 ?
+-    'error:02800080:Diffie-Hellman routines::invalid secret' :
 -    'Supplied key is too small' });
-+    /(error:05066066:Diffie-Hellman routines:compute_key:invalid public 
key|Supplied key is too small)/ });
++  }, /(error:02800080:Diffie-Hellman routines::invalid 
secret|error:05066066:Diffie-Hellman routines:compute_key:invalid public 
key|Supplied key is too small)/);
  }
  
  // Through a fluke of history, g=0 defaults to DH_GENERATOR (2).

Reply via email to