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 | 0000002930 2.86 KB | |
CVE-2021-22939.patch | 0000003529 3.45 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 | |
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 | 0000043398 42.4 KB | |
nodejs10.changes | 0000043756 42.7 KB | |
nodejs10.spec | 0000046322 45.2 KB | |
npm-v6.14.13.tar.gz | 0005973991 5.7 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 |
Revision 171 (latest revision is 187)
Adam Majer (adamm)
committed
(revision 171)
- fix_ci_tests.patch: updated for z15 zlib compression
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.