Commit Graph

23 Commits

Author SHA1 Message Date
Jérémy Lal 7587a7d37e cannot rebuilt dist/lexer.js, just use pure-js lexer
Last-Update: 2020-11-24
Forwarded: not-needed

Gbp-Pq: Name cjs-module-lexer.patch
2022-08-16 11:14:24 +08:00
Jérémy Lal 757c1c8fc4 support build with python3
Forwarded: not-needed
Last-Update: 2020-08-08

Gbp-Pq: Name python3.patch
2022-08-16 11:14:24 +08:00
Marcus Comstedt 9e0fde6c9c [PATCH] Fix crashes on Linux/PPC64 ELFv1
Gbp-Pq: Name ppc64.patch
2022-08-16 11:14:23 +08:00
Jérémy Lal bd4d538dc4 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
Last-Update: 2020-06-11
Bug-Debian: https://bugs.debian.org/962318
Forwarded: https://github.com/nodejs/node/issues/33816

Gbp-Pq: Name localhost-no-addrconfig.patch
2022-08-16 11:14:23 +08:00
Jérémy Lal 53d1ebfcea on mipsel, mips64el, node --jitless segfaults
Last-Update: 2020-06-03
Forwarded: https://github.com/nodejs/node/issues/33703

Gbp-Pq: Name mips-no-jitless.patch
2022-08-16 11:14:23 +08:00
Jérémy Lal f41442eaf6 mksnapshot uses too much memory on 32-bit mipsel
Last-Update: 2020-06-03
Forwarded: https://bugs.chromium.org/p/v8/issues/detail?id=10586

Gbp-Pq: Name mips-less-memory.patch
2022-08-16 11:14:23 +08:00
Openkylin Developers 58bbae335e upstream mips fix
Origin: https://github.com/nodejs/node/issues/31118
Last-Update: 2020-05-30

Gbp-Pq: Name mips-fix.patch
2022-08-16 11:14:23 +08:00
Jérémy Lal bc89866cfd Link to -latomic by default
This avoids surprises on mips*el/ppc*el
Last-Update: 2019-10-25
Forwarded: not-needed
Bug: https://github.com/nodejs/node/pull/28532
Bug: https://github.com/nodejs/node/issues/30093

Gbp-Pq: Name atomic.patch
2022-08-16 11:14:23 +08:00
Jérémy Lal 41dffd7a38 a test uses a benchmark that read alice.html, dfsg excluded
Forwarded: not-needed
Reviewed-By: Xavier Guimard <yadd@debian.org>
Last-Update: 2020-03-04

Gbp-Pq: Name benchmark_without_alice.patch
2022-08-16 11:14:23 +08:00
Jérémy Lal 167a39ad61 do not build cctest, build broken on debian
Last-Update: 2017-12-18
Forwarded: not yet !

Gbp-Pq: Name fix_disable_cctest.patch
2022-08-16 11:14:23 +08:00
Jérémy Lal df61a15dc8 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 and test-release-npm 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
Forwarded: not-needed
Reviewed-By: Xavier Guimard <yadd@debian.org>
Last-Update: 2020-02-09

Gbp-Pq: Name test_ci_buildd.patch
2022-08-16 11:14:23 +08:00
YunQiang Su 396a571908 use configuration directive to set mips fpu mode
Forwarded: https://github.com/paul99/v8m-rb/issues/192
Last-Update: 2015-09-29

Gbp-Pq: Name 2017_mips_configure_fpu.patch
2022-08-16 11:14:23 +08:00
Jérémy Lal 5b0d2b1398 build doc using marked and js-yaml
While waiting for unified/remarked/rehyped modules to be available in debian
Forwarded: not-needed
Reviewed-By: Xavier Guimard <yadd@debian.org>
Last-Update: 2022-01-27

Gbp-Pq: Name make-doc.patch
2022-08-16 11:14:23 +08:00
Yadd 83f4cd3794 fix for js-yaml ≥ 4
Forwarded: not-needed
Last-Update: 2021-11-24

Gbp-Pq: Name fix-for-js-yaml-4.patch
2022-08-16 11:14:23 +08:00
Jérémy Lal 524821c195 remove google font from template.html, and link to local
Last-Update: 2015-09-09
Forwarded: not-needed

Gbp-Pq: Name privacy_breach.patch
2022-08-16 11:14:23 +08:00
Jérémy Lal b35b9eee0c use system-installed node-gyp for building test modules
Last-Update: 2015-09-09
Forwarded: not-needed

Gbp-Pq: Name use_system_node_gyp.patch
2022-08-16 11:14:23 +08:00
Bastien ROUCARIÈS 145e5ef4ad Multiarch search path, arch triplet, DFHS path for modules
Last-Update: 2018-09-30
Last-Update: 2020-03-04
Forwarded: https://github.com/nodejs/node/issues/22745
Reviewed-By: Xavier Guimard <yadd@debian.org>

Gbp-Pq: Name dfhs_module_path_arch_triplet.patch
2022-08-16 11:14:23 +08:00
James Addison 614e41e7c5 Adds .GNU-stack section header to disable executable stack flag
Origin: https://github.com/nodejs/node/pull/37688

Gbp-Pq: Name large_pages_assembly_gnu_stack.patch
2022-08-16 11:14:23 +08:00
Jérémy Lal e97161eeb7 uvwasi depends on uv.gyp and ignores shared_libuv
Last-Update: 2021-07-03
Forwarded: https://github.com/nodejs/node/issues/39248

Gbp-Pq: Name shared_uv_from_uvwasi.patch
2022-08-16 11:14:23 +08:00
Jérémy Lal 5aadfab5a0 keep nodejs compatible with libc-ares 1.17.1
Forwarded: not-needed
Last-Update: 2021-08-11

Gbp-Pq: Name ares_compat.patch
2022-08-16 11:14:23 +08:00
Dimitri John Ledkov 43db0c9097 Lower SECLEVEL in the openssl.cnf used for testing
In Ubuntu SECLEVEL is compiled into openssl, rather than
set/unset from system openssl.cnf.
Bug-Ubuntu: https://bugs.launchpad.net/bugs/1858971

Gbp-Pq: Name test-lowerseclevel.patch
2022-08-16 11:14:23 +08:00
openKylinBot 2a2d10c5de Import Debian changes 12.22.9~dfsg-ok1
nodejs (12.22.9~dfsg-ok1) yangtze; urgency=medium

  * Build for openKylin.
2022-08-16 11:12:48 +08:00
Lu zhiping e08d89c7a7 Import Upstream version 12.22.9~dfsg 2022-08-16 11:12:47 +08:00