Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package nodejs15 for openSUSE:Factory checked in at 2021-02-07 15:21:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/nodejs15 (Old) and /work/SRC/openSUSE:Factory/.nodejs15.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "nodejs15" Sun Feb 7 15:21:34 2021 rev:2 rq:869789 version:15.8.0 Changes: -------- --- /work/SRC/openSUSE:Factory/nodejs15/nodejs15.changes 2021-02-04 20:24:29.802864860 +0100 +++ /work/SRC/openSUSE:Factory/.nodejs15.new.28504/nodejs15.changes 2021-02-07 15:24:13.678213492 +0100 @@ -1,0 +2,51 @@ +Fri Feb 5 14:56:36 UTC 2021 - Adam Majer <[email protected]> + +- New upstream version 15.8.0: + * crypto: + + add generatePrime/checkPrime + + experimental (Ed/X)25519/(Ed/X)448 support + * deps: upgrade npm to 7.5.0 + This update adds a new npm diff command. + * dgram: support AbortSignal in createSocket + * esm: deprecate legacy main lookup for modules + * readline: + + add history event and option to set initial history + + add support for the AbortController to the question method + +- versioned.patch: refreshed + +------------------------------------------------------------------- +Tue Feb 2 12:45:15 UTC 2021 - Adam Majer <[email protected]> + +- New upstream version 15.7.0: + * buffer: + + introduce Blob + + add base64url encoding option + * fs: + + allow position parameter to be a BigInt in read and + readSync (raisinten) + * http: + + attach request as res.req + + expose urlToHttpOptions utility + +------------------------------------------------------------------- +Thu Jan 21 16:40:06 UTC 2021 - Adam Majer <[email protected]> + +- New upstream version 15.6.0: + * child_process: + + add 'overlapped' stdio flag + + support AbortSignal in fork + * crypto: + + implement basic secure heap support + + fixup bug in keygen error handling + + introduce X509Certificate API + + implement randomuuid + * http: set lifo as the default scheduling strategy in Agent + * net: support abortSignal in server.listen + * process: add direct access to rss without iterating pages + * v8: fix native serdes constructors +https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V15.md#15.6.0 + +- versioned.patch: refreshed + +------------------------------------------------------------------- Old: ---- node-v15.5.1.tar.xz New: ---- node-v15.8.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ nodejs15.spec ++++++ --- /var/tmp/diff_new_pack.hSdCJj/_old 2021-02-07 15:24:14.338214245 +0100 +++ /var/tmp/diff_new_pack.hSdCJj/_new 2021-02-07 15:24:14.342214250 +0100 @@ -1,7 +1,7 @@ # # spec file for package nodejs15 # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,6 +15,7 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # + ########################################################### # # WARNING! WARNING! WARNING! WARNING! WARNING! WARNING! @@ -25,7 +26,7 @@ ########################################################### Name: nodejs15 -Version: 15.5.1 +Version: 15.8.0 Release: 0 %define node_version_number 15 @@ -117,7 +118,7 @@ Summary: Evented I/O for V8 JavaScript License: MIT Group: Development/Languages/NodeJS -Url: https://nodejs.org +URL: https://nodejs.org Source: https://nodejs.org/dist/v%{version}/node-v%{version}.tar.xz Source1: https://nodejs.org/dist/v%{version}/SHASUMS256.txt Source2: https://nodejs.org/dist/v%{version}/SHASUMS256.txt.sig @@ -133,9 +134,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 @@ -151,7 +149,6 @@ Patch106: skip_no_console.patch Patch107: old_icu.patch - Patch120: flaky_test_rerun.patch # Use versioned binaries and paths @@ -215,8 +212,8 @@ # Python dependencies %if %node_version_number >= 12 -BuildRequires: python3 BuildRequires: netcfg +BuildRequires: python3 %else %if 0%{?suse_version} >= 1500 BuildRequires: python2 @@ -226,8 +223,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} @@ -263,13 +260,13 @@ %if ! 0%{with intree_icu} BuildRequires: pkgconfig(icu-i18n) >= 65 %else -Provides: bundled(icu) = 68.1 +Provides: bundled(icu) = 68.2 %endif %if ! 0%{with intree_nghttp2} BuildRequires: libnghttp2-devel >= 1.41.0 %else -Provides: bundled(nghttp2) = 1.41.0 +Provides: bundled(nghttp2) = 1.42.0 %endif %if 0%{with valgrind_tests} @@ -306,14 +303,12 @@ ExclusiveArch: x86_64 aarch64 ppc64 ppc64le s390x BuildRoot: %{_tmppath}/%{name}-%{version}-build -Provides: bundled(uvwasi) = 0.0.11 +Provides: bundled(brotli) = 1.0.9 Provides: bundled(libuv) = 1.40.0 +Provides: bundled(uvwasi) = 0.0.11 Provides: bundled(v8) = 8.6.395.17 -Provides: bundled(brotli) = 1.0.9 -Provides: bundled(nghttp3) = 0.1.0-DEV Provides: bundled(llhttp) = 2.1.3 -Provides: bundled(ngtcp2) = 0.1.0-DEV Provides: bundled(node-acorn) = 8.0.4 Provides: bundled(node-acorn-class-fields) = 0.3.1 @@ -333,8 +328,8 @@ Summary: Development headers for NodeJS 15.x Group: Development/Languages/NodeJS Provides: nodejs-devel = %{version} -Requires: npm15 = %{version} Requires: %{name} = %{version} +Requires: npm15 = %{version} %description devel This package provides development headers for Node.js needed for creation @@ -347,22 +342,23 @@ Requires: nodejs15 = %{version} Provides: nodejs-npm = %{version} Obsoletes: nodejs-npm < 4.0.0 -Provides: npm(npm) = 7.3.0 Provides: npm = %{version} +Provides: npm(npm) = 7.5.1 %if 0%{?suse_version} >= 1500 %if %{node_version_number} >= 10 -Requires: user(nobody) Requires: group(nobody) +Requires: user(nobody) %endif %endif -Provides: bundled(node-@npmcli/arborist) = 2.0.2 +Provides: bundled(node-@npmcli/arborist) = 2.1.1 Provides: bundled(node-@npmcli/ci-detect) = 1.3.0 Provides: bundled(node-@npmcli/config) = 1.2.8 +Provides: bundled(node-@npmcli/disparity-colors) = 1.0.1 Provides: bundled(node-@npmcli/git) = 2.0.4 Provides: bundled(node-@npmcli/installed-package-contents) = 1.0.5 Provides: bundled(node-@npmcli/map-workspaces) = 1.0.1 -Provides: bundled(node-@npmcli/metavuln-calculator) = 1.0.0 -Provides: bundled(node-@npmcli/move-file) = 1.0.1 +Provides: bundled(node-@npmcli/metavuln-calculator) = 1.0.2 +Provides: bundled(node-@npmcli/move-file) = 1.1.1 Provides: bundled(node-@npmcli/name-from-folder) = 1.0.1 Provides: bundled(node-@npmcli/node-gyp) = 1.0.1 Provides: bundled(node-@npmcli/promise-spawn) = 1.3.2 @@ -392,6 +388,7 @@ Provides: bundled(node-balanced-match) = 1.0.0 Provides: bundled(node-bcrypt-pbkdf) = 1.0.2 Provides: bundled(node-bin-links) = 2.2.1 +Provides: bundled(node-binary-extensions) = 2.2.0 Provides: bundled(node-brace-expansion) = 1.1.11 Provides: bundled(node-builtins) = 1.0.3 Provides: bundled(node-byte-size) = 7.0.0 @@ -423,6 +420,7 @@ Provides: bundled(node-delegates) = 1.0.0 Provides: bundled(node-depd) = 1.1.2 Provides: bundled(node-dezalgo) = 1.0.3 +Provides: bundled(node-diff) = 5.0.0 Provides: bundled(node-ecc-jsbn) = 0.1.2 Provides: bundled(node-emoji-regex) = 8.0.0 Provides: bundled(node-encoding) = 0.1.13 @@ -446,7 +444,7 @@ Provides: bundled(node-has) = 1.0.3 Provides: bundled(node-has-flag) = 4.0.0 Provides: bundled(node-has-unicode) = 2.0.1 -Provides: bundled(node-hosted-git-info) = 3.0.7 +Provides: bundled(node-hosted-git-info) = 3.0.8 Provides: bundled(node-http-cache-semantics) = 4.1.0 Provides: bundled(node-http-proxy-agent) = 4.0.1 Provides: bundled(node-http-signature) = 1.2.0 @@ -485,6 +483,7 @@ Provides: bundled(node-just-diff-apply) = 3.0.0 Provides: bundled(node-leven) = 3.1.0 Provides: bundled(node-libnpmaccess) = 4.0.1 +Provides: bundled(node-libnpmdiff) = 2.0.3 Provides: bundled(node-libnpmfund) = 1.0.2 Provides: bundled(node-libnpmhook) = 6.0.1 Provides: bundled(node-libnpmorg) = 2.0.1 @@ -494,13 +493,13 @@ Provides: bundled(node-libnpmteam) = 2.0.2 Provides: bundled(node-libnpmversion) = 1.0.7 Provides: bundled(node-lru-cache) = 6.0.0 -Provides: bundled(node-make-fetch-happen) = 8.0.12 +Provides: bundled(node-make-fetch-happen) = 8.0.13 Provides: bundled(node-mime-db) = 1.44.0 Provides: bundled(node-mime-types) = 2.1.27 Provides: bundled(node-minimatch) = 3.0.4 Provides: bundled(node-minipass) = 3.1.3 Provides: bundled(node-minipass-collect) = 1.0.2 -Provides: bundled(node-minipass-fetch) = 1.3.2 +Provides: bundled(node-minipass-fetch) = 1.3.3 Provides: bundled(node-minipass-flush) = 1.0.5 Provides: bundled(node-minipass-json-stream) = 1.0.1 Provides: bundled(node-minipass-pipeline) = 1.2.4 @@ -532,7 +531,7 @@ Provides: bundled(node-once) = 1.4.0 Provides: bundled(node-opener) = 1.5.2 Provides: bundled(node-p-map) = 4.0.0 -Provides: bundled(node-pacote) = 11.1.13 +Provides: bundled(node-pacote) = 11.2.4 Provides: bundled(node-parse-conflict-json) = 1.1.1 Provides: bundled(node-path-is-absolute) = 1.0.1 Provides: bundled(node-path-parse) = 1.0.6 @@ -571,17 +570,17 @@ Provides: bundled(node-spdx-expression-parse) = 3.0.1 Provides: bundled(node-spdx-license-ids) = 3.0.7 Provides: bundled(node-sshpk) = 1.16.1 -Provides: bundled(node-ssri) = 8.0.0 -Provides: bundled(node-string_decoder) = 1.1.1 +Provides: bundled(node-ssri) = 8.0.1 Provides: bundled(node-string-width) = 1.0.2 Provides: bundled(node-string-width) = 2.1.1 Provides: bundled(node-string-width) = 4.2.0 +Provides: bundled(node-string_decoder) = 1.1.1 Provides: bundled(node-stringify-package) = 1.0.1 Provides: bundled(node-strip-ansi) = 3.0.1 Provides: bundled(node-strip-ansi) = 4.0.0 Provides: bundled(node-strip-ansi) = 6.0.0 Provides: bundled(node-supports-color) = 7.2.0 -Provides: bundled(node-tar) = 6.0.5 +Provides: bundled(node-tar) = 6.1.0 Provides: bundled(node-text-table) = 0.2.0 Provides: bundled(node-tiny-relative-date) = 1.3.0 Provides: bundled(node-tough-cookie) = 2.5.0 ++++++ SHASUMS256.txt ++++++ --- /var/tmp/diff_new_pack.hSdCJj/_old 2021-02-07 15:24:14.386214300 +0100 +++ /var/tmp/diff_new_pack.hSdCJj/_new 2021-02-07 15:24:14.386214300 +0100 @@ -1,32 +1,32 @@ -1b56c38c36efb3d23c37fd7b2a46660ca06963d47dfd9160befb80e508169a48 node-v15.5.1-aix-ppc64.tar.gz -4507dab0481b0b5374b5758b1eba7d105c8cbcb173548119b04d9ef7d9f1d40f node-v15.5.1-darwin-x64.tar.gz -756a2e96714580150e95bffccfff44e0797b634693291660d7320a280639169a node-v15.5.1-darwin-x64.tar.xz -5c3d3f1ccc494cbdeace332301d94e60b667fe9982c6c0140faa5e836140a463 node-v15.5.1-headers.tar.gz -c8fed73644c3550665e2a02b348b624ff91e67013e8797de8b7cdf4f70df7989 node-v15.5.1-headers.tar.xz -a2d14db86c6f8a070f227940ea44a3409966f6bed14df0ec6f676fe2e2f601c9 node-v15.5.1-linux-arm64.tar.gz -b431a81ba4729233d686c922690b2d355381b1dd83b1fc486c4a27683ac15649 node-v15.5.1-linux-arm64.tar.xz -9c660bcf3143e07a0c192d89c0dcf8dbd1a4b90088bdf04d37dfa71b480866ca node-v15.5.1-linux-armv7l.tar.gz -cc2084f85eab8c6bf8db8a96ab443886b6461ad1b8fba170d71c17eefc210507 node-v15.5.1-linux-armv7l.tar.xz -6c6dc15f4701bba28062cbec852a297f266e5068249911dda3c59199cd58de32 node-v15.5.1-linux-ppc64le.tar.gz -301ac66d16f692ee2cd2bb4d18b8fb5f8eb25aa474d67b5be5a84472f19af246 node-v15.5.1-linux-ppc64le.tar.xz -e05f949ea11e2aafc08a7972c0f41a11a3628762e857d44965e0605d3bcd143f node-v15.5.1-linux-s390x.tar.gz -fa77245208b8f6fe1f40cc1b067bf08c1e33f857a328e78ededdc6ba1f016bae node-v15.5.1-linux-s390x.tar.xz -8dd81dbd63082b24c9a1f16baf4ce743c0c8dff1e589b634119d6ebfca54457e node-v15.5.1-linux-x64.tar.gz -dbc41a611d99aedf2cfd3d0acc50759a6b9084c7447862e990f51958d4a7aa41 node-v15.5.1-linux-x64.tar.xz -a8548daf881b81f08151fecbe059f49d1fbd8437da53f74a18fb071df23642e3 node-v15.5.1.pkg -9730d3099c051bd8733b3e6d62c54ba9b2d82ec40e6c65ee966ba3f346ff4157 node-v15.5.1.tar.gz -2c229acc2d4d47a872f0401c1dc4fa92d72317ca867609a3402a78fd78236b61 node-v15.5.1.tar.xz -ac0aa1f4dc266327bf133453d2e1c3f453d320e98134d690624c6d9931db86d8 node-v15.5.1-win-x64.7z -e1f826f9647fc7058b48c669991956a427fe4b6ccefa415a18b41715483f958d node-v15.5.1-win-x64.zip -7ffa9b4e9c123905768c9ac19ef2746c41faf80e9ad75045a1cb963eac8db75e node-v15.5.1-win-x86.7z -863aee4a2e3b675c7730f5946ffda20040b21afe2e0f5f0f873792e79d601adf node-v15.5.1-win-x86.zip -aa745e356417c1ef1394ee583779f8dbb7e052d22349cb211bc692b562988873 node-v15.5.1-x64.msi -3b02fa7ef25bcc1b109e31fc2ce7c4afa95e084562ca3f66b299705b032cfe60 node-v15.5.1-x86.msi -f6f7093d3d1bdd231cd1580f1c4865f61bc1487d454852efe20fceba107aa1fb win-x64/node.exe -e5082525203684fd34553f9a26c12d722a1a06ffeac8def760b5fea6227d167e win-x64/node.lib -b17fc6d85709a269c5f869001b5d8a2ea1bba99dd4d99b1b77971555c30c3357 win-x64/node_pdb.7z -089ac9e1d64daaf8ffa1cec95a9dac00655a93a78754e9fad9ea16d89bf818d3 win-x64/node_pdb.zip -61cdbb7e974d3e903db9dc319010e8d1c0a2c0de84143929ede0a896c3209d80 win-x86/node.exe -844ed42e7cacc6443224b880400c7f884bd058e07dc44e52d871ac5ea736e979 win-x86/node.lib -b1d293f5ecca1d7faabf26051a0722a0e058dc25d058cc2864e8e40717bee499 win-x86/node_pdb.7z -1bc218b4321322771ce28d7a8d365b6b950cc3de3fe9f71820f560fd7c0e78e4 win-x86/node_pdb.zip +8a1f2fc0e4aac595f7d82ab9e1a51958aa74bbdfa9bb36090f4a78b5cc776638 node-v15.8.0-aix-ppc64.tar.gz +23f9a8a53d0d63e1d90afe775891088533fc5b277ef83db0cd2fc37951c09595 node-v15.8.0-darwin-x64.tar.gz +8b1012b7c78c27513bf1d3b1db65f505041771683d964f14f67fe1fc243fe038 node-v15.8.0-darwin-x64.tar.xz +1b86dd704a756ad947d9949fb003bd18483fa9934d910d54fb3c975cb995d2c8 node-v15.8.0-headers.tar.gz +dea9fe1e00f2516f01533ee52ac853d91a887d5eadab5103a693805fabaf281b node-v15.8.0-headers.tar.xz +086149a16cf7a092f1e12fa2a91bb6587ce25914bd52c3bcff78b5b5c6222e30 node-v15.8.0-linux-arm64.tar.gz +792403c345a0af5af3641e193cb1e6c6d819315bfe181a147215f7d39e98729f node-v15.8.0-linux-arm64.tar.xz +a6f91fd3f668e7d0f987c8ef17223720bf8f19827cf4ce1b5ba65a076eedcabc node-v15.8.0-linux-armv7l.tar.gz +1b9ee1b6ea540873887636753408927f7b5af05c0d4cdaebf3f457fb787e0e4a node-v15.8.0-linux-armv7l.tar.xz +52e9bcee4b6432fdb4d3fa770029e9484ceebd168497e22774e374181af37767 node-v15.8.0-linux-ppc64le.tar.gz +988fe0b28ae84b7b6cff906ddac1830595b4614b561740f64dce7cb1de610376 node-v15.8.0-linux-ppc64le.tar.xz +c1cbf037ca1417131dfbdbbf4ddcc29fe46d0348accceafb65747a30b56f3811 node-v15.8.0-linux-s390x.tar.gz +a8732e3a7c51064cdb12caeef9b003741a9cc3a789cf756ee2cd12564353a3b2 node-v15.8.0-linux-s390x.tar.xz +c2b073c4421e62aa71f0cef929e61a3334853ab211119f8ea7601612c43cd71d node-v15.8.0-linux-x64.tar.gz +cdb80f0810e5a076eb6079297073147d2564b1c2292bb4436b3f9e9e4fe18759 node-v15.8.0-linux-x64.tar.xz +a0e5eea1a606a1be5509a3c49e46ff7b3a89d7e843e9a629e3f2cb3cecf921ca node-v15.8.0.pkg +e08c8778a6b767cd0d2ab4613946d1616c3d4054dead08b04f705d607c84510f node-v15.8.0.tar.gz +e23ae2f6181444066cf74e03c3e30e650fbc63764c2b89829928cddf3e4230a9 node-v15.8.0.tar.xz +8cfe90e8a97d9973495498aa5b1a021e901f5859a26440193c3bb9c88cbdbc62 node-v15.8.0-win-x64.7z +edb16def1fecaecaffcccf9352e9f94a029d47203f26ae44dc1d4aa7eef35940 node-v15.8.0-win-x64.zip +53a9964d5637546470d0d343aef2c677615d47a1d96f9c818ff6afe4d04acd5a node-v15.8.0-win-x86.7z +f339f68c9b21dbaffb9d369c1c2f1d516a7fc25189dad98ae903b09034d97456 node-v15.8.0-win-x86.zip +8bbf0c74bc85e5f8f4360ba600a039fb2750a32a4603a389fd072e1ec639ac19 node-v15.8.0-x64.msi +c02085195b8f0af2d076fa0be68138fddbe939d6dd6bda6dafc122329653a032 node-v15.8.0-x86.msi +22e4bcf147f6424a06472a6a6b94def200c455d753bed80dbb9535db1da92ee7 win-x64/node.exe +74c5baf6049f2f9f6712ad06cbf544c25803f7a01c6f63b8fe18488a68ef4720 win-x64/node.lib +eb3e4f8e71b93e2ec3aa328f223a859ef522ecd76d1ebe7df4020c0a0fdf2eb4 win-x64/node_pdb.7z +e4d2eee8983e58aabe6330df4a6052b2da065a2ede3aa01d29ee052a1fe2abd5 win-x64/node_pdb.zip +b0838991576c255285150d9b93f0ce70fa2a2b775a14ed2de1b6113a0f38e1c4 win-x86/node.exe +bff86968328f105b6d4a491806863ef9f2b51dc55f02580600c0b2ca5faef870 win-x86/node.lib +c796d8d1e1a84e59af9d310555ddde45c7d05acf6f2058fd959434b80da4f221 win-x86/node_pdb.7z +5735cd9b2136ffbf4f366f0d3fe982f4ac81e7b7ace7c7a8a3d60cab592a0035 win-x86/node_pdb.zip ++++++ SHASUMS256.txt.sig ++++++ Binary files /var/tmp/diff_new_pack.hSdCJj/_old and /var/tmp/diff_new_pack.hSdCJj/_new differ ++++++ node-v15.5.1.tar.xz -> node-v15.8.0.tar.xz ++++++ /work/SRC/openSUSE:Factory/nodejs15/node-v15.5.1.tar.xz /work/SRC/openSUSE:Factory/.nodejs15.new.28504/node-v15.8.0.tar.xz differ: char 27, line 1 ++++++ versioned.patch ++++++ --- /var/tmp/diff_new_pack.hSdCJj/_old 2021-02-07 15:24:14.494214423 +0100 +++ /var/tmp/diff_new_pack.hSdCJj/_new 2021-02-07 15:24:14.494214423 +0100 @@ -8,10 +8,10 @@ This is also important for generation of binary modules for multiple versions of NodeJS -Index: node-v15.5.1/Makefile +Index: node-v15.8.0/Makefile =================================================================== ---- node-v15.5.1.orig/Makefile -+++ node-v15.5.1/Makefile +--- node-v15.8.0.orig/Makefile ++++ node-v15.8.0/Makefile @@ -46,7 +46,7 @@ BUILDTYPE_LOWER := $(shell echo $(BUILDT EXEEXT := $(shell $(PYTHON) -c \ "import sys; print('.exe' if sys.platform == 'win32' else '')") @@ -21,10 +21,10 @@ NODE ?= ./$(NODE_EXE) NODE_G_EXE = node_g$(EXEEXT) NPM ?= ./deps/npm/bin/npm-cli.js -Index: node-v15.5.1/tools/install.py +Index: node-v15.8.0/tools/install.py =================================================================== ---- node-v15.5.1.orig/tools/install.py -+++ node-v15.5.1/tools/install.py +--- node-v15.8.0.orig/tools/install.py ++++ node-v15.8.0/tools/install.py @@ -81,34 +81,34 @@ def uninstall(paths, dst): try_remove(path, dst) @@ -137,10 +137,10 @@ def run(args): global node_prefix, install_path, target_defaults, variables -Index: node-v15.5.1/doc/node.1 +Index: node-v15.8.0/doc/node.1 =================================================================== ---- node-v15.5.1.orig/doc/node.1 -+++ node-v15.5.1/doc/node.1 +--- node-v15.8.0.orig/doc/node.1 ++++ node-v15.8.0/doc/node.1 @@ -30,24 +30,24 @@ .Dt NODE 1 . @@ -170,10 +170,10 @@ .Op Fl -v8-options . .\"====================================================================== -Index: node-v15.5.1/src/node.stp +Index: node-v15.8.0/src/node.stp =================================================================== ---- node-v15.5.1.orig/src/node.stp -+++ node-v15.5.1/src/node.stp +--- node-v15.8.0.orig/src/node.stp ++++ node-v15.8.0/src/node.stp @@ -19,7 +19,7 @@ // OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE // USE OR OTHER DEALINGS IN THE SOFTWARE. @@ -246,12 +246,12 @@ { scavenge = 1 << 0; compact = 1 << 1; -Index: node-v15.5.1/deps/npm/man/man1/npm.1 +Index: node-v15.8.0/deps/npm/man/man1/npm.1 =================================================================== ---- node-v15.5.1.orig/deps/npm/man/man1/npm.1 -+++ node-v15.5.1/deps/npm/man/man1/npm.1 +--- node-v15.8.0.orig/deps/npm/man/man1/npm.1 ++++ node-v15.8.0/deps/npm/man/man1/npm.1 @@ -1,6 +1,6 @@ - .TH "NPM" "1" "December 2020" "" "" + .TH "NPM" "1" "February 2021" "" "" .SH "NAME" -\fBnpm\fR \- javascript package manager +\fBnpm15\fR \- javascript package manager @@ -259,53 +259,91 @@ .P .RS 2 @@ -21,7 +21,7 @@ It is extremely configurable to support - Most commonly, it is used to publish, discover, install, and develop node + commonly, you use it to publish, discover, install, and develop node programs\. .P -Run \fBnpm help\fP to get a list of available commands\. +Run \fBnpm15 help\fP to get a list of available commands\. .SS Important .P - npm is configured to use npm, Inc\.'s public registry at -@@ -35,11 +35,11 @@ terms of use\. - .P + npm comes preconfigured to use npm's public registry at +@@ -37,14 +37,14 @@ their terms of use\. You probably got npm because you want to install stuff\. .P --Use \fBnpm install blerg\fP to install the latest version of "blerg"\. Check out -+Use \fBnpm15 install blerg\fP to install the latest version of "blerg"\. Check out - npm help \fBinstall\fP for more info\. It can do a lot of stuff\. - .P --Use the \fBnpm search\fP command to show everything that's available\. --Use \fBnpm ls\fP to show everything you've installed\. -+Use the \fBnpm15 search\fP command to show everything that's available\. -+Use \fBnpm15 ls\fP to show everything you've installed\. + The very first thing you will most likely want to run in any node +-program is \fBnpm install\fP to install its dependencies\. ++program is \fBnpm15 install\fP to install its dependencies\. + .P +-You can also run \fBnpm install blerg\fP to install the latest version of +-"blerg"\. Check out npm help \fBinstall\fP for more ++You can also run \fBnpm15 install blerg\fP to install the latest version of ++"blerg"\. Check out npm15 help \fBinstall\fP for more + info\. It can do a lot of stuff\. + .P +-Use the \fBnpm search\fP command to show everything that's available in the +-public registry\. Use \fBnpm ls\fP to show everything you've installed\. ++Use the \fBnpm15 search\fP command to show everything that's available in the ++public registry\. Use \fBnpm15 ls\fP to show everything you've installed\. .SS Dependencies .P - If a package references to another package with a git URL, npm depends -@@ -87,19 +87,19 @@ Make a package\.json file\. See npm hel + If a package lists a dependency using a git URL, npm will install that +@@ -63,7 +63,7 @@ the node\-gyp repository \fIhttps://gith + the node\-gyp Wiki \fIhttps://github\.com/nodejs/node\-gyp/wiki\fR\|\. + .SS Directories + .P +-See npm help \fBfolders\fP to learn about where npm puts ++See npm15 help \fBfolders\fP to learn about where npm puts + stuff\. + .P + In particular, npm has two modes of operation: +@@ -91,24 +91,24 @@ following help topics: + .IP \(bu 2 + json: + Make a package\.json file\. See +-npm help \fBpackage\.json\fP\|\. ++npm15 help \fBpackage\.json\fP\|\. + .IP \(bu 2 link: - For linking your current working code into Node's path, so that you - don't have to reinstall every time you make a change\. Use --\fBnpm link\fP to do this\. -+\fBnpm15 link\fP to do this\. + Links your current working code into Node's path, so that you don't +-have to reinstall every time you make a change\. Use npm help \fBnpm ++have to reinstall every time you make a change\. Use npm15 help \fBnpm + link\fP to do this\. .IP \(bu 2 install: - It's a good idea to install things if you don't need the symbolic link\. - Especially, installing other peoples code from the registry is done via --\fBnpm install\fP -+\fBnpm15 install\fP + It's a good idea to install things if you don't need the symbolic + link\. Especially, installing other peoples code from the registry is +-done via npm help \fBinstall\fP ++done via npm15 help \fBinstall\fP .IP \(bu 2 adduser: - Create an account or log in\. Credentials are stored in the - user config file\. + Create an account or log in\. When you do this, npm will store + credentials in the user config file config file\. .IP \(bu 2 publish: --Use the \fBnpm publish\fP command to upload your code to the registry\. -+Use the \fBnpm15 publish\fP command to upload your code to the registry\. +-Use the npm help \fBpublish\fP command to upload your ++Use the npm15 help \fBpublish\fP command to upload your + code to the registry\. + + .RE +@@ -135,7 +135,7 @@ or env, that file will be used instead\. + .IP \(bu 2 + Global Configs: + The file found at \fB\|\./etc/npmrc\fP (relative to the global prefix will be +-parsed if it is found\. See npm help \fBprefix\fP for ++parsed if it is found\. See npm15 help \fBprefix\fP for + more info on the global prefix\. If the \fBglobalconfig\fP option is set + in the cli, env, or user config, then that file is parsed instead\. + .IP \(bu 2 +@@ -145,7 +145,7 @@ lib/utils/config\-defs\.js\. These must .RE - .SS Configuration -@@ -187,14 +187,14 @@ i@izs\.me + .P +-See npm help \fBconfig\fP for much much more information\. ++See npm15 help \fBconfig\fP for much much more information\. + .SS Contributions + .P + Patches welcome! +@@ -178,18 +178,18 @@ https://github\.com/npm/rfcs .SS See Also .RS 0 .IP \(bu 2 @@ -315,20 +353,26 @@ -npm help package\.json +npm15 help package\.json .IP \(bu 2 --npm help install -+npm15 help install +-npm help npmrc ++npm15 help npmrc .IP \(bu 2 -npm help config +npm15 help config .IP \(bu 2 --npm help npmrc -+npm15 help npmrc +-npm help install ++npm15 help install + .IP \(bu 2 +-npm help prefix ++npm15 help prefix + .IP \(bu 2 +-npm help publish ++npm15 help publish .RE -Index: node-v15.5.1/src/node_main.cc +Index: node-v15.8.0/src/node_main.cc =================================================================== ---- node-v15.5.1.orig/src/node_main.cc -+++ node-v15.5.1/src/node_main.cc +--- node-v15.8.0.orig/src/node_main.cc ++++ node-v15.8.0/src/node_main.cc @@ -122,6 +122,7 @@ int main(int argc, char* argv[]) { #endif // Disable stdio buffering, it interacts poorly with printf() @@ -337,10 +381,10 @@ setvbuf(stdout, nullptr, _IONBF, 0); setvbuf(stderr, nullptr, _IONBF, 0); return node::Start(argc, argv); -Index: node-v15.5.1/tools/test.py +Index: node-v15.8.0/tools/test.py =================================================================== ---- node-v15.5.1.orig/tools/test.py -+++ node-v15.5.1/tools/test.py +--- node-v15.8.0.orig/tools/test.py ++++ node-v15.8.0/tools/test.py @@ -933,7 +933,7 @@ class Context(object): if self.vm is not None: return self.vm @@ -350,11 +394,11 @@ else: name = 'out/%s.%s/node' % (arch, mode) -Index: node-v15.5.1/node.gyp +Index: node-v15.8.0/node.gyp =================================================================== ---- node-v15.5.1.orig/node.gyp -+++ node-v15.5.1/node.gyp -@@ -26,8 +26,8 @@ +--- node-v15.8.0.orig/node.gyp ++++ node-v15.8.0/node.gyp +@@ -23,8 +23,8 @@ 'node_use_openssl%': 'true', 'node_shared_openssl%': 'false', 'node_v8_options%': '', @@ -365,12 +409,12 @@ 'node_intermediate_lib_type%': 'static_library', 'node_builtin_modules_path%': '', 'library_files': [ -Index: node-v15.5.1/deps/npm/man/man1/npx.1 +Index: node-v15.8.0/deps/npm/man/man1/npx.1 =================================================================== ---- node-v15.5.1.orig/deps/npm/man/man1/npx.1 -+++ node-v15.5.1/deps/npm/man/man1/npx.1 +--- node-v15.8.0.orig/deps/npm/man/man1/npx.1 ++++ node-v15.8.0/deps/npm/man/man1/npx.1 @@ -1,19 +1,19 @@ - .TH "NPX" "1" "December 2020" "" "" + .TH "NPX" "1" "February 2021" "" "" .SH "NAME" -\fBnpx\fR \- Run a command from a local or remote npm package +\fBnpx15\fR \- Run a command from a local or remote npm package
