Package: nodejs / 10.24.0~dfsg-1~deb10u1
Metadata
| Package | Version | Patches format |
|---|---|---|
| nodejs | 10.24.0~dfsg-1~deb10u1 | 3.0 (quilt) |
Patch series
view the series file| Patch | File delta | Description |
|---|---|---|
| system brotli.patch | (download) |
configure.py |
43 37 + 6 - 0 ! |
[patch] build: allow use of system-installed brotli MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit brotli is available as a shared library since 2016, so it makes sense to allow its use as a system-installed version. Some of the infrastructure was in place already (node.gyp and node.gypi), but some bits in the configure script here were missing. Add them, keeping the default as before, to use the bundled version. Refs: https://github.com/google/brotli/pull/421 Signed-off-by: Andr Draszik <git@andred.net> PR-URL: https://github.com/nodejs/node/pull/32046 |
| dfhs_module_path_arch_triplet.patch | (download) |
configure.py |
21 21 + 0 - 0 ! |
multiarch search path, arch triplet, dfhs path for modules |
| ssl/e5b03b82f72e6915bd24c7ef1481abd1842b84fe.patch | (download) |
src/node_crypto.cc |
18 17 + 1 - 0 ! |
[patch] tls: make ossl 1.1.1 cipher list throw error Make OpenSSL 1.1.1 error during cipher list setting if it would have errored with OpenSSL 1.1.0. Can be dropped after our OpenSSL fixes this upstream. See: https://github.com/openssl/openssl/pull/7759 |
| use_system_node_gyp.patch | (download) |
Makefile |
8 4 + 4 - 0 ! |
use system-installed node-gyp for building test modules |
| privacy_breach.patch | (download) |
doc/template.html |
3 1 + 2 - 0 ! |
remove google font from template.html, and link to local |
| make doc.patch | (download) |
Makefile |
48 13 + 35 - 0 ! |
build doc using marked and js-yaml While waiting for unified/remarked/rehyped modules to be available in debian |
| 1005_restore_sh_javascript_nonminified.patch | (download) |
doc/api_assets/sh_javascript.min.js |
348 348 + 0 - 0 ! |
restore original version of dfsg-excluded file |
| 2017_mips_configure_fpu.patch | (download) |
deps/v8/src/base/cpu.cc |
21 5 + 16 - 0 ! |
use configuration directive to set mips fpu mode |
| test_ci_buildd.patch | (download) |
Makefile |
2 1 + 1 - 0 ! |
adapt test-ci build target for buildd * run tests with ./node * remove addons from test-ci suite, because it creates a dependency loop nodejs -> node-gyp -> nodejs which is painful to manage. * disabled because it requires stdin: + test-stdout-close-unref + test-regress-GH-746 * test-tick-processor fails on ppc64 and s390x, currently investigated https://github.com/nodejs/node/issues/2471 * test-cluster-disconnect sometimes fails on busy buildd, forwarded upstream https://github.com/nodejs/node/issues/3383 * test-fs-watch is flaky, might be related to https://github.com/nodejs/node/issues/4082 * huge timeout value for all platforms, buildd could be busy * test-npm-install must fail, debian package dfsg-repacked npm out * ability to override CI_NATIVE_SUITES, CI_JS_SUITES * disable tests failing because DNS is disabled * sequential/test-http2-session-timeout is flaky https://github.com/nodejs/node/issues/20628 |
| fix_disable_cctest.patch | (download) |
Makefile |
6 5 + 1 - 0 ! |
do not build cctest, build broken on debian |
| benchmark_without_alice.patch | (download) |
benchmark/buffers/buffer-indexof-number.js |
2 1 + 1 - 0 ! |
a test uses a benchmark that read alice.html, dfsg excluded |
| temporarily_silence_buffer_deprecations.patch | (download) |
lib/buffer.js |
3 1 + 2 - 0 ! |
only emit buffer dep0005 warning if --pending-deprecation is set |
| uv_stable.patch | (download) |
src/node_os.cc |
38 33 + 5 - 0 ! |
uv_os_uname is not available in libuv 1.24.1, restore node 10.15.2 way |
| atomic.patch | (download) |
node.gypi |
5 5 + 0 - 0 ! |
link to -latomic by default This avoids surprises on mips*el/ppc*el |
