Package: nodejs / 20.19.2+dfsg-1
Metadata
Package | Version | Patches format |
---|---|---|
nodejs | 20.19.2+dfsg-1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
build/more_shareable_builtins.patch | (download) |
configure.py |
5 4 + 1 - 0 ! |
add acorn, walk to shared builtins |
build/builtins_module_paths_not_shareable.patch | (download) |
src/node_builtins.cc |
3 2 + 1 - 0 ! |
disable shared builtins when loading deps on demand This is to avoid preloading potentially missing files. |
build/doc.patch | (download) |
Makefile |
43 20 + 23 - 0 ! |
build doc using marked and js-yaml While waiting for unified/remarked/rehyped modules to be available in debian |
build/flag_atomic.patch | (download) |
node.gypi |
3 3 + 0 - 0 ! |
link to -latomic by default This avoids surprises on mips*el/ppc*el |
build/test_ci.patch | (download) |
Makefile |
8 4 + 4 - 0 ! |
adapt tools/test.py * log to stdout * increase timeout multipliers * rename --flaky-tests to --flaky-tests-mode and use --flaky-tests like --skip-tests |
deps/cares.patch | (download) |
src/cares_wrap.h |
10 9 + 1 - 0 ! |
keep nodejs compatible with libc-ares public headers |
deps/localhost no addrconfig.patch | (download) |
lib/net.js |
8 1 + 7 - 0 ! |
do not use dns.addrconfig for localhost it fails on IPv6-only systems. Setting it with libc fails on linux. https://github.com/nodejs/node/issues/33279 https://lists.debian.org/debian-devel/2023/12/msg00011.html |
deps/node_gyp.patch | (download) |
Makefile |
7 1 + 6 - 0 ! |
use system-installed node-gyp for building test modules |
dfsg/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 |
dfsg/multilib_modules.patch | (download) |
configure.py |
25 25 + 0 - 0 ! |
multiarch search path, arch triplet, dfhs path for modules |
dfsg/privacy_breach.patch | (download) |
doc/template.html |
2 0 + 2 - 0 ! |
remove google font from template.html, and link to local |
build/skip buffer nan internal check.patch | (download) |
test/parallel/test-buffer-writefloat.js |
2 2 + 0 - 0 ! |
skip buffer nan internal representation check this fails on whatever archs having other internal representations of NaN. |
armel/configure.patch | (download) |
configure.py |
14 11 + 3 - 0 ! |
allow vfp2 and allow setting arm_version option |
build/doc_template_home.html | (download) |
doc/template.html |
2 1 + 1 - 0 ! |
fix link to home in html api |
build/test_process_versions.patch | (download) |
test/parallel/test-process-versions.js |
6 3 + 3 - 0 ! |
use system paths for builtins |
arm64/stacksize.patch | (download) |
deps/v8/src/common/globals.h |
17 0 + 17 - 0 ! |
harmonize v8 stack sizes on arm architectures to match almost all other architectures |
build/ada.patch | (download) |
deps/ada/ada.gyp |
6 3 + 3 - 0 ! |
build using ada upstream tarball component |
deps/v8 no static zlib.patch | (download) |
tools/v8_gypfiles/features.gypi |
2 1 + 1 - 0 ! |
compile v8 without zlib static lib it should have a minor performance impact |
build/no deps.patch | (download) |
Makefile |
2 1 + 1 - 0 ! |
skip useless files in build target |