Hello community,

here is the log from the commit of package nodejs8 for openSUSE:Factory checked 
in at 2018-09-04 22:47:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nodejs8 (Old)
 and      /work/SRC/openSUSE:Factory/.nodejs8.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nodejs8"

Tue Sep  4 22:47:53 2018 rev:20 rq:632297 version:8.11.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/nodejs8/nodejs8.changes  2018-08-28 
09:21:18.076239706 +0200
+++ /work/SRC/openSUSE:Factory/.nodejs8.new/nodejs8.changes     2018-09-04 
22:48:20.831391878 +0200
@@ -1,0 +2,6 @@
+Thu Aug 23 11:56:53 UTC 2018 - [email protected]
+
+- fix_ci_tests.patch: Fix parallel/test-tls-passphrase.js test to
+  continue to function with older versions of OpenSSL library.
+
+-------------------------------------------------------------------

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

Other differences:
------------------

++++++ fix_ci_tests.patch ++++++
--- /var/tmp/diff_new_pack.N5Fevy/_old  2018-09-04 22:48:21.575394438 +0200
+++ /var/tmp/diff_new_pack.N5Fevy/_new  2018-09-04 22:48:21.575394438 +0200
@@ -2,10 +2,10 @@
 Date: Dec 20 09:18:49 UTC 2017
 Summary: Fix CI unit tests framework for OBS building
 
-Index: node-v8.9.3/test/parallel/test-module-loading-globalpaths.js
+Index: node-v8.11.4/test/parallel/test-module-loading-globalpaths.js
 ===================================================================
---- node-v8.9.3.orig/test/parallel/test-module-loading-globalpaths.js
-+++ node-v8.9.3/test/parallel/test-module-loading-globalpaths.js
+--- node-v8.11.4.orig/test/parallel/test-module-loading-globalpaths.js
++++ node-v8.11.4/test/parallel/test-module-loading-globalpaths.js
 @@ -7,6 +7,9 @@ const fs = require('fs');
  const child_process = require('child_process');
  const pkgName = 'foo';
@@ -16,11 +16,11 @@
  if (process.argv[2] === 'child') {
    console.log(require(pkgName).string);
  } else {
-Index: node-v8.9.3/Makefile
+Index: node-v8.11.4/Makefile
 ===================================================================
---- node-v8.9.3.orig/Makefile
-+++ node-v8.9.3/Makefile
-@@ -409,7 +409,7 @@ test-ci-js: | clear-stalled
+--- node-v8.11.4.orig/Makefile
++++ node-v8.11.4/Makefile
+@@ -416,7 +416,7 @@ test-ci-js: | clear-stalled
        fi
  
  test-ci: LOGLEVEL := info
@@ -29,10 +29,10 @@
        out/Release/cctest --gtest_output=tap:cctest.tap
        $(PYTHON) tools/test.py $(PARALLEL_ARGS) -p tap --logfile test.tap \
                --mode=release --flaky-tests=$(FLAKY_TESTS) \
-Index: node-v8.9.3/test/doctool/test-make-doc.js
+Index: node-v8.11.4/test/doctool/test-make-doc.js
 ===================================================================
---- node-v8.9.3.orig/test/doctool/test-make-doc.js
-+++ node-v8.9.3/test/doctool/test-make-doc.js
+--- node-v8.11.4.orig/test/doctool/test-make-doc.js
++++ node-v8.11.4/test/doctool/test-make-doc.js
 @@ -11,7 +11,7 @@ const assert = require('assert');
  const fs = require('fs');
  const path = require('path');
@@ -42,3 +42,16 @@
  const docs = fs.readdirSync(apiPath);
  assert.ok(docs.includes('_toc.html'));
  
+Index: node-v8.11.4/test/parallel/test-tls-passphrase.js
+===================================================================
+--- node-v8.11.4.orig/test/parallel/test-tls-passphrase.js
++++ node-v8.11.4/test/parallel/test-tls-passphrase.js
+@@ -221,7 +221,7 @@ server.listen(0, common.mustCall(functio
+   }, common.mustCall());
+ })).unref();
+ 
+-const errMessagePassword = /bad decrypt/;
++const errMessagePassword = /bad (decrypt|password read)/;
+ 
+ // Missing passphrase
+ assert.throws(function() {



Reply via email to