Commit Graph

33 Commits

Author SHA1 Message Date
luoyaoming 603f27e153 Import Upstream version 18.19.1+dfsg 2024-06-03 09:55:04 +08:00
luoyaoming 8dcd1a155b delete debian/gbp.conf 2024-06-03 09:54:57 +08:00
谢炜 9ff4823f6e update changelog 2023-10-19 18:44:00 +08:00
谢炜 16f7786048 修复arm64执行报错问题,重编 2023-10-19 18:37:37 +08:00
周淦清 eeca8e6cb0 !1 fix compile error
* fix compile error
* fix compile error
2022-08-18 08:25:12 +00:00
Lu zhiping fa95507f2f changed debian/source/format to native 2022-08-16 11:14:24 +08:00
Michaël Zasso dcc8b501bb [PATCH] deps: V8: patch jinja2 for Python 3.10 compat
PR-URL: https://github.com/nodejs/node/pull/40296
Fixes: https://github.com/nodejs/node/issues/40294
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Christian Clauss <cclauss@me.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>

Gbp-Pq: Name e548e053a2fda35f38272fb023f543e52ae77566.patch
2022-08-16 11:14:24 +08:00
Michaël Zasso 90612a5d0d [PATCH] tools: patch jinja2 for Python 3.10 compat
PR-URL: https://github.com/nodejs/node/pull/40296
Fixes: https://github.com/nodejs/node/issues/40294
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Christian Clauss <cclauss@me.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>

Gbp-Pq: Name 24c403cfaf8bdbcd8b19037531c8998709d2b949.patch
2022-08-16 11:14:24 +08:00
Daniel Bevenius 44d40c9382 [PATCH] src: use getauxval in node_main.cc
This commit suggests using getauxval in node_main.cc.

The motivation for this is that getauxval was introduced in glibc 2.16
and looking at BUILDING.md, in the 'Platform list' section, it looks
like we now support glibc >= 2.17 and perhaps this change would be
alright now.

PR-URL: https://github.com/nodejs/node/pull/33693
Refs: https://github.com/nodejs/node/pull/12548
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: David Carlier <devnexen@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>

Gbp-Pq: Name 7232c2a1604d241ce0455d919ba9b0b8e9959f81.patch
2022-08-16 11:14:24 +08:00
Rich Trott 9f936f2f6a [PATCH] test: fix flaky test-worker-prof
Fixes: https://github.com/nodejs/node/issues/26401
Co-authored-by: Gireesh Punathil <gpunathi@in.ibm.com>

PR-URL: https://github.com/nodejs/node/pull/37372
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>

Gbp-Pq: Name upstream-fix-test-worker-prof.patch
2022-08-16 11:14:24 +08:00
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