Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add note in BUILDING.md about running make distclean #28675

Closed
bcoe opened this issue Jul 14, 2019 · 5 comments
Closed

add note in BUILDING.md about running make distclean #28675

bcoe opened this issue Jul 14, 2019 · 5 comments
Labels
doc Issues and PRs related to the documentations. good first issue Issues that are suitable for first-time contributors. help wanted Issues that need assistance from volunteers or PRs that need help to proceed.

Comments

@bcoe
Copy link
Contributor

bcoe commented Jul 14, 2019

  • Version: v13.0.0-pre
  • Platform: (OSX 10.13.4, Xcode 9.4.1, i5), (Debian GNU/Linux 10, GCC 7.3.0, amd64)

Failure Building Master

I'm receiving the following error when trying to build Node.js on master:

/Users/benjamincoe/bcoe/node/out/Release/obj.target/v8_snapshot/geni/embedded.cc:5:10: fatal error: 'src/snapshot/macros.h' file not found
#include "src/snapshot/macros.h"

I'm receiving this error both on my Debian work desktop and my ancient Macbook.

I also noticed that the same issue was reported by @ronag here.

./configure --without-snapshot

I was able to compile if I configured a build without snapshots, but the ./node bin generated segfaults fails a check and exits with 1 .


CC: @nodejs/build

@bcoe bcoe changed the title build failure on master (src/snapshot/macros.h' file not found) build failure on master (src/snapshot/macros.h file not found) Jul 14, 2019
@bcoe bcoe added the build Issues and PRs related to build files or the CI. label Jul 14, 2019
@bcoe
Copy link
Contributor Author

bcoe commented Jul 14, 2019

This is the exception I get on both systems, if I ./configure --without-snapshot:

Benjamins-MBP-2:node benjamincoe$ ./node 


#
# Fatal error in , line 0
# Check failed: (isolate_->embedded_blob()) != nullptr.
#
#
#
#FailureMessage Object: 0x7ffeefbfe370Illegal instruction: 4

@targos
Copy link
Member

targos commented Jul 14, 2019

I can't reproduce the first issue.

The second one is that apparently the custom Node.js snapshot cannot work without the V8 snapshot, so you have to ./configure --without-snapshot --without-node-snapshot. /cc @joyeecheung

@joyeecheung
Copy link
Member

joyeecheung commented Jul 15, 2019

The first issue is usually triggered by some stale build I think. Try doing make distclean (not make clean) and build again, or simply remove the whole thing and build from a fresh clone (make sure you clean you ccache etc. while you are at it)

--without-snapshot is going away soon, as the V8 team is going to remove builds without snapshots, not sure if we should do anything about that.

@bcoe
Copy link
Contributor Author

bcoe commented Jul 15, 2019

@joyeecheung running make distclean worked like a charm on my Linux desktop, I think it might be worth adding a note about to BUILDING.md. I'll leave this open until this evening, and will make an effort to add a note myself.

@bcoe bcoe added doc Issues and PRs related to the documentations. and removed build Issues and PRs related to build files or the CI. labels Jul 15, 2019
@bcoe bcoe changed the title build failure on master (src/snapshot/macros.h file not found) add note in BUILDING.md about running make distclean Jul 15, 2019
@AtticusYang
Copy link

thank u. I meet the same question.

minrk added a commit to regro-cf-autotick-bot/nodejs-feedstock that referenced this issue Jul 30, 2019
@BridgeAR BridgeAR added good first issue Issues that are suitable for first-time contributors. help wanted Issues that need assistance from volunteers or PRs that need help to proceed. labels Jan 4, 2020
swagatata added a commit to swagatata/node that referenced this issue Feb 2, 2020
@Trott Trott closed this as completed in a733c18 Feb 7, 2020
codebytere pushed a commit that referenced this issue Feb 17, 2020
Fixes: #28675

PR-URL: #31542
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
codebytere pushed a commit that referenced this issue Mar 15, 2020
Fixes: #28675

PR-URL: #31542
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
codebytere pushed a commit that referenced this issue Mar 17, 2020
Fixes: #28675

PR-URL: #31542
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
codebytere pushed a commit that referenced this issue Mar 30, 2020
Fixes: #28675

PR-URL: #31542
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
steve-pexip pushed a commit to pexip/os-nodejs that referenced this issue Jul 12, 2023
nodejs (18.13.0+dfsg1-1) unstable; urgency=medium
.
  [ Bo YU ]
  * Fix FTBFS on riscv64. Closes: 1028404
.
  [ Jérémy Lal ]
  * doc-generator: update types
  * copyright: deps/v8/third_party/ittapi
  * copyright: Files-Excluded snapshot.blob, new orig tarball
.
nodejs (18.13.0+dfsg-1) unstable; urgency=medium
.
  * New upstream version 18.13.0+dfsg
  * Drop applied patches
  * Add tracing, crypto headers to /usr/include/nodejs
  * riscv64: mark flaky tests. Closes: 1026065
  * copyright: remove uv/android* files
  * Drop n/a lintian overrides for zlib
  * lintian-overrides: update false source-is-missing
.
nodejs (18.12.1+dfsg-2) unstable; urgency=medium
.
  * Patch: fix test suite for icu 72.1
.
nodejs (18.12.1+dfsg-1) unstable; urgency=medium
.
  * New upstream version 18.12.1+dfsg
  * Fixes CVE-2022-43548: DNS rebinding in --inspect via invalid
    octal IP address (Medium).
    Closes: #1023518.
  * Build using gcc-11, g++-11, fixes mips64el and riscv64 builds,
    https://github.com/nodejs/node/issues/44126
  * Patch: fix link to home in html doc. Closes: #1018153
.
nodejs (18.12.0+dfsg-1) unstable; urgency=medium
.
  * New upstream version 18.12.0+dfsg
  * Add flaky new debugger test
  * watch nodejs 18 LTS
.
nodejs (18.11.0+dfsg-4) experimental; urgency=medium
.
  * Patch: fix mipsel build failure
  * Patch: drop mips/no_jitless, fixed upstream
.
nodejs (18.11.0+dfsg-3) experimental; urgency=medium
.
  * Revert "Build using gcc-11, g++-11"
  * Skip buggy watch mode tests
.
nodejs (18.11.0+dfsg-2) experimental; urgency=medium
.
  * Do not use --shared-ngctp2/http3 switch
.
nodejs (18.11.0+dfsg-1) experimental; urgency=medium
.
  * New upstream version 18.11.0+dfsg
  * armhf: minimal target is vfpv3-d16 (Closes: #1021546).
  * copyright: update for a new file
  * Drop nghttp3, ngtcp2 deps: useless without openssl-quic
  * Refresh patches
.
nodejs (18.10.0+dfsg-6) unstable; urgency=medium
.
  * Move builtins dependencies to libnode108 (Closes: #1021107).
  * Mark another flaky test for riscv64
.
nodejs (18.10.0+dfsg-5) unstable; urgency=medium
.
  * Breaks: node-jest (<< 29~)
.
nodejs (18.10.0+dfsg-4) unstable; urgency=medium
.
  * Backport armel test failure fix
  * Allow undici-related test failures on riscv64 for now
.
nodejs (18.10.0+dfsg-3) unstable; urgency=medium
.
  * Avoid depending on node to build node. Fix build.
  * Allow failure of another version of an already flaky test,
    seen to be failing on i386 - possibly on 32-bits architectures.
.
nodejs (18.10.0+dfsg-2) unstable; urgency=medium
.
  * Revert /etc/default/nodejs and wrapper - env is enough
    Also avoids future bugs with node's process.execPath
  * Depends on externalized builtins (Closes: #1020980)
.
nodejs (18.10.0+dfsg-1) unstable; urgency=medium
.
  [ Yadd ]
  * Drop /usr/lib/nodejs support
.
  [ Jérémy Lal ]
  * New upstream version 18.10.0+dfsg
  * Configurable builtins paths:
    + upstream patch implementing it
    + augment upstream patch to support acorn, acorn-walk
    + configure flags for acorn, undici, cjs-module-lexer
    + use pkgjs-ln for system-installed modules
    + exclude acorn, undici, cjs-module-lexer,
      they are all distributed and built in their own package
  * Allow custom flags to be set in /etc/defaults/nodejs
  * Patch openssl.conf used for tests to allow smoil keys,
    and disable some failing tests while waiting for upstream
    to upgrade their test keys. (Closes: #1020592)
  * Use shared ngtcp2, nghttp3
  * doc-generator:
    + fix node_modules setup using pkgjs-ln
    + update type-parser.mjs
.
nodejs (18.8.0+dfsg-1) experimental; urgency=medium
.
  * New upstream version 18.8.0+dfsg
  * Drop patches applied upstream
.
nodejs (18.7.0+dfsg-5) unstable; urgency=medium
.
  * Tighten dependency with armv6k-support
.
nodejs (18.7.0+dfsg-4) unstable; urgency=medium
.
  * lintian overrides:
    + fix embedded-library zlib
    + slightly more info about source-is-missing
  * copyright: fix license short name for base64
.
nodejs (18.7.0+dfsg-3) unstable; urgency=medium
.
  * Rename and DEP-3 latest armel patch
  * Restore build using gcc 11,
    it was removed by mistake in the previous upload
.
nodejs (18.7.0+dfsg-2) unstable; urgency=medium
.
  * Build on armel where armv6k, vfpv2 is supported:
    + control: add Architecture: armel
    + control: depends armv6-support:armel, vfpv2-support:armel
    + rules: set -march=armv6k
    + patch: add --with-arm-version configure.py flag
.
nodejs (18.7.0+dfsg-1) unstable; urgency=medium
.
  * New upstream version 18.7.0+dfsg
  * Update flaky riscv64: sequential/test-cpu-prof-drained.
    Closes: #1016707.
  * copyright: deps/base64 BSD-2-clause
.
nodejs (18.6.0+dfsg-5) unstable; urgency=medium
.
  * Build-Depends gcc-11, g++-11.
    Allow transition while waiting for #1016628 to be sorted out.
.
nodejs (18.6.0+dfsg-4) unstable; urgency=medium
.
  * Patches: Closes: #1016305
    + upstream fix getaddrinfo without network
    + fix test failing with libuv1 >= 1.44.2
  * Patch: upstream fix ppc64 crash with regexp. Closes: #1016381.
  * Drop RES_OPTIONS to avoid test failures with localhost
.
nodejs (18.6.0+dfsg-3) unstable; urgency=medium
.
  * Patch: add sequential/test-worker-prof to failing riscv64 tests
.
nodejs (18.6.0+dfsg-2) experimental; urgency=medium
.
  * Fix path where to look for @types/node
    when fixing permissions.
    Also use execute_after_dh_fixperms.
.
nodejs (18.6.0+dfsg-1) experimental; urgency=medium
.
  * New upstream version 18.6.0+dfsg
  * Patches:
    + work around IPv6 getaddrinfo EAI_AGAIN localhost failure
      with some tests on zandonai
    + reenable global fetch and its tests
  * Build-Depends node-undici
  * Bump Standards-Version, no change
  * Fix @types/node permissions
  * lintian overrides:
    + drop unneeded libnode108 lines
    + update to new format
    + ignore source-is-missing for regenerated doc
  * copyright:
    + tools/rpm/ no longer here
    + fix order of paragraphs
    + fix wildcard
    + remove useless Licenses
.
nodejs (18.4.0+dfsg-2) experimental; urgency=medium
.
  * Breaks libnode72 << 13 because of bullseye/security
    (Closes: #1013968)
  * Fix bash-completion link (Closes: #977792)
  * Patch: disable fetch until undici is accepted (Closes: #1014214)
.
nodejs (18.4.0+dfsg-1) experimental; urgency=medium
.
  * New upstream version 18.4.0+dfsg
  * lintian-overrides:
    + drop node-acorn/*, no longer a component
    + improve embedded-library zlib and comment it
  * copyright:
    + remove useless files and paragraphs
    + fix order of paragraphs
  * patches:
    + remove very old unapplied files
    + fix non-utf8 encoding in one patch
    + fix mipsel compilation failure
  * unidici missing: do not crash, just have no exports
  * postpone usr/include/nodejs renaming, do it
    in libnode-dev.files.
  * Fix badly reverted usr/include/nodejs rename:
    /usr/include/node is for n-api, nodejs for old addons
  * hardening flags: -pie is no longer needed
.
nodejs (18.3.0+dfsg-1) experimental; urgency=medium
.
  * New upstream version 18.3.0+dfsg
  * Follow upstream make install:
    + let node install its own headers
    + keep a symlink to /usr/include/nodejs,
      will be removed when node-gyp is updated
  * watch latest version
  * gbp on master
  * Add noautodbgsym to README.source profiles
  * Clean debian/nodejs.bash-completion
  * Drop openssl-cnf.patch, upstream use openssl 3
  * Skip another test using undici
  * Bump libnode abi
.
nodejs (16.15.1+dfsg-1) unstable; urgency=medium
.
  * New upstream version 16.15.1+dfsg
  * Fix completion generation, support "nodejs" cli
    Closes: #977792
  * Patch to fix mipsel crypto init error strings (Closes: #1011101)
  * Patch: more flaky riscv64 cpu tests (Closes: #1012670)
.
nodejs (16.15.0+dfsg-1) unstable; urgency=medium
.
  * New upstream version 16.15.0+dfsg
  * Go back to +dfsg
  * dfsg-exclude undici (missing source for compiled wasm)
  * Will B-D undici <!pkg.nodejs.nobuiltin> when available
  * bash-completion from node --completion-bash (Closes: #977792)
  * Patches:
    + build/skip-crypto-engine-check no longer needed
    + test-diagnostic-dir-cpu-prof is flaky on riscv64
      (Closes: #1011100)
  * Update README.source
  * Fix undici source name
  * Update openssl.cnf to fix tests on mipsel (Closes: #1011339)
  * Improve doc-generator
.
nodejs (16.14.2+dfsg1-1) unstable; urgency=medium
.
  * Repack dfsg1, reimport without node-acorn
  * OPENSSL_CONF: absolute path with openssl 3 (Closes: #1006246)
  * Mark test-cpu-prof-exit as flaky on riscv64
.
nodejs (16.14.2+dfsg-5) unstable; urgency=medium
.
  * Patches:
    + skip failing arch-dependent assertions.
      Closes: #1010069
    + free test-crypto-engine from build artifacts.
      Closes: #1010497
    + test-cpu-prof-worker-argv flaky on riscv64.
      Closes: #1010509
.
nodejs (16.14.2+dfsg-4) unstable; urgency=medium
.
  * Upload to unstable
.
nodejs (16.14.2+dfsg-3) experimental; urgency=medium
.
  * rules: add missing symlink for doc generation
.
nodejs (16.14.2+dfsg-2) experimental; urgency=medium
.
  * Update nobuiltin to pkg.nodejs.nobuiltin
  * nodejs breaks: (Closes: #1007248)
    + libnode72 < 12.22.10~dfsg
    + libnode83 < 16.13.2+really14.19.1~dfsg
  * README.source: improve explanations
  * rules: two-stage builds w.r.t. node-acorn
  * watch: remove node-acorn component
.
nodejs (16.14.2+dfsg-1) experimental; urgency=medium
.
  * New upstream version 16.14.2+dfsg
  * Change ~dfsg to +dfsg
  * copyright:
    + dfsg-exclude corepack - missing source
    + remove tools/lint-md.mjs
  * rules: do not install corepack
  * B-D libuv >= 1.43
.
nodejs (16.13.2+really14.19.1~dfsg-5) unstable; urgency=medium
.
  [ Yadd ]
  * Fix @types/node install (Closes: #1008110)
.
nodejs (16.13.2+really14.19.1~dfsg-4) unstable; urgency=medium
.
  * Allow test-debugger-preserve-breaks to fail
.
nodejs (16.13.2+really14.19.1~dfsg-3) unstable; urgency=medium
.
  * Test timeouts: try to stay under the radar
.
nodejs (16.13.2+really14.19.1~dfsg-2) unstable; urgency=medium
.
  * Upload to unstable
.
nodejs (16.13.2+really14.19.1~dfsg-1) experimental; urgency=medium
.
  * New upstream version 16.13.2+really14.19.1~dfsg
  * control: Break only libnode72 << 12.22.10~, since it can be
    co-installed with libnode83. Only Replace it.
    Likewise, if version Break: libnode64 << 10.24.1~.
  * README.source: no need to rebuild arch-independent packages
  * Drop dh_nodejs, totally useless now
  * salsa-ci:
    + use debian.yml script
    + disable i386 build
    + disable build checks - autopkgtest runs the same ones
    + disable dbgsym generation to reduce artifacts size
  * Let tests using unprivileged port fail. Closes: #994613.
  * watch: uversionmangle with really version
  * Skip parallel/test-child-process-stdio-overlapped
    It depends on a binary that is not part of the build targets
  * Namespace custom profile pkg.nodejs.nobuiltin
  * copyright:
    + add license for node-acorn component
    + update c-ares paths
    + removed paths in deps/v8/benchmarks/
  * Install @types/node only *.d.ts
  * Lintian overrides:
    + update expressions
    + v8 uses a heavily modified zlib, allow embedding.
.
nodejs (16.13.2+really14.19.0~dfsg-2) experimental; urgency=medium
.
  [ Yadd ]
  * Update standards version to 4.6.0, no changes needed.
  * Make node_modules links (Closes: #1005089)
.
nodejs (16.13.2+really14.19.0~dfsg-1) experimental; urgency=medium
.
  * New upstream version 14.19.0~dfsg
    Workaround the version currently in experimental
  * Depends icu >= 67, c-ares >= 1.18.1, libuv1 >= 1.42.0
  * Patches:
    + stop using private cares header
    + drop ppc64 patch, hopefully fixed now
    + replace tools/doc patch by copy in debian/doc-generator
    + mark test-debugger-heap-profiler as flaky
    + regroup and rename patches files
    + test helper not skipping for 32-bit mipsel
    + upstream fix test-datetime-change-notify
    + drop fix_daylight_dublin, applied upstream
    + skip corepack tests
  * doc-generator:
    + rebase changes on latest upstream doc/tools
    + update, port to js-yaml 4 and marked 4
    + tighten dependency on js-yaml for esm support
  * source overrides: update expressions
  * Update README.source with info on two-stage build
  * Bootstrap nodejs: (wip)
    + add nobuiltin profile, installs files in
      /usr/share/nodejs/node when selected,
      otherwise just install empty files
    + node-acorn=8.5.0 component for stage 1 builds,
      update gbp.conf
    + control: more nocheck, nobuiltin flags
    + instructions in README.source
    + node-highlight.js is Build-Depends-Indep
    + doc-generator depends on external acorn
    + flag !nocheck and !nodoc build-deps
  * rules:
    + fix check target for auto_test
    + acorn is needed both for arch and indep targets
    + fix nodejs.install dest dirs
    + configure with verbose
    + do not install corepack
  * Drop nodepath, it assumes modules to be installed
  * copyright:
    + fix lint-md path
    + highlight.pack.js no longer in tarball
    + update deps/cares paths
    + dfsg-exclude corepack - missing source
    + various paths fixes
.
  [ Bastien Roucariès ]
  * Bug fix: "nodejs FTCBFS: uses build architecture build tools such as
    gcc or pkg-config", thanks to Helmut Grohne (Closes: #996195).
  * Document gyp target/host in debian/rules
.
  [ Helmut Grohne ]
  * Add native build dependencies for cross compiling. (Closes: #996416)
.
nodejs (14.17.4~dfsg-1) experimental; urgency=medium
.
  [ Helmut Grohne ]
  * Add native build dependencies for cross compiling. (Closes: #996416)
.
  [ Jérémy Lal ]
  * New upstream version 14.17.4~dfsg
  * Enable powerpc arch. Closes: #991638
.
  [ Bastien Roucariès ]
  * Team upload
  * MA: allowed. Thanks Helmut.
  * B-D sse2-support. Closes: #994720
  * BD: python3:native
  * Fix FTCBFS by using crosscompile option
  * Document gyp target/host in debian/rules
.
nodejs (14.17.0~dfsg-2) experimental; urgency=medium
.
  * Install missing headers. Closes: #990282
.
nodejs (14.17.0~dfsg-1) experimental; urgency=medium
.
  * Switch to branches -14.x
  * New upstream version 14.17.0~dfsg
.
nodejs (14.16.1~dfsg-1) experimental; urgency=medium
.
  [ James Addison ]
  * THP ELF assembly: Add .note.GNU-stack section (Closes: #980272)
.
  [ Jérémy Lal ]
  * New upstream version 14.16.1~dfsg
  * Add Breaks: node-babel-runtime (<< 7). Closes:#987301
.
nodejs (14.16.0~dfsg-1) experimental; urgency=medium
.
  [ Jérémy Lal ]
  * New upstream version 14.16.0~dfsg
    Fixed vulnerabilities:
    + CVE-2021-22883: HTTP2 'unknownProtocol' cause DoS
      by resource exhaustion
    + CVE-2021-22884: localhost6 DNS rebinding in --inspect
  * Refresh make-doc patch
  * Patch to always use pure javascript cjs lexer
  * copyright: cjs-module-lexer is expat
  * copyright: exclude cjs-module-lexer unbuildable files
  * copyright: fix some copyright years
  * copyright: shjs is no longer used
  * lintian-overrides: false positive for a unicode regexp
.
  [ Xavier Guimard ]
  * Embed @types/node 14
  * Provides node-types-node (Closes: #979698)
  * Use secure copyright file specification URI.
  * Set upstream metadata fields: Security-Contact.
  * Bump debhelper compatibility level to 13
  * Declare compliance with policy 4.5.1
  * Use secure URI in Homepage field.
  * Add "Rules-Requires-Root: no"
  * Modernize debian/watch
  * Add ctype=nodejs to component(s)
  * Update d/copyright urls
.
nodejs (14.13.0~dfsg-1) experimental; urgency=medium
.
  * New upstream version 14.13.0~dfsg
.
nodejs (14.12.0~dfsg-1) experimental; urgency=medium
.
  * New upstream version 14.12.0~dfsg
.
nodejs (14.11.0~dfsg-2) experimental; urgency=medium
.
  * Rewrite changelog with the CVE
.
nodejs (14.11.0~dfsg-1) experimental; urgency=medium
.
  * New upstream version 14.11.0~dfsg
    Vulnerabilities fixed
    + CVE-2020-8251
      Denial of Service by resource exhaustion CWE-400 due to
      unfinished HTTP/1.1 requests (Critical)
    + CVE-2020-8252
      fs.realpath.native on may cause buffer overflow (Medium)
  * Refresh patches
.
nodejs (14.9.0~dfsg-1) experimental; urgency=medium
.
  * New upstream version 14.9.0~dfsg
  * Drop python3 patch, applied upstream
  * Update make-doc patch to ignore false type-match errors
.
nodejs (14.8.0~dfsg-1) experimental; urgency=medium
.
  * New upstream version 14.8.0~dfsg
.
nodejs (14.7.0~dfsg-1) experimental; urgency=medium
.
  * New upstream version 14.7.0~dfsg (Closes: #968139).
  * Two tests won't pass on IPv6-only hosts
  * There was no such thing as libnode64-dev, remove it
  * libnode83 breaks libnode64, libnode72 Closes: #966008
  * nodejs-doc: depends node-highlight.js instead of libjs
  * python3 support (Closes: #967032):
    + tests/control: depends python3, python3-distutils
    + python3 patch: use env.PYTHON in two tests
    + export PYTHON = python3 for Makefile
  * tests/control: drop cdbs, now useless
  * Update make-doc.patch to deal with new syntax in esm.md
  * Refresh patches:
    + drop mips-fix
    + drop revert-extra-ca
.
nodejs (14.4.0~dfsg-2) experimental; urgency=medium
.
  * Just completely disable ADDRCONFIG flag
  * Multiarch hinter: remove Multi-Arch: same on libnode-dev
  * Patch to fix ppc64 build
.
nodejs (14.4.0~dfsg-1) experimental; urgency=medium
.
  * New upstream version 14.4.0~dfsg
  * Bump libnode ABI to 83
  * Build-Depends python3-distutils
  * Fix make-doc.patch to allow no description
  * Fix make-doc.patch for stricter example heading match
  * copyright: add zlib copy
  * rules: JOBS=1 on 32-bit architectures only
.
nodejs (12.18.3~dfsg-4) unstable; urgency=medium
.
  * python3 patch: use env.PYTHON in two tests
    Closes: #967032 for good.
.
nodejs (12.18.3~dfsg-3) unstable; urgency=medium
.
  * export PYTHON = python3 for Makefile
.
nodejs (12.18.3~dfsg-2) unstable; urgency=medium
.
  * tests/control: depends python3, python3-distutils, drop cdbs
    Thanks Moritz Mühlenhoff for noticing that.
.
nodejs (12.18.3~dfsg-1) unstable; urgency=medium
.
  * New upstream version 12.18.3~dfsg
  * B-D python3, python3-distutils
    patch configure to use python3 (Closes: #967032)
  * nodejs-doc: depends libjs-highlight.js
  * copyright: dfsg-exclude highlight.pack.js,
    replace sh_javascript.min.js
  * source/lintian-overrides: drop sh_javascript.min.js override
  * Drop patch that restores unminified sh_javascript.min.js
  * Update make-doc.patch to deal with new syntax in esm.md
.
nodejs (12.18.2~dfsg-1) unstable; urgency=medium
.
  * New upstream version 12.18.2~dfsg
  * Drop Breaks: libnode64-dev, package does not exist
  * Drop libnode-dev Depends: nodejs, useless
  * libnode72 breaks libnode64. Closes: #966008
.
nodejs (12.18.1~dfsg-1) unstable; urgency=medium
.
  * New upstream version 12.18.1~dfsg
  * Update gbp.conf for *-12.x branches
  * Just completely disable ADDRCONFIG flag,
    but skip the two failing tests anyway
  * Multiarch hinter: remove Multi-Arch: same on libnode-dev
  * Patch to fix ppc64 build
  * rules: JOBS=1 on 32-bit only
  * libnode-dev depends nodejs: let addons test all right ?
.
nodejs (12.18.0~dfsg-3) unstable; urgency=medium
.
  * mipsel does not support a feature leading to test failures
  * Two tests won't pass on IPv6-only hosts
.
nodejs (12.18.0~dfsg-2) unstable; urgency=medium
.
  * Do not use dns.ADDRCONFIG for localhost
.
nodejs (12.18.0~dfsg-1) experimental; urgency=medium
.
  * New upstream version 12.18.0~dfsg. Closes: #962145.
  * Security fixes:
    + CVE-2020-11080
    + CVE-2020-8172
    + CVE-2020-8174
  * Build-Depends nghttp2 >= 1.41.0
.
nodejs (12.17.0~dfsg-4) experimental; urgency=medium
.
  * Fix openssl.cnf path in libnode-dev.install
.
nodejs (12.17.0~dfsg-3) experimental; urgency=medium
.
  * nodejs-doc: remove placeholder in long desc,
    libnode__ABI is libnode72
  * install missing files:
    + libnode: node.stp systemtap config
    + nodejs: gdbinit, lldb_commands.py
  * move files in better paths (backward-compatibly):
    + usr/include/openssl.cnf to usr/share/doc/nodejs
    + usr/include/v8 links to usr/include/node
  * mips patches:
    + reduce reserved memory for mksnapshot to avoid oom
    + test-cli-node-options skips --jitless
.
nodejs (12.17.0~dfsg-2) experimental; urgency=medium
.
  * Build with -g1 on 32-bit, else -g
  * Use dh --max-parallel=1 on 32-bit
  * Backport v8 commit to fix mips snapshots
  * Install devel files in /usr/include/node,
    keep the old locations for backward compatibility.
  * Use new alioth-lists email for maintainer
  * nodejs-doc: add misc:Depends
  * Standards-Version 4.5.0, no change required
.
nodejs (12.17.0~dfsg-1) experimental; urgency=medium
.
  * New upstream version 12.17.0~dfsg
  * Ignore dh_dwz failures
  * Depends sse2-support on i386. Closes: #961621
  * copyright: deps/zlib/doc is no longer bundled
  * Drop icu 67 patch
  * On 32bit archs, save memory with -g1 and --max-parallel=1
.
nodejs (12.16.3~dfsg-2) experimental; urgency=medium
.
  * Revert upstream commit, fix test-tls-root-certificates failure
.
nodejs (12.16.3~dfsg-1) experimental; urgency=medium
.
  * New upstream version 12.16.3~dfsg
  * dh_dwz: set a lower low-mem-die-limit
.
nodejs (12.16.2~dfsg-2) experimental; urgency=medium
.
  * Fix arch all build: skip tests, make install
.
nodejs (12.16.2~dfsg-1) experimental; urgency=medium
.
  [ Xavier Guimard ]
  * Add upstream/metadata
  * Disable test-release-npm test
  * Switch to dh, Bump debhelper compatibility level to 12
  * New upstream version 12.16.1~dfsg
  * Refresh patches
.
  [ Olivier Tilloy ]
  * Fix building architecture-independent doc package
    (Closes: #952629)
.
  [ Jérémy Lal ]
  * Revert "Override any source-is-missing - workaround pattern issues"
  * Simplify and tighten lintian overrides
  * make-doc: drop tools/doc/node_modules target
  * Exclude brotli from deps, use system-installed one
  * Remove brotli from copyright
  * watch xz
  * New upstream version 12.16.2~dfsg
.
nodejs (12.13.1~dfsg-1) experimental; urgency=medium
.
  * New upstream version 12.13.1~dfsg
  * gsplit-dwarf for all mips variants
  * Standards-Version 4.4.1
  * Non-trivial refresh of make-doc patch
  * Remove uv 1.30 compatibility patch
  * Depends libuv1-dev >= 1.33
  * Override source-is-missing to work around pattern matching issues
  * Comment kfreebsd patch in series to keep lintian quiet
.
nodejs (12.13.0~dfsg-1) experimental; urgency=medium
.
  * New upstream version 12.13.0~dfsg
  * Link to atomic using a patch, LDFLAGS is not enough
  * Need libuv1-dev >= 1.32.0
  * Do not run parallel jobs at all (consumes too much memory,
    and may make some tests fail).
  * Use shared libhttp-parser (>= 2.9.2) again
  * copyright: update paths
  * Standards-Version 4.4.1
  * Ignore source-is-missing for long lines
.
nodejs (12.10.0~dfsg-2) experimental; urgency=medium
.
  * test: test-npm-version fails because npm not bundled
  * ppc64 not supported: https://github.com/nodejs/node/issues/29534
.
nodejs (12.10.0~dfsg-1) experimental; urgency=medium
.
  * New upstream version 12.10.0~dfsg
  * Tighten b-d pkg-js-tools (Closes: #934240)
  * Use nodepath to setup links to acorn properly
  * README: match current modules search paths (Closes:#939001)
  * copyright:
    + add rimraf paragraph
    + couple new files in v8
  * Revert upstream commit to stay compatible with uv 1.30
.
nodejs (12.8.0~dfsg-2) experimental; urgency=medium
.
  * Fix js-yaml install path using nodepath (Closes: #934228)
  * Update make-doc.patch to avoid fetching remote changelog
.
nodejs (12.8.0~dfsg-1) experimental; urgency=medium
.
  * New upstream version 12.8.0~dfsg (Closes: #934207)
  * Fix make-doc.patch (Closes: #933840)
.
nodejs (12.7.0~dfsg-1) experimental; urgency=medium
.
  * New upstream version 12.7.0~dfsg (Closes: #932991)
  * Use shared libuv >= 1.30.1
  * libnode-dev depends libuv1-dev (Closes: #905415)
  * Build-Depends node-debbundle-acorn >= 6.1.0~
  * Build-Depends libnghttp2-dev >= 1.39.1
  * Tighten dependency on icu >= 64.0~
  * rules: set nghttp2 lib name - upstream assumes lib prefix
  * Upstream patch to fix linking against libnode
  * Build with snapshot https://github.com/nodejs/node/issues/28675
.
nodejs (12.2.0~dfsg-1) experimental; urgency=medium
.
  * New upstream version 12.2.0~dfsg
.
nodejs (12.1.0~dfsg-1) experimental; urgency=medium
.
  * New upstream version 12.1.0~dfsg
  * Unapply all openssl 1.1.1 support patches
  * Unapply silencing of buffer deprecations warnings
  * Build using embedded uv until libuv1 1.28 is available
  * Build using node-acorn >= 6, node-acorn-walk
  * Update copyright file
  * dfsg-exclude tools/lint-md.js, dependencies to rebuild it
    are not available at the moment.
.
nodejs (10.16.3~dfsg-1) unstable; urgency=medium
.
  * New upstream version 10.16.3~dfsg (Closes: #934885)
  * Avoid two tests to cause a FTBFS (Closes: #919588)
  * Delete applied ssl 1.1.1 compatibility patches
  * Never run tests in parallel to avoid memory exhaustion
  * README: match current modules search paths (Closes: #939001)
  * Fix make-doc patch, simplify make using NODE_PATH
  * B-D pkg-js-tools
  * Tighten dep on libuv1 version
.
nodejs (10.15.3~dfsg-1) experimental; urgency=medium
.
  * New upstream version 10.15.3~dfsg
.
nodejs (10.15.2~dfsg-2) unstable; urgency=medium
.
  * Avoid two tests to cause a FTBFS (Closes #919588)
    + test-fs-error-messages fails with eatmydata
    + test-net-listen-after-destroying-stdin is flaky
  * gbp for debian/buster branch
.
nodejs (10.15.2~dfsg-1) unstable; urgency=high
.
  * New upstream version 10.15.2~dfsg
    Slowloris HTTP Denial of Service with keep-alive
    (CVE-2019-5737)
.
nodejs (10.15.1~dfsg-5) unstable; urgency=medium
.
  * Install only headers
  * /usr/include/v8 should contain the headers directly
.
nodejs (10.15.1~dfsg-4) experimental; urgency=medium
.
  * Add libv8-dev symlinks:
    + libv8_libbase.so
    + libv8_libplatform.so
    + libv8_libsampler.so
.
nodejs (10.15.1~dfsg-3) experimental; urgency=medium
.
  * Provides libv8-dev (Closes: #920329)
.
nodejs (10.15.1~dfsg-2) unstable; urgency=medium
.
  * Fix Build-Deps and add libssl-dev to libnode-dev.
    Closes: #921074.
  * Refactor deps in debian/rules
  * Declare Breaks properly in rules/control.in.in
.
nodejs (10.15.1~dfsg-1) experimental; urgency=medium
.
  * New upstream version 10.15.1~dfsg
  * Backport upstream-approved Node 11 openssl 1.1.1a support
    (except a test that was weird to backport).
.
  [ Mattia Rizzolo ]
  * Add Breaks:node-modern-syslog (<< 1.1.4-2) to libnode64.
    node-modern-syslog before 1.1.4-2 depended on the nodejs
    ABI, but didn't have an appropriate dependency.
.
nodejs (10.15.0~dfsg-10) unstable; urgency=medium
.
  * M-A: same on libnode-dev, nodejs-dev
  * Drop nodejs-dev package.
    Addons should instead:
    + Build-Depends libnode-dev, node-gyp
    + remove dh --with nodejs argument in debian/rules
    + use debhelper >= 10 because it strips and shlibs *.node files
.
nodejs (10.15.0~dfsg-9) unstable; urgency=medium
.
  * M-A: foreign on nodejs-doc
  * libnode-dev depends libuv1-dev (Closes: #905415)
.
nodejs (10.15.0~dfsg-8) unstable; urgency=medium
.
  * Suggests npm - because nodejs must not be blocked by it.
    Closes: #918388.
  * Patch to silence buffer deprecations. Closes: #918456.
    This patch is meant to ease migration to testing, and to be
    removed as soon as possible.
    It avoids printing to stderr deprecation warning about
    calling Buffer as a constructor without the new operator.
.
nodejs (10.15.0~dfsg-7) unstable; urgency=medium
.
  * Add missing shlibs, Closes: #917961.
  * Nodejs 10 is here, Close #914965.
  * libnode-dev: install openssl.cnf in /usr/include/nodejs
  * Recommends npm, Closes: #918388.
.
nodejs (10.15.0~dfsg-6) unstable; urgency=medium
.
  * nodejs: strict dependency on libnode64
.
nodejs (10.15.0~dfsg-5) experimental; urgency=medium
.
  * mips(el): -latomic
  * Remove split-dwarf for any arch, only for mips
  * Forgot to export LDFLAGS
.
nodejs (10.15.0~dfsg-4) experimental; urgency=medium
.
  * CPPFLAGS, CFLAGS -gsplit-dwarf for any arch
    Why would this be reserved to mips anyway.
  * Standards-Version 4.3.0
.
nodejs (10.15.0~dfsg-3) experimental; urgency=medium
.
  * Add CPPFLAGS += -gsplit-dwarf as well
.
nodejs (10.15.0~dfsg-2) experimental; urgency=medium
.
  * Add -gsplit-dwarf on mips to work around #829139
.
nodejs (10.15.0~dfsg-1) experimental; urgency=medium
.
  * New upstream version 10.15.0~dfsg
  * copyright:
    + add license for src/large_pages/*
    + remove unused paragraph
  * Build using bundled http-parser (unreleased changes)
.
nodejs (10.14.0~dfsg-1) experimental; urgency=medium
.
  * New upstream version 10.14.0~dfsg
.
nodejs (10.13.0~dfsg-3) experimental; urgency=medium
.
  * Update uv headers path
.
nodejs (10.13.0~dfsg-2) experimental; urgency=medium
.
  * Upstream patches for openssl 1.1.1 support
  * Build using shared openssl and depend on it again
  * Test suite assumes embedded openssl.cnf
.
nodejs (10.13.0~dfsg-1) experimental; urgency=medium
.
  * New upstream version 10.13.0~dfsg
.
nodejs (10.12.0~dfsg-1) experimental; urgency=medium
.
  * New upstream version 10.12.0~dfsg
  * openssl: use bundled copy because node is not compatible
    with openssl 1.1.1 right now (and there is no upstream fix).
    On the plus side:
    + this avoids ABI breakage for C++ addons (Closes: #904274)
    + upstream have security support for openssl vulns
    On the down side, it's a policy 4.13 violation.
  * copyright:
    + no longer exclude marked since it is removed
    + drop paragraph for pthread-barrier.h
  * Multiarch and DFHS:
    + patch adding --node-relative-path configuration variable
    + "/usr/lib/<$DEB_HOST_MULTIARCH>/nodejs" for c++ addons
    + "/usr/share/nodejs" for pure javascript modules
    + "/usr/lib/nodejs" for smooth migration of current modules
    + Expose those configuration variables in
      process.config.variables.node_relative_path
      process.config.variables.arch_triplet
    + In particular, if prefix is /usr/local all paths move there.
    + Fix test expecting lib/node, should be lib/nodejs.
    (Closes: #901474)
  * Build using shared libuv1 again (Closes: #905415)
  * Standards-Version 4.2.1
  * Add support for mips64r6el arch (Closes: #905886)
  * Drop libnodeXX-dev in favor of libnode-dev (Closes: #901297)
  * Patch tools/doc to restore old dependencies on marked,
    while waiting for remarked/rehyped modules to be available.
  * sequential/test-http2-session-timeout is a flaky test
  * Add lintian override for test/fixtures/assert-long-line.js,
    false source-is-missing positive.
  * Build using LANG=C
  * Stop excluding tools/gyp because upstream patches it
  * Tighten dependency on nghttp2 >= 1.34.0
.
nodejs (10.4.0~dfsg-1) experimental; urgency=medium
.
  * New upstream version 10.4.0~dfsg
  * libnodeXX-dev Breaks+Replaces nodejs-dev << 10 (Closes: #898024)
  * Standards-Version 4.1.4
  * Copyright:
		+ comment the unexpected change in this BSD-3-clause
    + remove duplicate paragraph
    + remove files
    + add antlr4 with a BSD-3-clause license
.
nodejs (10.3.0~dfsg-1) experimental; urgency=medium
.
  * New upstream version 10.3.0~dfsg
  * Skip performance test
  * Symlink js-yaml to the expected dir for doc build
.
nodejs (10.1.0~dfsg-1) experimental; urgency=medium
.
  * New upstream version 10.1.0~dfsg
  * watch file: back to dfsg
  * Drop patches applied upstream
  * Depends libc-ares >= 1.14~ to match upstream requirement
.
nodejs (10.0.0~dfsg1-4) experimental; urgency=medium
.
  * Multi-Arch: foreign on nodejs binary (Closes: #826890)
  * gbp: 10.x branches
  * copyright: drop eu-strip from excluded files, applied upstream
.
nodejs (10.0.0~dfsg1-3) experimental; urgency=medium
.
  * Build and distribute libnode:
    + package libnode-dev, libnodeXX-dev
    + keep nodejs-dev for dh-nodejs and deprecate it
    + update packages descriptions
    + Multi-Arch: same on lib/dev packages (Closes: #826890)
  * Upstream patches fixing some tests
  * copyright:
    + dfsg-exclude non-free zlib rfc195*.txt files
    + minor paths updates/removals
  * lintian override: remove unused source-is-missing
    deps/v8/src/js/max-min*
  * Fix again installation of acorn files
.
nodejs (10.0.0~dfsg-2) experimental; urgency=medium
.
  * Fix acorn files installation
.
nodejs (10.0.0~dfsg-1) experimental; urgency=medium
.
  * New upstream version 10.0.0~dfsg
  * copyright:
    + reformat to use Comment field
    + CNNICHashWhitelist is no longer in tarball
    + dfsg-exclude acorn, eu-strip
    + add several new sections
  * Build-Depends node-acorn
  * Bump dependency on libuv >= 1.20
  * Use temporarily embedded copy of libuv
  * Depends openssl >= 1.1.0
.
nodejs (8.11.1~dfsg-2) unstable; urgency=medium
.
  * Upload to unstable
.
nodejs (8.11.1~dfsg-1) experimental; urgency=medium
.
  * New upstream version 8.11.1~dfsg
  * Revert 7e875d40, dependency on icu 60 is an upstream v8 bug
  * Upstream patch to avoid mandatory dependency on icu 60
  * Remove node-js-yaml from Build-Depends, already in Indep
  * Depends libhttp-parser >= 2.8
.
nodejs (8.10.0~dfsg-2) experimental; urgency=medium
.
  * Drop binutils dependency (Closes: #893841)
  * Move repository to https://salsa.debian.org/js-team/nodejs.git
.
nodejs (8.10.0~dfsg-1) experimental; urgency=medium
.
  * New upstream version 8.10.0~dfsg
  * Vcs-Git for that branch
  * Remove openssl patches and others, applied upstream
  * Depends icu 60.2
  * Patch: build doc using node-js-yaml
  * Build-Depends node-js-yaml
.
nodejs (8.9.3~dfsg-12) unstable; urgency=medium
.
  * Do not Build-Depend on licensecheck, ever.
    It's not right to hog build servers.
  * Drop my backport of openssl 1.1.0 compatibility,
    in favor of upstream backport.
  * Remove patch that dropped -march=z196 for it is now the
    minimum requirement for s390x. See also #888876.
.
nodejs (8.9.3~dfsg-11) unstable; urgency=medium
.
  * Patch build files to remove -march=z196 out of s390x builds
.
nodejs (8.9.3~dfsg-10) unstable; urgency=medium
.
  * should be compiled with FPXX ABI on 32-bit mips
    (Closes: #888021).
.
nodejs (8.9.3~dfsg-9) unstable; urgency=medium
.
  * On buildd always set JOBS to one during tests
.
nodejs (8.9.3~dfsg-8) unstable; urgency=medium
.
  * Upstream patch: allow running test.py without configuring
.
nodejs (8.9.3~dfsg-7) unstable; urgency=medium
.
  * Ensure passing JOBS with a default value of 1.
    Test suite inherits that value and can crash with memory errors.
    This attempts to fix mipsel build on mipsel-aql-02.
.
nodejs (8.9.3~dfsg-6) unstable; urgency=medium
.
  * test-fs-utimes might fail on some platforms
  * Patch to use less memory in test-zlib
.
nodejs (8.9.3~dfsg-5) unstable; urgency=medium
.
  * Upload to unstable
.
nodejs (8.9.3~dfsg-4) experimental; urgency=medium
.
  * Build using shared uv
.
nodejs (8.9.3~dfsg-3) experimental; urgency=medium
.
  * Disable snapshot: runtime arch might be different than build
  * nodejs-dev is optional like source package
  * Fix a test result for openssl
  * Fix test that need alice.html
  * Skip test-dns-cancel-reverse-lookup, using network
  * Some copyright file paths updates
  * Standards-Version 4.1.2
  * Short license for zlib
  * Update overrides and comment
  * Patch test-http2-connect to not fail in some cases
.
nodejs (8.9.3~dfsg-2) experimental; urgency=medium
.
  * Build with -fPIC
  * Build using bundled uv
.
nodejs (8.9.3~dfsg-1) experimental; urgency=medium
.
  * New upstream version 8.9.3~dfsg
  * Stop removing zlib, uv deps
  * Update debian/copyright for deps/uv, deps/zlib
  * Copyright for embedded nghttp2
  * test/gc/node_modules no longer in upstream tarball
  * Backport #16130: support both openssl 1.0.1 and 1.1.0
    Add openssl/fixups.patch to take care of additional fixes.
  * Build against latest ssl-dev version
  * Use node-js-yaml instead of yamlish
  * Drop cctest as it does not compile on debian.
    Help is welcome to fix this in a smarter way.
    Meanwhile fix_disable_cctest.patch gets rid of it.
  * Pass parallel option to JOBS
  * Update watch to use https
  * Add override for false positive source-is-missing
  * (Re?)enable -g flags
.
nodejs (6.12.0~dfsg-2) unstable; urgency=medium
.
  * Whitelist allowed architectures. Closes: #881735.
.
nodejs (6.12.0~dfsg-1) unstable; urgency=medium
.
  * New upstream version 6.12.0~dfsg
.
nodejs (6.11.4~dfsg-1) unstable; urgency=medium
.
  * New upstream version 6.11.4~dfsg
  * Testsuite field is no longer needed
  * Standards-Version 4.1.1
.
nodejs (6.11.3~dfsg-1) unstable; urgency=medium
.
  * New upstream version 6.11.3~dfsg
.
nodejs (6.11.2~dfsg-5) unstable; urgency=medium
.
  * Section javascript instead of web
  * Mark parallel/test-debug-args as flaky on mips64el
.
nodejs (6.11.2~dfsg-4) unstable; urgency=medium
.
  * Revert "Switch to g++-6, work around FTBFS on mips64el",
    it got an Extra-Depends on a fixed gcc version.
  * Explain what about node / nodejs in README.Debian
.
nodejs (6.11.2~dfsg-3) unstable; urgency=medium
.
  * README.Debian explains armel/powerpc are not supported.
    Closes: #872585.
  * Build nodejs-doc, Closes: #872488.
    Thanks to Felipe Sateler.
  * Build using g++-6 to work around FTBFS on mips64el.
    See: #871514.
.
nodejs (6.11.2~dfsg-2) unstable; urgency=medium
.
  * Upload to unstable
  * s_client_tls12.patch skips test relying on -tls1_1 openssl
    client option, and patch another test to remove -tls1 option.
.
nodejs (6.11.2~dfsg-1) experimental; urgency=medium
.
  * New upstream version 6.11.2~dfsg
  * Standards-Version 4.0.0
  * Inherit Priority from source
  * Drop nodejs-dbg, b-d debhelper 9.20160114 to get dbgsym
  * Drop kfreebsd patch, it did not build anyway
  * Restore /usr/bin/node following CTTE #862051.
    Keep /usr/bin/nodejs symlink indefinitely.
    Replaces and Conflicts nodejs-legacy.
    Closes: #754462.
  * Skip test-zlib-failed-init.js for it relies on zlib 1.2.11
.
nodejs (6.11.1~dfsg-1) experimental; urgency=medium
.
  * New upstream version 6.11.1~dfsg
  * Priority: optional on source package (Closes: #864735)
.
  [ Upstream ]
  * Security fix: Constant Hashtable Seeds (CVE pending)
    Closes: #868162.
.
nodejs (6.11.0~dfsg-1) experimental; urgency=medium
.
  * New upstream version 6.11.0~dfsg (Closes: #864605)
  * Restore upstream code that finds /usr prefix
  * Unapply ssl root certs patch implemented upstream,
    now configured by --openssl-use-def-ca-store
  * Build-Depend libssl1.0-dev
  * Keep ca-certificates in build-dependencies for running tests
  * Add ca-certificates to autopkgtest depends. (Closes: #855018)
  * Recommends ca-certificates for nodejs package
  * Patch to pass test with openssl 1.1.0 cli
  * Patch test-module-loading-globalpaths as part of nodejs rename
  * Workaround lintian override not matching source-is-missing path
.
nodejs (6.10.2~dfsg-1) experimental; urgency=medium
.
  * New upstream version 6.10.2~dfsg
  * Fix memory leak if certificate is revoked (introduced in 6.10.1)
.
nodejs (6.10.1~dfsg-1) experimental; urgency=medium
.
  * New upstream version 6.10.1~dfsg
  * Fix how control file is generated for build profile
  * Update 2014_donotinclude_root_certs.patch to hard-code
    NODE_EXTRA_CA_CERTS to /etc/ssl/certs/ca-certificates.crt
    This is safer to maintain and safer to use since it disables
    that undocumented env var setting.
    Also expect extra ca tests to fail.
  * Add dnt_helper.js Expat license
  * Recommends, Build-Depends ca-certificates
  * Use test-ci-js target now
  * autopkgtest suite depends on ca-certificates
.
nodejs (6.9.3~dfsg-1) experimental; urgency=medium
.
  * New upstream version 6.9.3~dfsg
.
nodejs (6.9.2~dfsg-2) experimental; urgency=medium
.
  * Fix recursive dependency on node-yamlish/marked (Closes: #850082)
    Thanks to Tom Parker <palfrey@tevp.net>.
.
nodejs (6.9.2~dfsg-1) experimental; urgency=medium
.
  * New upstream version 6.9.2~dfsg
  * Build-Depend libssl1.0-dev (Closes: #828457)
  * nodejs Recommends ca-certificates (Closes: #841981)
  * Skip two tests failing only in autopkgtest
  * Override workaround for source-is-missing (See: #848825)
  * Drop package-needs-versioned-debhelper-build-depends override.
.
nodejs (6.9.1~dfsg-1) experimental; urgency=medium
.
  * New upstream version 6.9.1~dfsg
.
nodejs (6.9.0~dfsg-1) experimental; urgency=medium
.
  * Update patch to skip test-regress-GH-746a,
    moved from sequential to parallel test suites.
  * New upstream version 6.9.0~dfsg
.
nodejs (6.8.1~dfsg-2) experimental; urgency=medium
.
  * Use mips r2 variant (mips32r2)
    This was already fixed in nodejs 4.x packages.
.
nodejs (6.8.1~dfsg-1) experimental; urgency=medium
.
  * New upstream version 6.8.1~dfsg
  * Unapply build with shared zlib patch
.
nodejs (6.8.0~dfsg-1) experimental; urgency=medium
.
  * Imported Upstream version 6.8.0~dfsg
  * Switch back to ia32 arch instead of x87, see
    https://lists.debian.org/debian-devel-announce/2016/05/msg00001.html
  * Standards-Version 3.9.8
  * Ensure build fails on armel (Closes: #818552)
  * Ensure build fails on powerpc.
  * Build-Depends openssl 1.0.2 (Closes: #821403)
  * Exclude useless deps/icu-small
  * s390x patch no longer needed :)
  * Use test-ci-js instead of test-ci
  * Disable dns during tests
  * Do not fail when node symlink exists in check target
  * Disable pseudo-tty and doctool suites
  * Update test_ci_buildd patch so CI_*_SUITES can be overridden
  * Disable tests failing since DNS has been disabled
  * Add patch to use node-yamlish
  * Build-Depends marked instead of bundling it
  * Enable hardening flags: +all,-pie
  * powerpc architecture is no longer supported
  * fix build when using shared zlib (upstream patch)
  * Move lintian source overrides into one file
.
nodejs (6.0.0~dfsg-1) experimental; urgency=medium
.
  * Imported Upstream version 6.0.0~dfsg
  * Files-Exclude: eslint* no longer needed
  * Remove shared-cares patch, released upstream
  * Import Upstream v8z s390-5.0 branch
  * Override source-is-missing for benchmark of sampled regexps
.
nodejs (5.11.0~dfsg-1) experimental; urgency=medium
.
  * tools/msvs directory no longer in upstream tarball
  * Imported Upstream version 5.11.0~dfsg
.
nodejs (5.10.1~dfsg-1) experimental; urgency=medium
.
  * Imported Upstream version 5.10.1~dfsg
  * Re-enable shared c-ares >= 1.11.0, with patch from upstream
.
nodejs (5.9.1~dfsg-1) experimental; urgency=medium
.
  * Imported Upstream version 5.9.1~dfsg
.
nodejs (5.8.0~dfsg-1) experimental; urgency=medium
.
  * Imported Upstream version 5.8.0~dfsg
  * Expect test-npm-install to fail
.
nodejs (5.7.1~dfsg-1) experimental; urgency=medium
.
  * Imported Upstream version 5.7.1~dfsg
.
nodejs (5.7.0~dfsg-1) experimental; urgency=medium
.
  * Imported Upstream version 5.7.0~dfsg
  * Use secure uri in Vcs-* fields
  * Standards-Version 3.9.7
  * Patch configure script to allow and default to x87 on i386
.
nodejs (5.6.0~dfsg-1) experimental; urgency=medium
.
  * Imported Upstream version 5.6.0~dfsg
  * Override lintian error for two binary (but trivial) fixtures.
.
nodejs (5.5.0~dfsg-1) experimental; urgency=medium
.
  * Imported Upstream version 5.5.0~dfsg
  * Fix install path of non-minified sh_javascript
  * Override lintian missing source sh_javascript.min.js, because
    it is already fixed by removal and patch.
.
nodejs (5.4.1~dfsg-1) experimental; urgency=medium
.
  * Imported Upstream version 5.4.1~dfsg
.
nodejs (5.4.0~dfsg-1) experimental; urgency=medium
.
  * Imported Upstream version 5.4.0~dfsg
  * tests need gcc to get DEB_HOST_ARCH,
    add build-essential as dependency.
  * Consolidate tmp dir using NODE_TEST_DIR
.
nodejs (5.3.0~dfsg-2) experimental; urgency=medium
.
  * Merge fixes from 4.2.3~dfsg-2:
    + create/remove a HOME for test
    + test-force-repl hangs in test bed
    + fix debian/watch
.
nodejs (5.3.0~dfsg-1) experimental; urgency=medium
.
  * Imported Upstream version 5.3.0~dfsg
  * There is no gcc -mfpu vfpv2 flag - the right flag is vfp
  * Use repacksuffix in debian/watch
  * Run tests as autopkgtests as well:
    + add debian/rules check target to run tests using binary package
    + disable test-process-config because it needs configured tree
    + mark test-fs-watch as flaky
  * Set test timeout to 3 seconds
  * Flaky test-regress-GH-746 because it requires stdin
  * Unapply no_sslv3.patch, applied upstream
  * Refresh patches
  * Re-enable test-tick-processor, fixed upstream
.
nodejs (5.1.1~dfsg-1) experimental; urgency=medium
.
  * Imported Upstream version 5.1.1~dfsg
  * CVE-2015-6764 V8 Out-of-bounds Access Vulnerability
    (Closes: #806385)
  * CVE-2015-8027 Denial of Service Vulnerability
    (Closes: #806385)
  * Patch: openssl -ssl3 fails immediately causing
    test-tls-no-sslv3 failure.
.
nodejs (5.1.0~dfsg-1) experimental; urgency=medium
.
  * Imported Upstream version 5.1.0~dfsg
  * Refresh patches
.
nodejs (5.0.0~dfsg-1) experimental; urgency=medium
.
  * Imported Upstream version 5.0.0~dfsg
  * Refresh patches
  * Disable s390 patch for now
.
nodejs (4.2.5~dfsg-1) unstable; urgency=medium
.
  * Imported Upstream version 4.2.5~dfsg
  * Remove no_sslv3 patch, fixed upstream
  * Override lintian missing source sh_javascript.min.js, because
    it is already fixed by removal and patch.
.
nodejs (4.2.4~dfsg-2) unstable; urgency=medium
.
  * tests need gcc to get DEB_HOST_ARCH,
    add build-essential as dependency. (Closes: #809845)
  * Fix install path of non-minified sh_javascript
.
nodejs (4.2.4~dfsg-1) unstable; urgency=medium
.
  * Imported Upstream version 4.2.4~dfsg
  * Adapt v8 backport to s390 patch
  * Refresh patches
.
nodejs (4.2.3~dfsg-2) unstable; urgency=medium
.
  * There is no gcc -mfpu vfpv2 flag - the right flag is vfp
  * Use repacksuffix in debian/watch
  * Run tests as autopkgtests as well:
    + add debian/rules check target to run tests using binary package
    + create/remove a HOME for test
    + disable test-process-config because it needs configured tree
    + test-fs-watch does not work in test bed
    + test-force-repl hangs in test bed
  * Set test timeout to 3 seconds
  * Flaky test-regress-GH-746 because it requires stdin
.
nodejs (4.2.3~dfsg-1) unstable; urgency=high
.
  * Imported Upstream version 4.2.3~dfsg
  * CVE-2015-6764 V8 Out-of-bounds Access Vulnerability
    (Closes: #806385)
  * CVE-2015-8027 Denial of Service Vulnerability
    (Closes: #806385)
  * Patch: openssl -ssl3 fails immediately causing
    test-tls-no-sslv3 failure.
.
nodejs (4.2.2~dfsg-1) unstable; urgency=medium
.
  * Imported Upstream version 4.2.2~dfsg
  * Huge test timeout for all platforms
  * Update from v8z 4.5 branch
  * Node.js 4.2 is LTS, maintain it in master-4.2, upstream-4.2
    + update gbp.conf
    + lock watch file to 4.2.x
    + update Vcs-Git in debian/control
  * Remove test-domain-with-abort-on-uncaught-exception.diff,
    applied upstream
  * Add trivial autopkgtest (Closes: #802735)
.
nodejs (4.2.1~dfsg-2) unstable; urgency=medium
.
  * Test ci patch: mark test-cluster-disconnect as flaky on arm
.
nodejs (4.2.1~dfsg-1) unstable; urgency=medium
.
  * Imported Upstream version 4.2.1~dfsg
  * kfreebsd patch: detect freebsd in tools/utils.py, so
    that tests have correct $system set.
  * test_ci_buildd patch: allow longer timeouts for mips64el
.
nodejs (4.2.0~dfsg-2) unstable; urgency=medium
.
  * Add arch detection for ppc64 in debian/rules, useful for
    tests configuration.
  * Fix failing test-domain-with-abort-on-uncaught-exception
  * Run flaky tests but don't care
  * Run tests with huge timeout
.
nodejs (4.2.0~dfsg-1) unstable; urgency=medium
.
  * Imported Upstream Long Term Support version 4.2.0~dfsg
  * Allow test-stdout-close-unref to fail on freebsd too
  * Unapply 1006_arm_fpu.patch, applied upstream
  * Remove gflags from copyright, removed upstream
  * Add copyright for s390 patch
  * Exclude non-dfsg "gutenberg small print" licensed file
.
nodejs (4.1.2~dfsg-5) unstable; urgency=medium
.
  * test-tick-processor can fail on pp64 and s390x:
    + debian/rules: invoke test runner with --arch option
    + test_ci_buildd.patch: declare that test as flaky on those
      two arches, and fix test runner so $arch can be used.
.
nodejs (4.1.2~dfsg-4) unstable; urgency=medium
.
  * Update patches to pass tests on respective arches
  * Enable tests
.
nodejs (4.1.2~dfsg-3) experimental; urgency=medium
.
  * Update test-ci patch to avoid testing addons
  * No longer Build-Dep node-gyp to avoid bootstrapping issue
.
nodejs (4.1.2~dfsg-2) experimental; urgency=medium
.
  * Set HOME env var for tests
  * Patch: merge s390x branch from v8z 4.5
.
nodejs (4.1.2~dfsg-1) experimental; urgency=medium
.
  [ Jérémy Lal ]
  * Imported Upstream version 4.1.2~dfsg
  * Unapply patch for CVE-2015-7384, applied upstream
  * Run tests but ignore failures for now
  * gyp >= 0.1~svn1773 now support no-parallel, remove patches
  * enable continuous integration tests but ignore failures for
    now, also patch to test-ci target to avoid logging to file.
  * Add a dh --with nodejs plugin.
.
  [ Jonas Smedegaard ]
  * Offer binNMU'able linkage for arch-dependent plugins:
    + Have nodejs provide virtual abi package
    + Have nodejs-dev include helper tool dh_nodejs.
    Closes: Bug#785748.
  * Bump debhelper compatibility level to 9.
  * Add descriptive comments to lintian overrides.
  * Add lintian override regarding debhelper 9.
.
nodejs (4.1.1~dfsg-3) unstable; urgency=high
.
  * Security fix for CVE-2015-7384 (Closes: #800580)
  * Forward 2014_donotinclude_root_certs.patch
.
nodejs (4.1.1~dfsg-2) unstable; urgency=medium
.
  * mips fixes, thanks to YunQiang Su (Closes: #800410):
    + patch v8 to fix mips, mipsel fpu mode setting
    + patch nodejs to support mips64el target_host setting
    + update configuration in debian/rules
.
nodejs (4.1.1~dfsg-1) unstable; urgency=medium
.
  * Imported Upstream version 4.1.1~dfsg
  * Force mips arches to fp32 fpu mode
  * Unapply mipsel detection patch, applied upstream
.
nodejs (4.1.0~dfsg-3) unstable; urgency=medium
.
  * mips: let configure detect float abi
.
nodejs (4.1.0~dfsg-2) unstable; urgency=medium
.
  * Fix armhf build: with-arm-float-abi expects 'hard', not 'hardfp'
  * Fix mipsel build: patch configure so that it detects mipsel
  * Configure mips, mipsel, mips64el ports
.
nodejs (4.1.0~dfsg-1) unstable; urgency=medium
.
  * Imported Upstream version 4.1.0~dfsg
  * Import bits of armel configuration from libv8
  * Patch to allow arm_fpu config
  * Update kfreebsd patch and flags
.
nodejs (4.0.0~dfsg-2) experimental; urgency=medium
.
  * Configure dest-cpu and dest-os, hopefully fixing builds on
    several architectures.
.
nodejs (4.0.0~dfsg-1) experimental; urgency=medium
.
  * Imported Upstream version 4.0.0~dfsg
  * Refresh and disable most old patches
  * Build using embedded cares, embedded v8, because Node.js
    is using patched versions of them and no longer allow
    building with shared system libraries of those.
  * Add cares copyright
  * Add patch to build without zlib and uv gyp files
  * nodejs-dev links to libuv1-dev headers
  * Build documentation and fix privacy breaches more properly
  * Numerous copyright-1.0 format fixes.
.
nodejs (0.10.38~dfsg-1) unstable; urgency=medium
.
  * Upstream update.
  * Copyright:
    + add mk-ca-bundle curl license
    + fix some paths, add a new file, DFSG-exclude
      trademarked icons (node, joyent, npm).
  * Standards-Version 3.9.6
.
nodejs (0.10.29~dfsg-1) unstable; urgency=medium
.
  * Upstream update.
  * 1007 patch: revert upstream commit that relies on a patch to
    libv8-3.14 that breaks v8 API/ABI.
    This means nodejs is stuck in NODE_INVALID_UTF8 mode, see
    upstream ChangeLog to understand what this means.
.
nodejs (0.10.28~dfsg-2) unstable; urgency=medium
.
  * Add 1006_relax_timeouts_in_tests.patch, fixing some tests to
    pass on slow architectures.
.
nodejs (0.10.28~dfsg-1) unstable; urgency=medium
.
  * Upstream update.
  * Copyright: add wildcards to folders in Files-Excluded field.
  * Override source-is-missing doc/sh_javascript.min.js, was already
    fixed in nodejs-0.10.25~dfsg2-1.
.
nodejs (0.10.26~dfsg1-2) unstable; urgency=medium
.
  * Update 2011 mipsel patch: add mips (big endian) support.
.
nodejs (0.10.26~dfsg1-1) unstable; urgency=medium
.
  * Upstream update.
  * Add 2014 patch: load /etc/ssl/certs/ca-certificates.crt at
    runtime, if present, instead of bundling node_root_certs.h.
  * copyright:
    + use Files-Excluded section, update list of files.
    + add section for node_root_certs.h (MPL-2.0)
  * rules: drop upstream-tarball.mk in favor of uscan.
  * Standards-Version 3.9.5
.
nodejs (0.10.25~dfsg2-2) unstable; urgency=medium
.
  * Update 2005 patch, allow test-abort-fatal-error to time out.
.
nodejs (0.10.25~dfsg2-1) unstable; urgency=medium
.
  * Exclude doc/sh_javascript.min.js, closes: #736779.
  * Add 1005 patch to include a non-minified version of
    doc/sh_javascript.min.js, and update path in debian/copyright.
  * Update 2005 patch, allow test-abort-fatal-error to fail,
    closes: #736576.
.
nodejs (0.10.25~dfsg1-1) unstable; urgency=medium
.
  * Upstream update
.
nodejs (0.10.24~dfsg1-1) unstable; urgency=medium
.
  * Upstream update
.
nodejs (0.10.23~dfsg1-3) unstable; urgency=medium
.
  * Update 2005 patch, allow test-http-client-timeout-event to fail.
.
nodejs (0.10.23~dfsg1-2) unstable; urgency=medium
.
  * Add 2013 patch, remove --no-parallel option incompatible with
    gyp < r1773. Was breaking kfreebsd builds as side-effect.
  * Empty DEB_CONFIGURE_NORMAL_ARGS without quotes because
    configure assumes it is a path argument.
.
nodejs (0.10.23~dfsg1-1) unstable; urgency=medium
.
  * Upstream update.
  * Refresh patches, remove 1005 patch, applied upstream.
.
nodejs (0.10.22~dfsg1-2) unstable; urgency=low
.
  * Update 2005 patch, allow test-cluster-dgram-2 to time out.
  * Apply 1005 patch, upstream fix for BSD builds.
.
nodejs (0.10.22~dfsg1-1) unstable; urgency=low
.
  * Upstream update.
  * Refresh patches.
.
nodejs (0.10.21~dfsg1-1) unstable; urgency=low
.
  * Upstream update.
  * Update 2005 patch, allow test-http-pipeline-flood to fail.
.
nodejs (0.10.20~dfsg1-1) unstable; urgency=low
.
  * Upstream update.
.
nodejs (0.10.19~dfsg1-1) unstable; urgency=low
.
  * Upstream update.
.
nodejs (0.10.18~dfsg1-1) unstable; urgency=low
.
  * Upstream update.
.
nodejs (0.10.17~dfsg1-2) unstable; urgency=low
.
  * Update 2005 patch with new failing-on-slow-platforms tests.
.
nodejs (0.10.17~dfsg1-1) unstable; urgency=low
.
  * Upstream update.
  * Update 2005 patch with new failing-on-slow-platforms tests.
.
nodejs (0.10.15~dfsg1-4) unstable; urgency=low
.
  * Update 2005 patch, adding a handful of tests that can fail on
    slow platforms.
  * Add 1004 patch to fix test failures when writing NaN to buffer
    on mipsel.
.
nodejs (0.10.15~dfsg1-3) unstable; urgency=low
.
  * Update 2005 patch, test-stdout-close-unref and
    test-tls-zero-clear-in can fail on buildd.
.
nodejs (0.10.15~dfsg1-2) unstable; urgency=low
.
  * Update 2005 patch, allow several tests to fail because of inner
    timeouts or race conditions on slow buildd servers.
.
nodejs (0.10.15~dfsg1-1) unstable; urgency=low
.
  * Upstream update.
  * kfreebsd build: uv need -ldl.
  * Update 2005 patch, allow 12 udp4 tests to fail on buildd servers.
  * 2011 patch: test.py --arch=target_arch detected by ./configure.
    This fixes an error in mipsel build.
.
nodejs (0.10.13~dfsg1-2) unstable; urgency=low
.
  [ Jérémy Lal ]
  * Fix kfreebsd build:
    + Depend on libkvm-dev on kfreebsd systems.
    + Tighten to build-depend on gyp versions that builds using flock.
    + Add patch 2012 to add __FreeBSD_kernel__ defines.
    + Add patch 1001 readFile not throwing EISDIR on some archs.
    + Add patches 1002, 1003 to fix bugs in unit tests.
    + Set gyp flavor in rules file using --dest-os switch.
  * Restrict make check target in rules to avoid the call to jslint.
.
  [ Jonas Smedegaard ]
  * Make ~dfsg version suffix only optionally numbered.
  * Stop breaking packages depending on old node binary: None of the
    affected packages exist in any Debian suite since about a year.
  * Declare all package relations except same-source ones in rules file.
  * Add notes in rules file about reasons for versioned dependencies.
  * Drop NEWS file: Contains only entries for versions older than
    existing in any Debian suite since about a year.
  * Rewrite short and long descriptions based on upstream texts.
  * Bump standards-version to 3.9.4.
.
nodejs (0.10.13~dfsg1-1) experimental; urgency=low
.
  * New upstream release.
.
nodejs (0.10.11~dfsg1-1) experimental; urgency=low
.
  * New upstream release.
.
nodejs (0.10.10~dfsg1-1) experimental; urgency=low
.
  * New upstream release.
.
nodejs (0.10.9~dfsg1-1) experimental; urgency=low
.
  * New upstream release.
  * Unapply 1001_revert_uv_osx_fix.patch, fixed upstream.
.
nodejs (0.10.8~dfsg1-1) experimental; urgency=low
.
  * New upstream release.
  * Set process.config.default_configuration to Release by removing
    --debug flag.
  * 1001_revert_uv_osx_fix.patch: revert a libuv commit bringing a
    test/simple/test-stdout-close-catch.js regression.
.
nodejs (0.10.7~dfsg1-1) experimental; urgency=low
.
  * New upstream release.
.
nodejs (0.10.6~dfsg1-1) experimental; urgency=low
.
  * New upstream release.
.
nodejs (0.10.5~dfsg1-2) experimental; urgency=low
.
  * nodejs-dev.links: fix symlinks to v8 headers.
.
nodejs (0.10.5~dfsg1-1) experimental; urgency=low
.
  * New upstream release.
  * nodejs-dev.install: common.gypi is needed by node-gyp.
.
nodejs (0.10.1~dfsg1-2) experimental; urgency=low
.
  * copyright: use Source field to document dfsg-repackaging.
  * nodejs-dev: install headers with the directory layout expected
    node-gyp.
  * 2005_expected_failing_tests.patch: some tests fail in chroot.
.
nodejs (0.10.1~dfsg1-1) experimental; urgency=low
.
  * New upstream release.
.
nodejs (0.10.0~dfsg1-2) experimental; urgency=low
.
  * Fix have nodejs-dev depend on libv8-3.14-dev (not bogus
    libv8-3--14dev).
.
nodejs (0.10.0~dfsg1-1) experimental; urgency=low
.
  [ upstream ]
  * New release.
    + Node-waf dropped: Replaced by node-gyp (packaged independently).
.
  [ Jérémy Lal ]
  * Build-depend unversioned on cdbs: Needed version satisfied in stable
    and oldstable no longer supported.
  * Upstream tarball repackaging:
    + Exclude test/gc/node_modules.
    + Exclude tools/blog.
    + Exclude tools/wrk, a benchmark tool.
    + Exclude tools/msvs/genfiles, it should be generated instead. It
      also contains binaries and a meaningless copyright statement.
    + Exclude deps/cares.
    + Update exclusions to match already removed files.
  * Documentation building:
    + Remove workaround from 0.6.19~dfsg1-3.
    + Delete already unapplied 1002_upstream_forgot_to_build_doc.patch.
    + Remove script tags calling external assets from html files.
  * Patches:
    + Remove all patches regarding WAF.
    + Remove patches involving eio or ev since those libs have been
      rewritten inside uv.
    + Remove 2008_fix_use_shared_cares.patch, no longer needed.
    + Adjust 2005_expected_failing_tests.patch: re-enable some tests.
    + Merge path, binary renames into 2001_FHS_paths_for_nodejs.patch.
    + Remove unneeded 2002_build_without_libv8_debug.patch.
    + Remove 2007_fix_use_shared_zlib.patch, replaced by --shared-zlib,
      but 2010 patch is needed to shut up Makefile.
    + Remove 1001_align_fast_buffers_8byte_boundary.patch, applied.
    + Remove 2014_v8_38_compat.patch, unneeded.
    + Disable 2011_enable_mipsel_build: libv8 fails to build on mipsel.
  * Drop WAF quirks.
  * Remove --no-ssl2 flag, it builds fine without it now, and
    test-tls-server-verify fails in both cases.
  * Use --without-snapshot since nodejs is using system libv8.
  * Remove unneeded --shared-ev.
  * Harden gyp: append CPPFLAGS to CXXFLAGS, export CXXFLAGS and
    LDFLAGS.
    Works around bug#689754.
  * Update DEB_COPYRIGHT_CHECK_IGNORE_REGEX to match all binary files.
  * Remove trailing slash in DEB_UPSTREAM_URL.
  * Ship all headers from src and uv/include in nodejs-dev: node-gyp
    expects them.
  * Update copyright file:
    + Drop obsolete paragraphs: eio, waf, buffer_ieee754.js,
      src/platform_darwin_proctitle.cc.
    + Add 'Nginx Inc' copyright to ngx-queue.h, as given by upstream
      LICENSE file, and list the second copy of ngx-queue.h.
    + Add license for deps/uv/include/uv-private/tree.h and the copy in
      src/tree.h.
    + Add ISC licenses for deps/uv/checksparse.sh, deps/uv/src/inet.c.
    + Add deps/uv/include/uv-private/stdint-msvc2008.h BSD-3-clause.
    + Add src/v8_typed_array* Expat license.
    + Update licenses for bundled deps/v8 copy, taken from libv8
      debian package. Note deps/v8/tools/testrunner/server/daemon.py is
      Public-Domain.
    + List all copies of sh.css.
  * Suppress lintian OpenSSL warning: false positive.
.
  [ Jonas Smedegaard ]
  * Update copyright file:
    + Fix GPL licensing to separate verbatim custom reference, verbatim
      generic boilerplate, and packaging comments.
    + Explicitly mention Public Domain file as such in Copyright field.
  * Update package relations:
    + Build-depend on, and have nodejs-dev depend on, libv8-3.14-dev
      (not versioned on libv8-dev).
    + Have nodejs-dbg recommend (not suggest) libv8-3.14-dbg (not
      libv8-dbg).
  * Bump dephelper compatibility level to 8.
  * Drop obsolete "DM-Upload-Allowed" field.
  * Rewrite README.source:
    + Refer to common CDBS+git-buildpackage praxis.
    + Emphasize explicitly that NMUs can totally ignore control.in file.
.
nodejs (0.6.19~dfsg1-6) UNRELEASED; urgency=low
.
  * Update package relations:
    + Generally tighten breaks to relate to (backport of) first known
      working version (not last known broken version): node → nodejs
      transition now done for all dependent packages.
    + Relax needlesly tight breaks for node-bones.
.
nodejs (0.6.19~dfsg1-5) unstable; urgency=low
.
  * Team upload.
  * Fix node-waf so that it correctly looks for "nodejs" instead of
    "node" (patched node_addon.py)
.
nodejs (0.6.19~dfsg1-4) unstable; urgency=medium
.
  * Update package relations:
    + Break only packages actually calling /usr/bin/node (directly or
      via env).
    + Tighten breaks for packages with fixed release.
  * Set urgency=medium as this change affects only packaging hints so
    should not need reset of aging timer in unstable.
.
nodejs (0.6.19~dfsg1-3) unstable; urgency=low
.
  [ Jérémy Lal ]
  * debian/patches:
    + 2012_fix_v8_3_10.patch, fix crash on exit when building
      against libv8-3.10.8.
    + 2013_waf_linkflags.patch, waf must support LINKFLAGS,
      Closes: #678563.
.
  [ Jonas Smedegaard ]
  * Rename binary node → nodejs:
    + Adjust paths of binary and manpage.
    + Fix avoid bogus explicit installation of debug files.
    + Adjust install scripts and add cleanup for old alternative.
    + Patch manpage to adjust command name.
    + Have binary package nodejs break any packages in Debian that
      reference /usr/bin/node.
    + Add new binary package nodejs-legacy, and have that (not nodejs)
      conflict with node.
    + Add NEWS entry.
    Closes: bug#611698, #681360. See also bug#614907. Thanks to
    tech-ctte and everyone else helping to resolve this.
  * Work around upstream shipping docs in wrong subdir, and disable huge
    patch 1002 attempting same but causing FTBFS for me. Keep patch 1002
    in source, to ease proof-reading by release team.
  * Add patch 2004 to fix FTBFS: Relax a test to work with slightly
    different output when linked against recent v8.
.
nodejs (0.6.19~dfsg1-2) unstable; urgency=low
.
  * debian/patches:
    + 2005_expected_failing_tests.patch, more tests can timeout.
    + 1002_upstream_forgot_to_build_doc.patch, include docs from
      late release of version 0.6.19.
  * debian/nodejs.docs:
    + update path
    + include markdown files.
.
nodejs (0.6.19~dfsg1-1) unstable; urgency=low
.
  * Upstream update.
.
nodejs (0.6.18~dfsg1-1) unstable; urgency=low
.
  * Upstream update.
  * debian/patches:
    + 1002_make_test_not_weak.patch removed, applied upstream.
    + unfuzz patches.
.
nodejs (0.6.17~dfsg1-1) unstable; urgency=low
.
  * Upstream update.
  * Update copyright file: add test/*/testcfg.py files.
  * debian/patches/1002_make_test_not_weak.patch fixes Makefile
    test target, otherwise it tries to install an unneeded npm module.
.
nodejs (0.6.16~dfsg1-2) unstable; urgency=low
.
  * Allow test-dgram-pingpong failure on buildd servers.
.
nodejs (0.6.16~dfsg1-1) unstable; urgency=low
.
  [ Jonas Smedegaard ]
  * Update copyright file:
    + Fix Files section for marked: Use asterisk for dir, and ignore
      symlink.
    + Tidy Files section for waf-light: Drop superfluous © mark and
      excess indentation, and sort by year and then name.
.
  [ Jonathan Nieder ]
  * Add /usr/bin/nodejs as a symlink to node and nodejs.1.gz as a
    symlink to the node(1) manpage. Explanation in README.Debian.
    Closes: #650343.
  * Include README.Debian in nodejs package instead of nodejs-dev.
.
  [ Jérémy Lal ]
  * Upstream update.
  * Fix dversionman…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc Issues and PRs related to the documentations. good first issue Issues that are suitable for first-time contributors. help wanted Issues that need assistance from volunteers or PRs that need help to proceed.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants