[ubuntu/kinetic-proposed] nodejs 18.6.0+dfsg-3ubuntu1 (Accepted)

Gianfranco Costamagna locutusofborg at debian.org
Wed Jul 27 13:28:18 UTC 2022


nodejs (18.6.0+dfsg-3ubuntu1) kinetic; urgency=low

  * Merge from Debian unstable. Remaining changes:
    - debian/patches/test-lowerseclevel.patch: lower SECLEVEL in the
      openssl.cnf used for testing
  * Drop delta now part of upstream codebase
    - d/p/v16.x-backport-src-add-openssl-legacy-provider-optio.patch:
      Add support for --openssl-legacy-provider option.
  * Attempt to drop delta causing build fixes on arm64
    - Use gold linker on arm64

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

Date: Wed, 27 Jul 2022 15:24:21 +0200
Changed-By: Gianfranco Costamagna <locutusofborg at debian.org>
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at alioth-lists.debian.net>
https://launchpad.net/ubuntu/+source/nodejs/18.6.0+dfsg-3ubuntu1
-------------- next part --------------
Format: 1.8
Date: Wed, 27 Jul 2022 15:24:21 +0200
Source: nodejs
Built-For-Profiles: noudeb
Architecture: source
Version: 18.6.0+dfsg-3ubuntu1
Distribution: kinetic
Urgency: medium
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at alioth-lists.debian.net>
Changed-By: Gianfranco Costamagna <locutusofborg at debian.org>
Closes: 977792 1011100 1011101 1011339 1012670 1013968 1014214
Changes:
 nodejs (18.6.0+dfsg-3ubuntu1) kinetic; urgency=low
 .
   * Merge from Debian unstable. Remaining changes:
     - debian/patches/test-lowerseclevel.patch: lower SECLEVEL in the
       openssl.cnf used for testing
   * Drop delta now part of upstream codebase
     - d/p/v16.x-backport-src-add-openssl-legacy-provider-optio.patch:
       Add support for --openssl-legacy-provider option.
   * Attempt to drop delta causing build fixes on arm64
     - Use gold linker on arm64
 .
 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
Checksums-Sha1:
 e497cafe1cabcbf4f00a0f5dbf2ad78e305de061 3899 nodejs_18.6.0+dfsg-3ubuntu1.dsc
 825f559dec68d2a83626b075403bbf70c8c8ce53 243184 nodejs_18.6.0+dfsg.orig-types-node.tar.xz
 37378feda6849bdc15eb48431fe0a78c9fbaa3f9 23885612 nodejs_18.6.0+dfsg.orig.tar.xz
 041481b0953948cc78d36fd513bfc0c5a2748e08 158736 nodejs_18.6.0+dfsg-3ubuntu1.debian.tar.xz
 3e213e624bdd8a74eac03fa59bc1486f9c2dc8a1 10801 nodejs_18.6.0+dfsg-3ubuntu1_source.buildinfo
Checksums-Sha256:
 0c61aee0748f8b78c2881f799a82385f96ba84960fb7bca2c1da4cc0074408c1 3899 nodejs_18.6.0+dfsg-3ubuntu1.dsc
 475cc1830ffccf00e3302cb0817c1e5874093fb760cc7e8c4cfc7cd25d8f10ad 243184 nodejs_18.6.0+dfsg.orig-types-node.tar.xz
 aabe05a5cdb184b76fc828b3821e2b4aa8a2a1a3e53f7eeb1e37b51e3b1a1a9b 23885612 nodejs_18.6.0+dfsg.orig.tar.xz
 9fb575f8a5a116d2b92a2f7c5b4d896560a41081ed0d1cefcfb6a00d27cac634 158736 nodejs_18.6.0+dfsg-3ubuntu1.debian.tar.xz
 a9270d57f41ca07f9fd6b274cefc1996af157f4c73e3ba35ce707af38a12b2e4 10801 nodejs_18.6.0+dfsg-3ubuntu1_source.buildinfo
Files:
 b6925cc3c587f910a2aa2f9b121d0a6c 3899 javascript optional nodejs_18.6.0+dfsg-3ubuntu1.dsc
 153193d7e5992a47e9b9e943195aa2d1 243184 javascript optional nodejs_18.6.0+dfsg.orig-types-node.tar.xz
 d56bd1542b526d75d833feee230a5f42 23885612 javascript optional nodejs_18.6.0+dfsg.orig.tar.xz
 6ae9fc8e448de220cb918ef6989ebcbc 158736 javascript optional nodejs_18.6.0+dfsg-3ubuntu1.debian.tar.xz
 75f29687e29391b74832ff270df55a0c 10801 javascript optional nodejs_18.6.0+dfsg-3ubuntu1_source.buildinfo


More information about the kinetic-changes mailing list