Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package nodejs16 for openSUSE:Factory checked in at 2021-06-25 15:00:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/nodejs16 (Old) and /work/SRC/openSUSE:Factory/.nodejs16.new.2625 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "nodejs16" Fri Jun 25 15:00:57 2021 rev:4 rq:901565 version:16.4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/nodejs16/nodejs16.changes 2021-06-16 20:33:17.714961921 +0200 +++ /work/SRC/openSUSE:Factory/.nodejs16.new.2625/nodejs16.changes 2021-06-25 15:01:21.036152503 +0200 @@ -1,0 +2,15 @@ +Wed Jun 23 12:57:04 UTC 2021 - Adam Majer <adam.ma...@suse.de> + +- Update to 16.4.0: + * async_hooks: stabilize part of AsyncLocalStorage + * deps: + + upgrade npm to 7.18.1 + + update V8 to 9.1.269.36 + * dns: allow --dns-result-order to change default dns verbatim + +------------------------------------------------------------------- +Mon Jun 21 05:01:32 UTC 2021 - Andreas Schneider <a...@cryptomilk.org> + +- Allow building for Fedora in the OBS + +------------------------------------------------------------------- Old: ---- node-v16.3.0.tar.xz New: ---- node-v16.4.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ nodejs16.spec ++++++ --- /var/tmp/diff_new_pack.e197J3/_old 2021-06-25 15:01:21.936153601 +0200 +++ /var/tmp/diff_new_pack.e197J3/_new 2021-06-25 15:01:21.944153610 +0200 @@ -25,8 +25,14 @@ # ########################################################### +# 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.3.0 +Version: 16.4.0 Release: 0 # Double DWZ memory limits @@ -35,7 +41,7 @@ %define node_version_number 16 -%if 0%{?suse_version} > 1500 +%if 0%{?suse_version} > 1500 || 0%{?fedora_version} %bcond_without libalternatives %else %bcond_with libalternatives @@ -80,7 +86,7 @@ %bcond_without intree_openssl %endif -%if 0%{suse_version} >= 1330 +%if 0%{?suse_version} >= 1330 %bcond_with intree_cares %else %bcond_without intree_cares @@ -92,7 +98,7 @@ %bcond_without intree_icu %endif -%if 0%{suse_version} >= 1550 +%if 0%{?suse_version} >= 1550 %bcond_with intree_nghttp2 %else %bcond_without intree_nghttp2 @@ -182,7 +188,9 @@ %endif BuildRequires: pkg-config +%if 0%{?suse_version} BuildRequires: config(netcfg) +%endif # SLE-11 target only # Node.js 6 requires GCC 4.8.5+. @@ -235,8 +243,12 @@ # Python dependencies %if %node_version_number >= 12 -BuildRequires: netcfg BuildRequires: python3 + +%if 0%{?suse_version} +BuildRequires: netcfg +%endif + %else %if 0%{?suse_version} >= 1500 BuildRequires: python2 @@ -302,10 +314,10 @@ %if %{with libalternatives} Requires: alts %else -Requires(postun): update-alternatives +Requires(postun): %{_sbindir}/update-alternatives %endif # either for update-alternatives, or their removal -Requires(post): update-alternatives +Requires(post): %{_sbindir}/update-alternatives Recommends: npm16 @@ -342,7 +354,7 @@ Provides: bundled(brotli) = 1.0.9 Provides: bundled(libuv) = 1.41.0 Provides: bundled(uvwasi) = 0.0.11 -Provides: bundled(v8) = 9.0.257.25 +Provides: bundled(v8) = 9.1.269.36 Provides: bundled(llhttp) = 6.0.2 Provides: bundled(ngtcp2) = 0.1.0-DEV @@ -383,14 +395,14 @@ Provides: nodejs-npm = %{version} Obsoletes: nodejs-npm < 4.0.0 Provides: npm = %{version} -Provides: npm(npm) = 7.15.1 +Provides: npm(npm) = 7.18.1 %if 0%{?suse_version} >= 1500 %if %{node_version_number} >= 10 Requires: group(nobody) Requires: user(nobody) %endif %endif -Provides: bundled(node-@npmcli/arborist) = 2.6.1 +Provides: bundled(node-@npmcli/arborist) = 2.6.3 Provides: bundled(node-@npmcli/ci-detect) = 1.3.0 Provides: bundled(node-@npmcli/config) = 2.2.0 Provides: bundled(node-@npmcli/disparity-colors) = 1.0.1 @@ -490,7 +502,7 @@ Provides: bundled(node-http-signature) = 1.2.0 Provides: bundled(node-https-proxy-agent) = 5.0.0 Provides: bundled(node-humanize-ms) = 1.2.1 -Provides: bundled(node-iconv-lite) = 0.6.2 +Provides: bundled(node-iconv-lite) = 0.6.3 Provides: bundled(node-ignore-walk) = 3.0.4 Provides: bundled(node-imurmurhash) = 0.1.4 Provides: bundled(node-indent-string) = 4.0.0 @@ -522,21 +534,21 @@ Provides: bundled(node-just-diff) = 3.1.1 Provides: bundled(node-just-diff-apply) = 3.0.0 Provides: bundled(node-leven) = 3.1.0 -Provides: bundled(node-libnpmaccess) = 4.0.2 +Provides: bundled(node-libnpmaccess) = 4.0.3 Provides: bundled(node-libnpmdiff) = 2.0.4 -Provides: bundled(node-libnpmexec) = 1.2.0 +Provides: bundled(node-libnpmexec) = 2.0.0 Provides: bundled(node-libnpmfund) = 1.1.0 -Provides: bundled(node-libnpmhook) = 6.0.2 -Provides: bundled(node-libnpmorg) = 2.0.2 +Provides: bundled(node-libnpmhook) = 6.0.3 +Provides: bundled(node-libnpmorg) = 2.0.3 Provides: bundled(node-libnpmpack) = 2.0.1 -Provides: bundled(node-libnpmpublish) = 4.0.1 -Provides: bundled(node-libnpmsearch) = 3.1.1 -Provides: bundled(node-libnpmteam) = 2.0.3 -Provides: bundled(node-libnpmversion) = 1.2.0 +Provides: bundled(node-libnpmpublish) = 4.0.2 +Provides: bundled(node-libnpmsearch) = 3.1.2 +Provides: bundled(node-libnpmteam) = 2.0.4 +Provides: bundled(node-libnpmversion) = 1.2.1 Provides: bundled(node-lru-cache) = 6.0.0 -Provides: bundled(node-make-fetch-happen) = 8.0.14 -Provides: bundled(node-mime-db) = 1.47.0 -Provides: bundled(node-mime-types) = 2.1.30 +Provides: bundled(node-make-fetch-happen) = 9.0.3 +Provides: bundled(node-mime-db) = 1.48.0 +Provides: bundled(node-mime-types) = 2.1.31 Provides: bundled(node-minimatch) = 3.0.4 Provides: bundled(node-minipass) = 3.1.3 Provides: bundled(node-minipass-collect) = 1.0.2 @@ -551,6 +563,7 @@ Provides: bundled(node-ms) = 2.1.2 Provides: bundled(node-ms) = 2.1.3 Provides: bundled(node-mute-stream) = 0.0.8 +Provides: bundled(node-negotiator) = 0.6.2 Provides: bundled(node-node-gyp) = 7.1.2 Provides: bundled(node-nopt) = 5.0.0 Provides: bundled(node-normalize-package-data) = 3.0.2 @@ -559,11 +572,11 @@ Provides: bundled(node-npm-init) = 0.0.0 Provides: bundled(node-npm-install-checks) = 4.0.0 Provides: bundled(node-npm-normalize-package-bin) = 1.0.1 -Provides: bundled(node-npm-package-arg) = 8.1.2 +Provides: bundled(node-npm-package-arg) = 8.1.5 Provides: bundled(node-npm-packlist) = 2.2.2 Provides: bundled(node-npm-pick-manifest) = 6.1.1 -Provides: bundled(node-npm-profile) = 5.0.3 -Provides: bundled(node-npm-registry-fetch) = 10.1.2 +Provides: bundled(node-npm-profile) = 5.0.4 +Provides: bundled(node-npm-registry-fetch) = 11.0.0 Provides: bundled(node-npm-user-validate) = 1.0.1 Provides: bundled(node-npmlog) = 4.1.2 Provides: bundled(node-number-is-nan) = 1.0.1 @@ -572,10 +585,10 @@ 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.3.3 +Provides: bundled(node-pacote) = 11.3.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 +Provides: bundled(node-path-parse) = 1.0.7 Provides: bundled(node-performance-now) = 2.1.0 Provides: bundled(node-proc-log) = 1.0.0 Provides: bundled(node-process-nextick-args) = 2.0.1 @@ -609,7 +622,7 @@ Provides: bundled(node-spdx-correct) = 3.1.1 Provides: bundled(node-spdx-exceptions) = 2.3.0 Provides: bundled(node-spdx-expression-parse) = 3.0.1 -Provides: bundled(node-spdx-license-ids) = 3.0.7 +Provides: bundled(node-spdx-license-ids) = 3.0.9 Provides: bundled(node-sshpk) = 1.16.1 Provides: bundled(node-ssri) = 8.0.1 Provides: bundled(node-string-width) = 1.0.2 @@ -746,12 +759,10 @@ export LDFLAGS="\${LDFLAGS} -fno-lto" %endif -%ifarch %{ix86} %{arm} -# Reduce memory consumption on 32bit arches +# reduce disk space pressure export CFLAGS="\${CFLAGS} -g1" export CXXFLAGS="\${CXXFLAGS} -g1" export LDFLAGS="\${LDFLAGS} -Wl,--reduce-memory-overhead" -%endif %if 0%{?cc_exec:1} export CC=%{?cc_exec} ++++++ SHASUMS256.txt ++++++ --- /var/tmp/diff_new_pack.e197J3/_old 2021-06-25 15:01:21.984153659 +0200 +++ /var/tmp/diff_new_pack.e197J3/_new 2021-06-25 15:01:21.984153659 +0200 @@ -1,34 +1,34 @@ -4241dc60ff8bb1748391fd16cde459a486824e23b96b13c223fb97b3fecd9fe9 node-v16.3.0-aix-ppc64.tar.gz -aeac294dbe54a4dfd222eedfbae704b185c40702254810e2c5917f6dbc80e017 node-v16.3.0-darwin-arm64.tar.gz -69244ab72e65d0270a9c442ae84a158172a74d6a6c5f89635b3a0da8a6a568c0 node-v16.3.0-darwin-arm64.tar.xz -3e075bcfb6130dda84bfd04633cb228ec71e72d9a844c57efb7cfff130b4be89 node-v16.3.0-darwin-x64.tar.gz -5e683d95e16c4ba1b110ac4fb422878bc43951bd37e9a63974ef162310568387 node-v16.3.0-darwin-x64.tar.xz -9187fd584acdd945d4cdec04db981f2408118256251b09f11cf214189827e099 node-v16.3.0-headers.tar.gz -b9cff8d32ff51104cb7dc6e24efb2179daab920fe8a487eb484428715fba7630 node-v16.3.0-headers.tar.xz -7040a1f2a0a1aa9cf0f66ec46d0049c6638cb4c05490c13ca71d298fa94ed8ce node-v16.3.0-linux-arm64.tar.gz -67dd97e41aad1bc11736e99cba119525b4f3472b132c46730ba8cf03f7076e23 node-v16.3.0-linux-arm64.tar.xz -1621a744bafad0aa3a8fbf988929862ef4432dd21d16f5ec6b585ad74cb963e9 node-v16.3.0-linux-armv7l.tar.gz -c8817e30fb910476ec1f223de7eedd31f3d157ddf2003a3083d7f5662180e4de node-v16.3.0-linux-armv7l.tar.xz -2e6ab262d3337004cc35d14004a80219b332c007d8b77ed3e7dd2fcaadd3b902 node-v16.3.0-linux-ppc64le.tar.gz -ec35bf9c769f3fe854be84889d37587cce4c148c313e54a20e3c5d65aab16eb9 node-v16.3.0-linux-ppc64le.tar.xz -5106f666866af87b9a2819f8aa8af1300785f971e7ca39df903ac9bf9dc5f84c node-v16.3.0-linux-s390x.tar.gz -e74ed2016c0dd08c03e6ad3e9c205bde300811fb3f9e4bc1ec9f7b4ccc0a0d23 node-v16.3.0-linux-s390x.tar.xz -86f6d06c05021ae73b51f57bb56569a2eebd4a2ecc0b881972a0572e465b5d27 node-v16.3.0-linux-x64.tar.gz -5347ece975747e4d9768d4ed3f8b2220c955ac01f8a695347cd7f71ff5efa318 node-v16.3.0-linux-x64.tar.xz -b0ccdac402aafd52ab16a925a092753f20cc536727a292e2e362d1bac5e2ec18 node-v16.3.0.pkg -11d00034a9864660eadf9835d09de2bed97b245093626705d8917897d8f36704 node-v16.3.0.tar.gz -7aab47b82c19702c73b2834a623c3932732a15185fddea14b9ddc710936fac5f node-v16.3.0.tar.xz -3a39ba94dfd9c7a94e156f6fefef0fcb91ca2b37c2280a4f28e5d5e70c171cf5 node-v16.3.0-win-x64.7z -3352e58d3603cf58964409d07f39f3816285317d638ddb0a0bf3af5deb2ff364 node-v16.3.0-win-x64.zip -c5fec63e74633e77cbf331c6e08cfb26c84d7123e5bbb58c8298fb68ba13d28b node-v16.3.0-win-x86.7z -91ef8392cfe40ec7418e5aea0936148fafab13af67cf95138db21c112ed87793 node-v16.3.0-win-x86.zip -cfd65d0441ed94f7a99cc0d6262262ac9d9c77efed8d3c88fa57fecce1b2274f node-v16.3.0-x64.msi -54f84cafc148190fe9c66cacea324d3db474ea8efd196b4655ffcd131398670b node-v16.3.0-x86.msi -c221bf0fd633277e9f0eacc82b06423ddf3adef3b04269b86fa81b974ee08a28 win-x64/node.exe -c1f38a0c578c1e7b062b10cd6c122795dd5e8d5d7252d22a05ecc01d0a581fd9 win-x64/node.lib -ad1333ca8e343a4da2cb948f85eae55682154b31ea2d04d6e929f13cf121df17 win-x64/node_pdb.7z -fbb04d0ad8602a2906b05bf5c7f11a4f652e50b693afb60ace99bc1c000dcd66 win-x64/node_pdb.zip -98594f76e90a06419fd5ccbfc6f3e249ed8a258eed28de894a5274e4ad4aaa56 win-x86/node.exe -a50f3c57671e7a07e7541f493e98cbbf006535598c93465ed14bb6f9cf253317 win-x86/node.lib -295cdf2f6e53d2588bc2e766704bd1c989b5aaec58aa4ad30f52b5a3c1288d22 win-x86/node_pdb.7z -3aa30ca56c0b5925e26e42c0d22cf5a786e9f99d501b3788c86cfa1b20b2935a win-x86/node_pdb.zip +7695554a71873ea2393248438508c5d73a4fc195f760a9317e33670826ab691f node-v16.4.0-aix-ppc64.tar.gz +771469be99d6af048d9b192cd7b338c68a4604e0fcc7f8804278c91b5ad3f74f node-v16.4.0-darwin-arm64.tar.gz +69847f02e277a5455e8ae06ccaeb6bb51672ff36aeda64c7f8a9c3dba87774e8 node-v16.4.0-darwin-arm64.tar.xz +95c81b54ea3069fcf230664d5d80b10e46f8fff5163644b7076fe48df13fc2fb node-v16.4.0-darwin-x64.tar.gz +2fe18b643d3846c22921b88041fcac6f6f532b7c1a60fc25e984de98c2466575 node-v16.4.0-darwin-x64.tar.xz +5085d9669b5df764faf234ad6d7ed1ce6c468d9f3c7f680c7b008d5be12dc4b2 node-v16.4.0-headers.tar.gz +92d8d154af3fdc31695e29d19a1541d55205c4e4dcfafdb2e826e79a39be29b3 node-v16.4.0-headers.tar.xz +8500c9b61717eeeb6f62ed88723dc4896b1bd0a38d8a0f8f8bfcd99e4879e921 node-v16.4.0-linux-arm64.tar.gz +dd8895d727f38f5d3bcfc9e6cfeeb5e61a55ef788ca23a789f87c4e36f8a599e node-v16.4.0-linux-arm64.tar.xz +0a40f6d679f8eccab2b9c43a385172fa0b0584246eef2c41c986fdf572206fa8 node-v16.4.0-linux-armv7l.tar.gz +f455f936e3ba97fc5150cb0e161a90cc1eeaa4d6c6b39b5c679cee792d21a5e5 node-v16.4.0-linux-armv7l.tar.xz +8b68bb6bb00af0db969e4c3c0f47bba408c71dfb3a33dd9a95336bd1f03769e8 node-v16.4.0-linux-ppc64le.tar.gz +a309bb0da47872988dfe4cab3e170856844ef1f61f62cd3c5202a096a5c5a1f5 node-v16.4.0-linux-ppc64le.tar.xz +9008300e37e088bf8abc8848208ac3fec23b4c26165c3b396c6a533e8c6b08da node-v16.4.0-linux-s390x.tar.gz +8dd5ae54694aaea813b7d3c499b57412f625dbaebdca389a1ed7377125726324 node-v16.4.0-linux-s390x.tar.xz +6fb7bc9aece48f2d94941c586ed5d541ac29c8981bc09585fcabe9e4b87d57fa node-v16.4.0-linux-x64.tar.gz +cb2076ea116f0132c2233ac00da306b3061cda2eacbd0fab5b1263e0c9ff0686 node-v16.4.0-linux-x64.tar.xz +14741dd37ce35dee9675ea0ed7134884db65e218e4841534229a53698c6a6484 node-v16.4.0.pkg +37e526b494a0ae53d2205421b93cc3d6fa2d9f4d8349891814a23e69d59a6d8d node-v16.4.0.tar.gz +f91e212e0b64d5fa745b15da4b8ac504acf72fb9216bfa77d3f66ca0e178c81d node-v16.4.0.tar.xz +19da293c890b41793516a97775e1bcfb94c62dfc0c38df3fdf830bde22c7d63c node-v16.4.0-win-x64.7z +2232f638c4913059e3de358d54629288092cd068553deaa60b9b46d6d760abcb node-v16.4.0-win-x64.zip +48e0a70a87c604371e67757d68008b4d5bb32c01862da9a3b3c9bdcb2a850639 node-v16.4.0-win-x86.7z +24fc12e114165d1671dc6cc8ee4e078b0795a49dc6895204510366db2f1252b0 node-v16.4.0-win-x86.zip +286223b111698ab68ea1c2bf7379e542ec47187baa00e905bdb55898eed3599a node-v16.4.0-x64.msi +56193c89e4091c9485a1e90a39b37b17dc64ffc6983cce978265471c289f5718 node-v16.4.0-x86.msi +afede6dc68ac545d90ee46247438b63661965c7d91aee04dd4efa2cbec7970c0 win-x64/node.exe +fe0a67955d3d9078a1495d936b59c9161ca8f8dbe29e95bfbf90a04b8bf6de23 win-x64/node.lib +7f2c849dfc3c3d0e915ee7ccbccdfd7711ef20288834d26807f743758512bec3 win-x64/node_pdb.7z +9297615005e2177a4576894f9e67902604fad1153d548a7c65e3670633bf18bd win-x64/node_pdb.zip +0b0d8a752c579838961b6ef8e4d2e7b7a9b839e7b73add30b8aa2889d3f92444 win-x86/node.exe +3a4e948add4fcb30eca711e7a76a3c16fe1f61ae7ab4eec85b80992ca96496fa win-x86/node.lib +8e41e601620d9d3ad0a68fc29071c7edbfd84b3f13e74e070ea2f791fb9a0a8f win-x86/node_pdb.7z +b1c72aa329f308c3a0aa5411ab18083aa384c84c33d133712fcb80d6f6b2d5d4 win-x86/node_pdb.zip ++++++ SHASUMS256.txt.sig ++++++ Binary files /var/tmp/diff_new_pack.e197J3/_old and /var/tmp/diff_new_pack.e197J3/_new differ ++++++ _constraints ++++++ --- /var/tmp/diff_new_pack.e197J3/_old 2021-06-25 15:01:22.012153693 +0200 +++ /var/tmp/diff_new_pack.e197J3/_new 2021-06-25 15:01:22.016153699 +0200 @@ -1,11 +1,11 @@ <?xml version="1.0"?> <constraints> <hardware> - <disk> - <size unit="G">25</size> - </disk> - <memory> - <size unit="M">12500</size> - </memory> + <disk> + <size unit="G">8</size> + </disk> + <physicalmemory> + <size unit="M">10000</size> + </physicalmemory> </hardware> </constraints> ++++++ node-v16.3.0.tar.xz -> node-v16.4.0.tar.xz ++++++ /work/SRC/openSUSE:Factory/nodejs16/node-v16.3.0.tar.xz /work/SRC/openSUSE:Factory/.nodejs16.new.2625/node-v16.4.0.tar.xz differ: char 26, line 1 ++++++ node_modules.tar.xz ++++++ ++++ 24095 lines of diff (skipped) ++++++ versioned.patch ++++++ --- /var/tmp/diff_new_pack.e197J3/_old 2021-06-25 15:01:22.608154420 +0200 +++ /var/tmp/diff_new_pack.e197J3/_new 2021-06-25 15:01:22.608154420 +0200 @@ -8,11 +8,11 @@ This is also important for generation of binary modules for multiple versions of NodeJS -Index: node-v16.2.0/Makefile +Index: node-git.16151bec08/Makefile =================================================================== ---- node-v16.2.0.orig/Makefile -+++ node-v16.2.0/Makefile -@@ -47,7 +47,7 @@ BUILDTYPE_LOWER := $(shell echo $(BUILDT +--- node-git.16151bec08.orig/Makefile ++++ node-git.16151bec08/Makefile +@@ -52,7 +52,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-v16.2.0/tools/install.py +Index: node-git.16151bec08/tools/install.py =================================================================== ---- node-v16.2.0.orig/tools/install.py -+++ node-v16.2.0/tools/install.py +--- node-git.16151bec08.orig/tools/install.py ++++ node-git.16151bec08/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-v16.2.0/doc/node.1 +Index: node-git.16151bec08/doc/node.1 =================================================================== ---- node-v16.2.0.orig/doc/node.1 -+++ node-v16.2.0/doc/node.1 +--- node-git.16151bec08.orig/doc/node.1 ++++ node-git.16151bec08/doc/node.1 @@ -30,24 +30,24 @@ .Dt NODE 1 . @@ -170,10 +170,10 @@ .Op Fl -v8-options . .\"====================================================================== -Index: node-v16.2.0/src/node.stp +Index: node-git.16151bec08/src/node.stp =================================================================== ---- node-v16.2.0.orig/src/node.stp -+++ node-v16.2.0/src/node.stp +--- node-git.16151bec08.orig/src/node.stp ++++ node-git.16151bec08/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-v16.2.0/deps/npm/man/man1/npm.1 +Index: node-git.16151bec08/deps/npm/man/man1/npm.1 =================================================================== ---- node-v16.2.0.orig/deps/npm/man/man1/npm.1 -+++ node-v16.2.0/deps/npm/man/man1/npm.1 +--- node-git.16151bec08.orig/deps/npm/man/man1/npm.1 ++++ node-git.16151bec08/deps/npm/man/man1/npm.1 @@ -1,6 +1,6 @@ - .TH "NPM" "1" "May 2021" "" "" + .TH "NPM" "1" "June 2021" "" "" .SH "NAME" -\fBnpm\fR \- javascript package manager +\fBnpm16\fR \- javascript package manager @@ -286,7 +286,7 @@ .SS Dependencies .P If a package lists a dependency using a git URL, npm will install that -@@ -95,7 +95,7 @@ npm help \fBpackage\.json\fP\|\. +@@ -93,7 +93,7 @@ npm help \fBpackage\.json\fP\|\. .IP \(bu 2 link: Links your current working code into Node's path, so that you don't @@ -295,7 +295,7 @@ link\fP to do this\. .IP \(bu 2 install: -@@ -178,18 +178,18 @@ https://github\.com/npm/rfcs +@@ -176,18 +176,18 @@ https://github\.com/npm/rfcs .SS See Also .RS 0 .IP \(bu 2 @@ -321,10 +321,10 @@ +npm16 help publish .RE -Index: node-v16.2.0/src/node_main.cc +Index: node-git.16151bec08/src/node_main.cc =================================================================== ---- node-v16.2.0.orig/src/node_main.cc -+++ node-v16.2.0/src/node_main.cc +--- node-git.16151bec08.orig/src/node_main.cc ++++ node-git.16151bec08/src/node_main.cc @@ -122,6 +122,7 @@ int main(int argc, char* argv[]) { #endif // Disable stdio buffering, it interacts poorly with printf() @@ -333,10 +333,10 @@ setvbuf(stdout, nullptr, _IONBF, 0); setvbuf(stderr, nullptr, _IONBF, 0); return node::Start(argc, argv); -Index: node-v16.2.0/tools/test.py +Index: node-git.16151bec08/tools/test.py =================================================================== ---- node-v16.2.0.orig/tools/test.py -+++ node-v16.2.0/tools/test.py +--- node-git.16151bec08.orig/tools/test.py ++++ node-git.16151bec08/tools/test.py @@ -936,7 +936,7 @@ class Context(object): if self.vm is not None: return self.vm @@ -346,10 +346,10 @@ else: name = 'out/%s.%s/node' % (arch, mode) -Index: node-v16.2.0/node.gyp +Index: node-git.16151bec08/node.gyp =================================================================== ---- node-v16.2.0.orig/node.gyp -+++ node-v16.2.0/node.gyp +--- node-git.16151bec08.orig/node.gyp ++++ node-git.16151bec08/node.gyp @@ -23,8 +23,8 @@ 'node_use_openssl%': 'true', 'node_shared_openssl%': 'false', @@ -361,10 +361,10 @@ 'node_intermediate_lib_type%': 'static_library', 'node_builtin_modules_path%': '', 'library_files': [ -Index: node-v16.2.0/deps/npm/man/man1/npx.1 +Index: node-git.16151bec08/deps/npm/man/man1/npx.1 =================================================================== ---- node-v16.2.0.orig/deps/npm/man/man1/npx.1 -+++ node-v16.2.0/deps/npm/man/man1/npx.1 +--- node-git.16151bec08.orig/deps/npm/man/man1/npx.1 ++++ node-git.16151bec08/deps/npm/man/man1/npx.1 @@ -5,15 +5,15 @@ .P .RS 2