Nodejs 10.x
The Node.js 10.x release branch is scheduled to become the next actively maintained Long Term Support (LTS) release line in October, 2018 under the LTS codename 'Dubnium'. Note that the LTS lifespan for 10.x will end in April, 2021.
-
2
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:languages:nodejs/nodejs10 && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
CVE-2021-22918.patch | 0000004602 4.49 KB | |
CVE-2021-22930.patch | 0000012520 12.2 KB | |
CVE-2021-22939.patch | 0000003529 3.45 KB | |
CVE-2021-3807.patch | 0000003077 3 KB | |
CVE-2021-44906.patch | 0000003383 3.3 KB | |
CVE-2021-44907.patch | 0000036717 35.9 KB | |
CVE-2022-0235.patch | 0000000749 749 Bytes | |
CVE-2022-21824.patch | 0000002502 2.44 KB | |
CVE-2022-25881.patch | 0000001573 1.54 KB | |
CVE-2022-32212.patch | 0000004963 4.85 KB | |
CVE-2022-32213.patch | 0000748933 731 KB | |
CVE-2022-35256.patch | 0000057746 56.4 KB | |
CVE-2022-43548.patch | 0000009416 9.2 KB | |
CVE-2023-23920.patch | 0000001057 1.03 KB | |
CVE-2023-44487.patch | 0000016777 16.4 KB | |
SHASUMS256.txt | 0000003347 3.27 KB | |
SHASUMS256.txt.sig | 0000000310 310 Bytes | |
_constraints | 0000000189 189 Bytes | |
bash_output_helper.bash | 0000000306 306 Bytes | |
cares_172.patch | 0000199143 194 KB | |
fix_ci_tests.patch | 0000009677 9.45 KB | |
flaky_test_rerun.patch | 0000000670 670 Bytes | |
icu68.patch | 0000003793 3.7 KB | |
limit_worker_stdio_memsize.patch | 0000000594 594 Bytes | |
manual_configure.patch | 0000001397 1.36 KB | |
newicu_test_fixup.patch | 0000001208 1.18 KB | |
node-gyp-addon-gypi.patch | 0000003098 3.03 KB | |
node-v10.24.1.tar.xz | 0021647996 20.6 MB | |
node_modules.tar.xz | 0000478844 468 KB | |
nodejs-libpath.patch | 0000002024 1.98 KB | |
nodejs-sle11-python26-check_output.patch | 0000001375 1.34 KB | |
nodejs.keyring | 0000061373 59.9 KB | |
nodejs10.changes | 0000047130 46 KB | |
nodejs10.spec | 0000049394 48.2 KB | |
npm-v6.14.16.tar.gz | 0005968743 5.69 MB | |
npm_man.tar.xz | 0000078200 76.4 KB | |
npm_search_paths.patch | 0000001948 1.9 KB | |
openssl_binary_detection.patch | 0000001623 1.58 KB | |
skip_no_console.patch | 0000006104 5.96 KB | |
skip_test_on_lowmem.patch | 0000000807 807 Bytes | |
test_ssl_cert_fixups.patch | 0000013878 13.6 KB | |
update_npm_tarball.sh | 0000000296 296 Bytes | |
valgrind_fixes.patch | 0000000422 422 Bytes | |
versioned.patch | 0000019340 18.9 KB | |
z15-test-skip.patch | 0000000623 623 Bytes |
Latest Revision
Adam Majer (adamm)
committed
(revision 187)
- CVE-2023-44487.patch: nghttp2 Security Release (CVE-2023-44487, bsc#1216190) - nodejs.keyring: include new releaser keys - newicu_test_fixup.patch: workaround whitespaces funnies in some icu versions
Comments 4
This package fails to build in my project: https://build.opensuse.org/package/live_build_log/mozilla/nodejs10/openSUSE_Leap_15.1/x86_64 Any idea/hints why that is the case? Problem is that Firefox 83 now requires a more recent version of nodejs to build so I have to link it into my project but it regularly fails for 15.1
The problem is caused by OpenSSL regression that was fixed later but seems not included in Leap 15.1:Update. It's related to bnc#1157775
It seems it affects SLE-15-SP1:Update. I didn't notice this earlier since this was built against :GA and not the :Update codestream
Also, you can remove nodejs10 from your build project. There is one shipped in Leap:15.1 and 15.2, etc. It will continue to be shipped for a few years to come.
@adamm, Firefox since recently requires a version >= 10.23 Therefore I needed to link to this version, which is now also not building anymore for SLE15 because pkgconfig(libcares) is unresolved.