Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package nodejs16 for openSUSE:Factory 
checked in at 2022-04-22 21:53:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nodejs16 (Old)
 and      /work/SRC/openSUSE:Factory/.nodejs16.new.1538 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nodejs16"

Fri Apr 22 21:53:30 2022 rev:19 rq:971139 version:16.14.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/nodejs16/nodejs16.changes        2022-03-16 
21:30:47.667413094 +0100
+++ /work/SRC/openSUSE:Factory/.nodejs16.new.1538/nodejs16.changes      
2022-04-22 21:54:05.590794983 +0200
@@ -1,0 +2,8 @@
+Wed Apr 13 12:55:22 UTC 2022 - Adam Majer <adam.ma...@suse.de>
+
+- update to LTS release 16.14.2:
+  * deps: upgrade openssl sources to OpenSSL_1_1_1n
+
+- fix_ci_tests.patch: refreshed
+
+-------------------------------------------------------------------

Old:
----
  node-v16.14.1.tar.xz

New:
----
  node-v16.14.2.tar.xz

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

Other differences:
------------------
++++++ nodejs16.spec ++++++
--- /var/tmp/diff_new_pack.w80fiD/_old  2022-04-22 21:54:06.526796050 +0200
+++ /var/tmp/diff_new_pack.w80fiD/_new  2022-04-22 21:54:06.530796055 +0200
@@ -15,23 +15,13 @@
 # Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
-###########################################################
-#
-#   WARNING! WARNING! WARNING! WARNING! WARNING! WARNING!
-#
-# This spec file is generated from a template hosted at
-# https://github.com/AdamMajer/nodejs-packaging
-#
-###########################################################
 
-# Fedora doesn't have rpm-config-SUSE which provides
-# ext_man in /usr/lib/rpm/macros.d/macros.obs
 %if 0%{?fedora_version}
 %define ext_man .gz
 %endif
 
 Name:           nodejs16
-Version:        16.14.1
+Version:        16.14.2
 Release:        0
 
 # Double DWZ memory limits
@@ -106,6 +96,12 @@
 %bcond_without intree_nghttp2
 %endif
 
+%if 0%{?suse_version} >= 1550
+%bcond_with    intree_brotli
+%else
+%bcond_without intree_brotli
+%endif
+
 %ifnarch x86_64 %{ix86}
 %bcond_with    gdb
 %else
@@ -135,8 +131,6 @@
 Patch7:         manual_configure.patch
 Patch13:        openssl_binary_detection.patch
 
-
-
 ## Patches specific to SUSE and openSUSE
 Patch100:       linker_lto_jobs.patch
 # PATCH-FIX-OPENSUSE -- set correct path for dtrace if it is built
@@ -160,8 +154,8 @@
 # Use versioned binaries and paths
 Patch200:       versioned.patch
 
-BuildRequires:  pkg-config
 BuildRequires:  fdupes
+BuildRequires:  pkg-config
 BuildRequires:  procps
 BuildRequires:  xz
 BuildRequires:  zlib-devel
@@ -222,7 +216,6 @@
 BuildRequires:  gcc-c++
 %endif
 
-
 # Python dependencies
 %if %node_version_number >= 16
 
@@ -247,8 +240,8 @@
 %endif
 
 %if 0%{?suse_version} >= 1500 && %{node_version_number} >= 10
-BuildRequires:  user(nobody)
 BuildRequires:  group(nobody)
+BuildRequires:  user(nobody)
 %endif
 
 %if ! 0%{with intree_openssl}
@@ -256,10 +249,12 @@
 BuildRequires:  pkgconfig(openssl) >= %{openssl_req_ver}
 
 # require patched openssl library on SLES for nodejs16
-%if %node_version_number >= 16 && 0%{?suse_version} <= 1500 && 
0%{?suse_version} && %{pkg_vcmp openssl-1_1 < '1.1.1e' } && 0%{with 
openssl_RSA_get0_pss_params}
+%if 0%{?suse_version}
+%if %node_version_number >= 16 && 0%{suse_version} <= 1500 && %{pkg_vcmp 
openssl-1_1 < '1.1.1e' } && 0%{with openssl_RSA_get0_pss_params}
 BuildRequires:  openssl-has-RSA_get0_pss_params
 Requires:       openssl-has-RSA_get0_pss_params
 %endif
+%endif
 
 %if 0%{?suse_version}
 %if 0%{?suse_version} >= 1500
@@ -278,7 +273,7 @@
 
 %else
 %if %node_version_number <= 12 && 0%{?suse_version} == 1315 && 
0%{?sle_version} < 120400
-Provides:       bundled(openssl) = 1.1.1m
+Provides:       bundled(openssl) = 1.1.1n
 %else
 BuildRequires:  bundled_openssl_should_not_be_required
 %endif
@@ -309,7 +304,7 @@
 %if %{with libalternatives}
 Requires:       alts
 %else
-Requires(postun): %{_sbindir}/update-alternatives
+Requires(postun):%{_sbindir}/update-alternatives
 %endif
 # either for update-alternatives, or their removal
 Requires(post): %{_sbindir}/update-alternatives
@@ -348,11 +343,14 @@
 %endif
 %endif
 
-Provides:       bundled(uvwasi) = 0.0.12
 Provides:       bundled(libuv) = 1.43.0
+Provides:       bundled(uvwasi) = 0.0.12
 Provides:       bundled(v8) = 9.4.146.24
+%if %{with intree_brotli}
 Provides:       bundled(brotli) = 1.0.9
-
+%else
+BuildRequires:  pkgconfig(libbrotlidec)
+%endif
 
 Provides:       bundled(llhttp) = 6.0.4
 Provides:       bundled(ngtcp2) = 0.1.0-DEV
@@ -371,8 +369,8 @@
 Summary:        Development headers for NodeJS 16.x
 Group:          Development/Languages/NodeJS
 Provides:       nodejs-devel = %{version}
-Requires:       npm16 = %{version}
 Requires:       %{name} = %{version}
+Requires:       npm16 = %{version}
 
 %description devel
 This package provides development headers for Node.js needed for creation
@@ -389,12 +387,12 @@
 Requires:       nodejs16 = %{version}
 Provides:       nodejs-npm = %{version}
 Obsoletes:      nodejs-npm < 4.0.0
-Provides:       npm(npm) = 8.5.0
 Provides:       npm = %{version}
+Provides:       npm(npm) = 8.5.0
 %if 0%{?suse_version} >= 1500
 %if %{node_version_number} >= 10
-Requires:       user(nobody)
 Requires:       group(nobody)
+Requires:       user(nobody)
 %endif
 %endif
 Provides:       bundled(node-abbrev) = 1.1.1
@@ -562,10 +560,10 @@
 Provides:       bundled(node-spdx-expression-parse) = 3.0.1
 Provides:       bundled(node-spdx-license-ids) = 3.0.11
 Provides:       bundled(node-ssri) = 8.0.1
-Provides:       bundled(node-string_decoder) = 1.3.0
 Provides:       bundled(node-string-width) = 2.1.1
 Provides:       bundled(node-string-width) = 4.2.2
 Provides:       bundled(node-string-width) = 4.2.3
+Provides:       bundled(node-string_decoder) = 1.3.0
 Provides:       bundled(node-stringify-package) = 1.0.1
 Provides:       bundled(node-strip-ansi) = 3.0.1
 Provides:       bundled(node-strip-ansi) = 4.0.0
@@ -668,7 +666,6 @@
 tar -C deps/npm/node_modules/node-gyp Jxf %{SOURCE5}
 %endif
 
-
 %build
 # normalize shebang
 %if %{node_version_number} >= 12
@@ -751,6 +748,9 @@
 %if ! 0%{with intree_nghttp2}
     --shared-nghttp2 \
 %endif
+%if ! 0%{with intree_brotli}
+    --shared-brotli \
+%endif
 %if 0%{with gdb}
     --gdb \
 %endif
@@ -974,6 +974,7 @@
 update-alternatives --remove npx-default %{_bindir}/npx%{node_version_number}
 
 %else
+
 %pre
 # remove files that are no longer owned but provided by update-alternatives
 if ! [ -L %{_mandir}/man1/node.1%{ext_man} ]; then

++++++ SHASUMS256.txt ++++++
--- /var/tmp/diff_new_pack.w80fiD/_old  2022-04-22 21:54:06.606796141 +0200
+++ /var/tmp/diff_new_pack.w80fiD/_new  2022-04-22 21:54:06.610796146 +0200
@@ -1,35 +1,35 @@
-b7bb8e48e0d84cf63c0a024b0867f4a62ec5d4a48753015b60789ee70012c3c8  
node-v16.14.1-aix-ppc64.tar.gz
-8f6d45796f3d996484dcf53bb0e53cd019cd0ef7a1a247bd0178ebaa7e63a184  
node-v16.14.1-darwin-arm64.tar.gz
-5e0929ff5c45571a9c6d9c2671d758d85a903c7c7b8104a00e2284fff3a7d4ca  
node-v16.14.1-darwin-arm64.tar.xz
-af35abd727b051c8cdb8dcda9815ae93f96ef2c224d71f4ec52034a2ab5d8b61  
node-v16.14.1-darwin-x64.tar.gz
-dabd549c637b2d46c5e93482012972b40892e1aa537e7cf74e3308c1c7080b45  
node-v16.14.1-darwin-x64.tar.xz
-03a7262cb7ed8583bc344318557c69fd0c1acb8d816aaaef475f1dc5babe335a  
node-v16.14.1-headers.tar.gz
-90cff8d0f107ff359acd738c2e0b8641a1f1414b88ed1e61954270387101efdd  
node-v16.14.1-headers.tar.xz
-53aeda7118cd1991424b457907790033326f432ee6c2908a7693920124622cf4  
node-v16.14.1-linux-arm64.tar.gz
-2d45cdfd1c2e24f8b3d8e75df40a76d73cad9a56c82f637962d931a7c937cd31  
node-v16.14.1-linux-arm64.tar.xz
-4b88af3d7cb90e25b9f28394581d3f050be0717852226476d335e3073b2493a1  
node-v16.14.1-linux-armv7l.tar.gz
-467aba9eacad85e65836eec52d5a9f88e699c90395b64356d13b678fb5eee2a7  
node-v16.14.1-linux-armv7l.tar.xz
-e8e97f0161b0bc1aedcea12a36063974a9042f5eda5024980cd037f9984c4deb  
node-v16.14.1-linux-ppc64le.tar.gz
-56036c60f925193aa273bf993e0524e9b7dbbd654e77f67e55c3a81dc2484d19  
node-v16.14.1-linux-ppc64le.tar.xz
-23f913fee34bc7b4ef8e4a9e3c8014ca19c8da724d3c29cddd50bc621dc1d455  
node-v16.14.1-linux-s390x.tar.gz
-ebcad8a4c59c1454d08b6232a96ca0d27b70a83cc0a9d00f067bcdc038825568  
node-v16.14.1-linux-s390x.tar.xz
-8db3d6d8ecfc2af932320fb12449de2b5b76f946ac72b47c6a9074afe82737ff  
node-v16.14.1-linux-x64.tar.gz
-acaa44a1a224265b238732ce5255d91429b25654de5be70f84a382cc5b6301c2  
node-v16.14.1-linux-x64.tar.xz
-f52f86b3ea2014290ee645e82ca09f114d20ef519df584364e64e5ed0aa07d57  
node-v16.14.1.pkg
-87eb7a2424a1f7b7c1b52459700e93b9a70506a17027dfd9735f97dce3a45643  
node-v16.14.1.tar.gz
-e1687d16582134d9aef2b4e26e83ce3c253184e63061d5b5d334a11ddc95b763  
node-v16.14.1.tar.xz
-40e94c692fa3280bce47607787bc7563422c4efb03a0033c8ecbcedfe259a34d  
node-v16.14.1-win-x64.7z
-663b198c766f2ff60a34710c8e8f29f428f3920d8e268a26bed2591eb4020e2c  
node-v16.14.1-win-x64.zip
-95149b683a60eccb87558338a0ff4549bdedecbd72a2b3244d49fb3243ad7d9d  
node-v16.14.1-win-x86.7z
-1abdcfbe31a72f7757b6c7480a22a8e3bca257c721cae889ec46ddcd36e60e8f  
node-v16.14.1-win-x86.zip
-e14febf43b622c963b4d149057c4252548ab0807fb3d90f8734ab0a092b9a2b7  
node-v16.14.1-x64.msi
-d9056d91a98a89d94c6f467113845c0bb88c2483f561a345d0817873d4207d45  
node-v16.14.1-x86.msi
-15901541912bd8eb5b4b6b5db64fcf453915ea1fe931fc687582ed8ac4ac6ccc  
win-x64/node.exe
+acae171e4d58905e7e4c712a614de17bdf6a6720addbb5e440a94efda78807e4  
node-v16.14.2-aix-ppc64.tar.gz
+a66d9217d2003bd416d3dd06dfd2c7a044c4c9ff2e43a27865790bd0d59c682d  
node-v16.14.2-darwin-arm64.tar.gz
+d6fce58cab15017eba3529fe345a8dfcacbd37599ac8af6ec3e4e74d75c82b2b  
node-v16.14.2-darwin-arm64.tar.xz
+d3076ca7fcc7269c8ff9b03fe7d1c277d913a7e84a46a14eff4af7791ff9d055  
node-v16.14.2-darwin-x64.tar.gz
+8c45f73fd1227ac6e9ad9127398251c381c9af1b2cd364fb32726dc5f38bf393  
node-v16.14.2-darwin-x64.tar.xz
+505e1c287e55bb8ec25d2e20d7d87a57b0c2666e1aa7064e0661ad76b60db594  
node-v16.14.2-headers.tar.gz
+a4e858e062af48cbf57b8505044f1fe38c7debeb7a9eeddcb3b16e90bff4c73b  
node-v16.14.2-headers.tar.xz
+8a792a4cb6d83a960f7bd2901225c492e40ace541fbd73ff59ac4a332c3aaafb  
node-v16.14.2-linux-arm64.tar.gz
+f7c5a573c06a520d6c2318f6ae204141b8420386553a692fc359f8ae3d88df96  
node-v16.14.2-linux-arm64.tar.xz
+339d6505835efdc3cda6f44af9db2b3ca5df240b7b34845a0b2d26342a4c328f  
node-v16.14.2-linux-armv7l.tar.gz
+364ca85c71ce52eb2789bba223d6aed0b76c6f064e9f2074493388fb1c917245  
node-v16.14.2-linux-armv7l.tar.xz
+52884670d96d1b16d00b3dfd8f18f54649cd796aafbf66d574c92d2bddbd771b  
node-v16.14.2-linux-ppc64le.tar.gz
+48469382586c9a1c0f372ed88cbb13870d225538a305eb35efcb7bd7732d330b  
node-v16.14.2-linux-ppc64le.tar.xz
+39cfa5f998378e620c1f659bd933ea0460ee5cbec575e6831e27b4bf3e575525  
node-v16.14.2-linux-s390x.tar.gz
+3197925919ca357e17a31132dc6ef4e5afae819fa09905cfe9f7ff7924a00bf5  
node-v16.14.2-linux-s390x.tar.xz
+57e02c27eb5e52f560f72d96240e898cb52818dc9fc50f45478ce39ece38583a  
node-v16.14.2-linux-x64.tar.gz
+e40c6f81bfd078976d85296b5e657be19e06862497741ad82902d0704b34bb1b  
node-v16.14.2-linux-x64.tar.xz
+ff790d712b5db675020b1e387e1824c45e71803e25d7356dc7399aaeff8caf65  
node-v16.14.2.pkg
+082170f362c4da0e97f3a1899e3f5e4c998bbc245b803c77c6ab113a2b5cbd5f  
node-v16.14.2.tar.gz
+e922e215cc68eb5f94d33e8a0b61e2c863b7731cc8600ab955d3822da90ff8d1  
node-v16.14.2.tar.xz
+3f4b168eaa479397ec40ab8f514e2a924b078a032845fb896d364c0b4084b19c  
node-v16.14.2-win-x64.7z
+4731da4fbb2015d414e871fa9118cabb643bdb6dbdc8a69a3ed563266ac93229  
node-v16.14.2-win-x64.zip
+5b550768e452cf4d8039aa903c1e5881326c1837e7db6f14d5b11dea8302629a  
node-v16.14.2-win-x86.7z
+b48aa66a6f35933bd048b4b1290ca0e5d43ffb31147618f29cbc60b5a2b43009  
node-v16.14.2-win-x86.zip
+df1a010e89fd6fe1cca920425a165dffef45e6b1f072aeef9ed47eba8ff5f283  
node-v16.14.2-x64.msi
+8d9bdfdfe8a3d18eb724f71b64a0dc41d18b1f6d904d4f35556e70d0fa3bece8  
node-v16.14.2-x86.msi
+92e971faed43bebbd8c8695167d9b5d732a322d6ffc0b8b3034560a119f8d487  
win-x64/node.exe
 4b083c771184555dcc23bca56986e0761cf58ebce6ea2b27a81a524a18d5d7ee  
win-x64/node.lib
-d4c6098b185d5b5afbd5904c93631098674976567f86cbde04e4813b14ad3e77  
win-x64/node_pdb.7z
-aadd47ae147c42c96f2308e2643d412a4e0dc4442c62214699c1a2a0741e04c5  
win-x64/node_pdb.zip
-1bd33aac5647371310a1ff11640174460faa537d82cddc8d8f5ea8471f30a5f4  
win-x86/node.exe
+5d550962ef37620d36c58be08781660b3f118a3b1e6776c64729df6f5efbf06c  
win-x64/node_pdb.7z
+420c2793f1ae4e5e8ae7b150800403f2753ca66ae1d0f9ad82f81d732e2ac67e  
win-x64/node_pdb.zip
+34c7200f548fa5e6014211410b53edc187e59b9f75155e6afac23496b7b97cb7  
win-x86/node.exe
 838696e87e61ac96bedbf45331be7e22f4cf5ad1fec1aef75b8dbbd49efa82a2  
win-x86/node.lib
-02ac0efde6d71c39b1321d27df0b11093cc1054c4c1a5d6fd04c490f3ee7741a  
win-x86/node_pdb.7z
-24b54752b21b7dade5a4caeebc760221a820ba3c0622fb5cc0872e93c70fbc20  
win-x86/node_pdb.zip
+db7b9eee61d1d598b832db323bebd145f16a2e225e19b43f72275e19c5b65793  
win-x86/node_pdb.7z
+de87c0bf84c10553bf13732a4778c12e11b06efbaa9fd58a8b8c6a3c71b28862  
win-x86/node_pdb.zip
 

++++++ SHASUMS256.txt.sig ++++++
Binary files /var/tmp/diff_new_pack.w80fiD/_old and 
/var/tmp/diff_new_pack.w80fiD/_new differ

++++++ fix_ci_tests.patch ++++++
--- /var/tmp/diff_new_pack.w80fiD/_old  2022-04-22 21:54:06.674796219 +0200
+++ /var/tmp/diff_new_pack.w80fiD/_new  2022-04-22 21:54:06.682796228 +0200
@@ -2,10 +2,10 @@
 Date: Dec 20 09:18:49 UTC 2017
 Summary: Fix CI unit tests framework for OBS building
 
-Index: node-v16.13.1/test/parallel/test-module-loading-globalpaths.js
+Index: node-v16.14.2/test/parallel/test-module-loading-globalpaths.js
 ===================================================================
---- node-v16.13.1.orig/test/parallel/test-module-loading-globalpaths.js
-+++ node-v16.13.1/test/parallel/test-module-loading-globalpaths.js
+--- node-v16.14.2.orig/test/parallel/test-module-loading-globalpaths.js
++++ node-v16.14.2/test/parallel/test-module-loading-globalpaths.js
 @@ -11,6 +11,9 @@ const { addLibraryPath } = require('../c
  
  addLibraryPath(process.env);
@@ -16,32 +16,23 @@
  if (process.argv[2] === 'child') {
    console.log(require(pkgName).string);
  } else {
-Index: node-v16.13.1/test/parallel/test-tls-passphrase.js
+Index: node-v16.14.2/test/parallel/test-tls-passphrase.js
 ===================================================================
---- node-v16.13.1.orig/test/parallel/test-tls-passphrase.js
-+++ node-v16.13.1/test/parallel/test-tls-passphrase.js
-@@ -224,7 +224,7 @@ server.listen(0, common.mustCall(functio
+--- node-v16.14.2.orig/test/parallel/test-tls-passphrase.js
++++ node-v16.14.2/test/parallel/test-tls-passphrase.js
+@@ -223,7 +223,7 @@ server.listen(0, common.mustCall(functio
+   }, onSecureConnect());
  })).unref();
  
- const errMessagePassword = common.hasOpenSSL3 ?
--  /Error: error:1400006B:UI routines::processing error/ : /bad decrypt/;
-+  /Error: error:1400006B:UI routines::processing error/ : /bad 
(decrypt|password read)/;
- 
- // Missing passphrase
- assert.throws(function() {
-@@ -254,7 +254,7 @@ assert.throws(function() {
-   });
- }, errMessagePassword);
- 
 -const errMessageDecrypt = /bad decrypt/;
 +const errMessageDecrypt = /bad (decrypt|password read)/;
  
- // Invalid passphrase
+ // Missing passphrase
  assert.throws(function() {
-Index: node-v16.13.1/test/parallel/test-repl-envvars.js
+Index: node-v16.14.2/test/parallel/test-repl-envvars.js
 ===================================================================
---- node-v16.13.1.orig/test/parallel/test-repl-envvars.js
-+++ node-v16.13.1/test/parallel/test-repl-envvars.js
+--- node-v16.14.2.orig/test/parallel/test-repl-envvars.js
++++ node-v16.14.2/test/parallel/test-repl-envvars.js
 @@ -2,7 +2,9 @@
  
  // Flags: --expose-internals
@@ -53,10 +44,10 @@
  const stream = require('stream');
  const REPL = require('internal/repl');
  const assert = require('assert');
-Index: node-v16.13.1/test/common/index.mjs
+Index: node-v16.14.2/test/common/index.mjs
 ===================================================================
---- node-v16.13.1.orig/test/common/index.mjs
-+++ node-v16.13.1/test/common/index.mjs
+--- node-v16.14.2.orig/test/common/index.mjs
++++ node-v16.14.2/test/common/index.mjs
 @@ -42,6 +42,7 @@ const {
    expectsError,
    skipIfInspectorDisabled,
@@ -73,11 +64,11 @@
    getArrayBufferViews,
    getBufferSources,
    getTTYfd,
-Index: node-v16.13.1/Makefile
+Index: node-v16.14.2/Makefile
 ===================================================================
---- node-v16.13.1.orig/Makefile
-+++ node-v16.13.1/Makefile
-@@ -508,7 +508,8 @@ test-ci-js: | clear-stalled
+--- node-v16.14.2.orig/Makefile
++++ node-v16.14.2/Makefile
+@@ -523,7 +523,8 @@ test-ci-js: | clear-stalled
  .PHONY: test-ci
  # Related CI jobs: most CI tests, excluding node-test-commit-arm-fanned
  test-ci: LOGLEVEL := info
@@ -87,7 +78,7 @@
        out/Release/cctest --gtest_output=xml:out/junit/cctest.xml
        $(PYTHON) tools/test.py $(PARALLEL_ARGS) -p tap --logfile test.tap \
                --mode=$(BUILDTYPE_LOWER) --flaky-tests=$(FLAKY_TESTS) \
-@@ -684,7 +685,8 @@ apidocs_json = $(addprefix out/,$(apidoc
+@@ -716,7 +717,8 @@ apidocs_json = $(addprefix out/,$(apidoc
  apiassets = $(subst api_assets,api/assets,$(addprefix out/,$(wildcard 
doc/api_assets/*)))
  
  tools/doc/node_modules: tools/doc/package.json
@@ -97,10 +88,10 @@
                echo "Skipping tools/doc/node_modules (no crypto)"; \
        else \
                cd tools/doc && $(call available-node,$(run-npm-ci)) \
-Index: node-v16.13.1/test/parallel/test-crypto-dh.js
+Index: node-v16.14.2/test/parallel/test-crypto-dh.js
 ===================================================================
---- node-v16.13.1.orig/test/parallel/test-crypto-dh.js
-+++ node-v16.13.1/test/parallel/test-crypto-dh.js
+--- node-v16.14.2.orig/test/parallel/test-crypto-dh.js
++++ node-v16.14.2/test/parallel/test-crypto-dh.js
 @@ -167,7 +167,7 @@ assert.throws(() => {
    dh3.computeSecret('');
  }, { message: common.hasOpenSSL3 ?
@@ -110,10 +101,10 @@
  
  // Invalid test: curve argument is undefined
  assert.throws(
-Index: node-v16.13.1/test/parallel/test-zlib-dictionary-fail.js
+Index: node-v16.14.2/test/parallel/test-zlib-dictionary-fail.js
 ===================================================================
---- node-v16.13.1.orig/test/parallel/test-zlib-dictionary-fail.js
-+++ node-v16.13.1/test/parallel/test-zlib-dictionary-fail.js
+--- node-v16.14.2.orig/test/parallel/test-zlib-dictionary-fail.js
++++ node-v16.14.2/test/parallel/test-zlib-dictionary-fail.js
 @@ -53,7 +53,7 @@ const input = Buffer.from([0x78, 0xBB, 0
    stream.on('error', common.mustCall(function(err) {
      // It's not possible to separate invalid dict and invalid data when using
@@ -123,10 +114,10 @@
    }));
  
    stream.write(input);
-Index: node-v16.13.1/test/parallel/test-zlib-flush-drain-longblock.js
+Index: node-v16.14.2/test/parallel/test-zlib-flush-drain-longblock.js
 ===================================================================
---- node-v16.13.1.orig/test/parallel/test-zlib-flush-drain-longblock.js
-+++ node-v16.13.1/test/parallel/test-zlib-flush-drain-longblock.js
+--- node-v16.14.2.orig/test/parallel/test-zlib-flush-drain-longblock.js
++++ node-v16.14.2/test/parallel/test-zlib-flush-drain-longblock.js
 @@ -16,7 +16,7 @@ zipper.write('A'.repeat(17000));
  zipper.flush();
  
@@ -136,10 +127,10 @@
    received += d.length;
  }, 2));
  
-Index: node-v16.13.1/test/parallel/test-zlib-from-string.js
+Index: node-v16.14.2/test/parallel/test-zlib-from-string.js
 ===================================================================
---- node-v16.13.1.orig/test/parallel/test-zlib-from-string.js
-+++ node-v16.13.1/test/parallel/test-zlib-from-string.js
+--- node-v16.14.2.orig/test/parallel/test-zlib-from-string.js
++++ node-v16.14.2/test/parallel/test-zlib-from-string.js
 @@ -55,7 +55,9 @@ const expectedBase64Gzip = 'H4sIAAAAAAAA
                             'sHnHNzRtagj5AQAA';
  

++++++ node-v16.14.1.tar.xz -> node-v16.14.2.tar.xz ++++++
/work/SRC/openSUSE:Factory/nodejs16/node-v16.14.1.tar.xz 
/work/SRC/openSUSE:Factory/.nodejs16.new.1538/node-v16.14.2.tar.xz differ: char 
26, line 1

Reply via email to