[ubuntu/zesty-proposed] nodejs 4.6.1~dfsg-1ubuntu1 (Accepted)

Jeremy Bicha jbicha at ubuntu.com
Wed Dec 21 05:20:17 UTC 2016


nodejs (4.6.1~dfsg-1ubuntu1) zesty; urgency=medium

  * Sync with Debian. Remaining change:
    - Add debian/patches/fix_sslv3_test.patch:
      properly handle how SSLv3 was disabled in openssl.

nodejs (4.6.1~dfsg-1) unstable; urgency=medium

  * test-regress-GH-746 moved from sequential to parallel
  * New upstream version 4.6.1~dfsg

nodejs (4.6.0~dfsg-3) unstable; urgency=medium

  * Restore flakyness of parallel/test-regress-GH-746.
    Closes: #841199.

nodejs (4.6.0~dfsg-2) unstable; urgency=medium

  * Skip two more tests accessing network
  * Remove licensecheck from b-d to avoid double call

nodejs (4.6.0~dfsg-1) unstable; urgency=medium

  * New upstream version 4.6.0~dfsg
    Fixes: CVE-2016-7099, CVE-2016-5325
    Closes: #839714.
  * Hardening flags: +all, -pie because v8 doesn't support pie.
  * Disable DNS during tests, using RES_OPTIONS=attempts:0,
    and disable tests that fail to run when only a loopback
    interface is available. Closes: #830242.
  * Do not fail when node symlink exists in check target
  * Disable addons, pseudo-tty, doctool test suites
  * test_ci patch: allow overriding CI test options
  * Disable tests failing without DNS
  * doctool-yaml patch: avoid use of eslint deps and use
    node-yamlish package instead
  * Build-Depends node-marked, exclude it for convenience,
  * Stop building for powerpc architecture as some cpu are not
    actually supported by libv8. Closes: #836415.

nodejs (4.4.7~dfsg-2) unstable; urgency=medium

  * Target mips r2 instead of loongson

nodejs (4.4.7~dfsg-1) unstable; urgency=medium

  * Imported Upstream version 4.4.7~dfsg

nodejs (4.4.6~dfsg-1) unstable; urgency=medium

  * Imported Upstream version 4.4.6~dfsg
  * Update s390 patch

nodejs (4.4.5~dfsg-1) unstable; urgency=medium

  * Imported Upstream version 4.4.5~dfsg
  * Standards-Version 3.9.8
  * Ensure it fails on armel (Closes: #818552)
  * Build-Depends openssl 1.0.2 (Closes: #821403)

nodejs (4.4.3~dfsg-1) unstable; urgency=medium

  * Imported Upstream version 4.4.3~dfsg

nodejs (4.4.2~dfsg-1) unstable; urgency=medium

  * Imported Upstream version 4.4.2~dfsg
  * Document s390 maintenance for Node.js 4.x LTS
  * Update s390 patch, update upstream url for that patch
  * Expect test-npm-install to fail

nodejs (4.4.1~dfsg-1) unstable; urgency=medium

  * Imported Upstream version 4.4.1~dfsg
  * Import upstream v8z s390 patches

nodejs (4.4.0~dfsg-1) unstable; urgency=medium

  * Imported Upstream version 4.4.0~dfsg
  * watch: minor updates can actually happen on LTS
  * copyright: update file path for v8 prof polyfill
  * Standards-Version 3.9.7
  * Use secure VCS fields

nodejs (4.3.1~dfsg-3) unstable; urgency=medium

  * Patch configure script to allow and default to x87 on i386.

nodejs (4.3.1~dfsg-2) unstable; urgency=medium

  * i386 port supports cpu that do not have sse2; those cpu are
    targeted by the v8 x87 port. Closes: #815983.

nodejs (4.3.1~dfsg-1) unstable; urgency=medium

  * Imported Upstream version 4.3.1~dfsg
  * Update s390 branch, add an upstream patch

nodejs (4.3.0~dfsg-2) unstable; urgency=medium

  * Fix lintian override for binary fixtures

nodejs (4.3.0~dfsg-1) unstable; urgency=medium

  * Imported Upstream version 4.3.0~dfsg, no ABI change.
  * Import latest patches from v8 4.5-s390 branch
  * Use master-lts/upstream-lts naming scheme
  * Watch 4.3.x versions
  * Override lintian error for two binary (but trivial) fixtures.

Date: Tue, 20 Dec 2016 23:02:48 -0500
Changed-By: Jeremy Bicha <jbicha at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/nodejs/4.6.1~dfsg-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Tue, 20 Dec 2016 23:02:48 -0500
Source: nodejs
Binary: nodejs-dev nodejs nodejs-dbg nodejs-legacy
Architecture: source
Version: 4.6.1~dfsg-1ubuntu1
Distribution: zesty
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Jeremy Bicha <jbicha at ubuntu.com>
Description:
 nodejs     - evented I/O for V8 javascript
 nodejs-dbg - evented I/O for V8 javascript (debug)
 nodejs-dev - evented I/O for V8 javascript (development files)
 nodejs-legacy - evented I/O for V8 javascript (legacy symlink)
Closes: 815983 818552 821403 830242 836415 839714 841199
Changes:
 nodejs (4.6.1~dfsg-1ubuntu1) zesty; urgency=medium
 .
   * Sync with Debian. Remaining change:
     - Add debian/patches/fix_sslv3_test.patch:
       properly handle how SSLv3 was disabled in openssl.
 .
 nodejs (4.6.1~dfsg-1) unstable; urgency=medium
 .
   * test-regress-GH-746 moved from sequential to parallel
   * New upstream version 4.6.1~dfsg
 .
 nodejs (4.6.0~dfsg-3) unstable; urgency=medium
 .
   * Restore flakyness of parallel/test-regress-GH-746.
     Closes: #841199.
 .
 nodejs (4.6.0~dfsg-2) unstable; urgency=medium
 .
   * Skip two more tests accessing network
   * Remove licensecheck from b-d to avoid double call
 .
 nodejs (4.6.0~dfsg-1) unstable; urgency=medium
 .
   * New upstream version 4.6.0~dfsg
     Fixes: CVE-2016-7099, CVE-2016-5325
     Closes: #839714.
   * Hardening flags: +all, -pie because v8 doesn't support pie.
   * Disable DNS during tests, using RES_OPTIONS=attempts:0,
     and disable tests that fail to run when only a loopback
     interface is available. Closes: #830242.
   * Do not fail when node symlink exists in check target
   * Disable addons, pseudo-tty, doctool test suites
   * test_ci patch: allow overriding CI test options
   * Disable tests failing without DNS
   * doctool-yaml patch: avoid use of eslint deps and use
     node-yamlish package instead
   * Build-Depends node-marked, exclude it for convenience,
   * Stop building for powerpc architecture as some cpu are not
     actually supported by libv8. Closes: #836415.
 .
 nodejs (4.4.7~dfsg-2) unstable; urgency=medium
 .
   * Target mips r2 instead of loongson
 .
 nodejs (4.4.7~dfsg-1) unstable; urgency=medium
 .
   * Imported Upstream version 4.4.7~dfsg
 .
 nodejs (4.4.6~dfsg-1) unstable; urgency=medium
 .
   * Imported Upstream version 4.4.6~dfsg
   * Update s390 patch
 .
 nodejs (4.4.5~dfsg-1) unstable; urgency=medium
 .
   * Imported Upstream version 4.4.5~dfsg
   * Standards-Version 3.9.8
   * Ensure it fails on armel (Closes: #818552)
   * Build-Depends openssl 1.0.2 (Closes: #821403)
 .
 nodejs (4.4.3~dfsg-1) unstable; urgency=medium
 .
   * Imported Upstream version 4.4.3~dfsg
 .
 nodejs (4.4.2~dfsg-1) unstable; urgency=medium
 .
   * Imported Upstream version 4.4.2~dfsg
   * Document s390 maintenance for Node.js 4.x LTS
   * Update s390 patch, update upstream url for that patch
   * Expect test-npm-install to fail
 .
 nodejs (4.4.1~dfsg-1) unstable; urgency=medium
 .
   * Imported Upstream version 4.4.1~dfsg
   * Import upstream v8z s390 patches
 .
 nodejs (4.4.0~dfsg-1) unstable; urgency=medium
 .
   * Imported Upstream version 4.4.0~dfsg
   * watch: minor updates can actually happen on LTS
   * copyright: update file path for v8 prof polyfill
   * Standards-Version 3.9.7
   * Use secure VCS fields
 .
 nodejs (4.3.1~dfsg-3) unstable; urgency=medium
 .
   * Patch configure script to allow and default to x87 on i386.
 .
 nodejs (4.3.1~dfsg-2) unstable; urgency=medium
 .
   * i386 port supports cpu that do not have sse2; those cpu are
     targeted by the v8 x87 port. Closes: #815983.
 .
 nodejs (4.3.1~dfsg-1) unstable; urgency=medium
 .
   * Imported Upstream version 4.3.1~dfsg
   * Update s390 branch, add an upstream patch
 .
 nodejs (4.3.0~dfsg-2) unstable; urgency=medium
 .
   * Fix lintian override for binary fixtures
 .
 nodejs (4.3.0~dfsg-1) unstable; urgency=medium
 .
   * Imported Upstream version 4.3.0~dfsg, no ABI change.
   * Import latest patches from v8 4.5-s390 branch
   * Use master-lts/upstream-lts naming scheme
   * Watch 4.3.x versions
   * Override lintian error for two binary (but trivial) fixtures.
Checksums-Sha1:
 fdb17bcd9b1877780c3329fa844117817416c762 2535 nodejs_4.6.1~dfsg-1ubuntu1.dsc
 b71ce72dedeb1896c71de337b85d9326aafa3977 9724813 nodejs_4.6.1~dfsg.orig.tar.gz
 fc4251f5087bb7bfcccff413b2407c06874f38ba 347548 nodejs_4.6.1~dfsg-1ubuntu1.debian.tar.xz
Checksums-Sha256:
 7abe5a7c0bc341eede63939775444f8b4249459de85b1cc924b6e98dced09d49 2535 nodejs_4.6.1~dfsg-1ubuntu1.dsc
 c5289f3268ff0f7769d45a8eaf97776ad8825d43a9c9142b2342c72c5fef1a71 9724813 nodejs_4.6.1~dfsg.orig.tar.gz
 767576a03769ce508698f53354006286aeb03dc6d22b9e1e5f66a5422757bd5c 347548 nodejs_4.6.1~dfsg-1ubuntu1.debian.tar.xz
Files:
 ccbd8a1cc874d81d95eaa7ce15d213c7 2535 web - nodejs_4.6.1~dfsg-1ubuntu1.dsc
 f2049765ae573188176096c88ed4217e 9724813 web - nodejs_4.6.1~dfsg.orig.tar.gz
 a6fd1074881a8398b35e27ee9baf3f7b 347548 web - nodejs_4.6.1~dfsg-1ubuntu1.debian.tar.xz
Original-Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.debian.org>

-----BEGIN PGP SIGNATURE-----

iQIcBAEBCgAGBQJYWhBDAAoJEOZsd1rr/mx9P40P/3f6jSaauX3MvFXTssvPRhsl
dlxJ4i8qlGKtf4LGJwPq0gdzn/JNjC56HobklxtJocM5NDpaLAeBZBioMHAb7tRP
refnZm0Bq6/nO34bA3QO0n2Psv+hRIq66LyZaP441nd9kH5vdCVWpf0tqim4gc4x
3NQUjYTjAhS9rYKaOyExkzTh0zAcDwv+hEe8bhsWYvzhhWR7XIbPHNbc1PPwrje1
zgfCCGXzRcZRnw4BenZjw1bt9MutiYKkFife8OaKyi1VqCAdv3mH2FwrHZ6yDTCE
OKRA9GAvcbfv92ZC4or+Pup5Zotw3g3J0oizrMRBc7phj6qkaOs8sjLk+OkBE8nN
G/WHfRsT6QWpf2dtHmOf5vxaw7HpoL39QVRtALnZZ0g6cs4chjrsF1dHyNz3aulr
4S5WPohv5DoqXt1GhJJnCCKintKzijLb7NYBdOvatzolpaNnp0QIIPE3djmi86Sl
QzVcFynbA3ISzSA6F0ig/XxtcbJjLTtoR/AU3+b/XS6vyINM8FrZcFQ1XFU4U/fR
gACtDNsc9xBHTT0yAzzeC2N92BNHPTjwjJWo/aNxqQ9Z1Z7yqePRHboUIc9C4bxX
WU3NlkJ+jo7S9zHXyUfVzDOwSWFqXNrKSogokUmm2OJ5TtIpPbaFbgdQFJ3Q6NM+
cQZce4XQ+vx5V21AB4g5
=9cJY
-----END PGP SIGNATURE-----


More information about the Zesty-changes mailing list