[ubuntu/bionic-proposed] nodejs 8.9.3~dfsg-11ubuntu1 (Accepted)

Simon Quigley tsimonq2 at ubuntu.com
Mon Feb 12 02:26:22 UTC 2018


nodejs (8.9.3~dfsg-11ubuntu1) bionic; urgency=low

  * Merge from Debian Sid. Remaining changes:
    - Add debian/patches/openssl/fix_sslv3_test.patch: properly handle how
      SSLv3 was disabled in openssl.

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

Date: Sun, 11 Feb 2018 20:19:29 -0600
Changed-By: Simon Quigley <tsimonq2 at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/nodejs/8.9.3~dfsg-11ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Sun, 11 Feb 2018 20:19:29 -0600
Source: nodejs
Binary: nodejs-dev nodejs nodejs-doc
Architecture: source
Version: 8.9.3~dfsg-11ubuntu1
Distribution: bionic
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Simon Quigley <tsimonq2 at ubuntu.com>
Description:
 nodejs     - evented I/O for V8 javascript
 nodejs-dev - evented I/O for V8 javascript (development files)
 nodejs-doc - API documentation for Node.js, the javascript platform
Closes: 888021
Changes:
 nodejs (8.9.3~dfsg-11ubuntu1) bionic; urgency=low
 .
   * Merge from Debian Sid. Remaining changes:
     - Add debian/patches/openssl/fix_sslv3_test.patch: properly handle how
       SSLv3 was disabled in openssl.
 .
 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
Checksums-Sha1:
 3de1ab233a5ff3dcf5554c731690a3e7b4b78cdf 2906 nodejs_8.9.3~dfsg-11ubuntu1.dsc
 5b1c91a633d65b1c7b162416626258c286118724 14260680 nodejs_8.9.3~dfsg.orig.tar.gz
 141f8ec2bb49f1cfd62408134e1c80c61a71d55d 92956 nodejs_8.9.3~dfsg-11ubuntu1.debian.tar.xz
 566302aa4708f3fdc97b7a840bec1444e9e6add8 11852 nodejs_8.9.3~dfsg-11ubuntu1_source.buildinfo
Checksums-Sha256:
 38482a340377d3a7b9253c6b3beabefefb47dacb478d13016c9fd13561d81188 2906 nodejs_8.9.3~dfsg-11ubuntu1.dsc
 39c1f4e1d7b9ea49041020b67b3a6ad53ff77766c7674c245ad2fa4bd0b53183 14260680 nodejs_8.9.3~dfsg.orig.tar.gz
 dc8f9b21238ffcabbaee54ce2a0edeca8cc45178689213bbd57ec2b73b60d46f 92956 nodejs_8.9.3~dfsg-11ubuntu1.debian.tar.xz
 5588add2c6732df223164c9e424a5943772525b88366836ea1d59e697bf550a3 11852 nodejs_8.9.3~dfsg-11ubuntu1_source.buildinfo
Files:
 9d25adb7c5f99148d396c4fdab378e05 2906 javascript optional nodejs_8.9.3~dfsg-11ubuntu1.dsc
 af53175aed4572d4bc2345ad1f44ca61 14260680 javascript optional nodejs_8.9.3~dfsg.orig.tar.gz
 229b02c7f2f739838b6e72d512469dfb 92956 javascript optional nodejs_8.9.3~dfsg-11ubuntu1.debian.tar.xz
 8307e2bafaa157cabc90d7b9b2dc4097 11852 javascript optional nodejs_8.9.3~dfsg-11ubuntu1_source.buildinfo
Original-Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.debian.org>

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

iQIcBAEBCAAGBQJagPphAAoJEOJ/LPhFjC+ku80P/3BlfetdI1zAg/o9yfR8AUO4
vowzNs9iXkgFsnmFQwPby+mbYpJlYG0HNZqpCdJxXsG04jL9Kz/ScTj1I1d9sKOm
vHcYEsFNUbhrihd/Dw3TbjL6zqoJ9oxqYTVPRH3Rolg7pose2/b62XXuOfEFdPne
M5NDi27arIwv3XBAgMxr3VKZ7mp5/BEDq1Z4AMjJSMU2PG/dkzY5x/vk6JPmkmw1
el0D5SzMX7vB27G4MxT7tzTKRB3E7EbGszCR08HWDFCUI7HZVnIFqMpfzvmjlJyY
yHHSNXsjnhM0q+Tq4JVJHArKP/qQf+pavuATXl9ZT4F3h+11fW73U8IezbmfjFmo
eqRVcfdo9IOCCvr7MS1Rl7Mtnj2qG5VcE4LIR9e5ZCp4Rlmi8djAEZ2eIMz92V3l
fo3I7zKW31brIfZz3RzIH2a310t9/Ql0s+vayA97F6/NqVm7nDQh0wFx4r/8nHiH
sSFeRw1Wdd765d6LuFCX80LUM/L8MbI/G3LRL08hr1nFe7GPJV8vKwraBrx2OPaA
FNGiCdOVQfNYfjZPxcxfiHrrF4e5ZRaMt15ZshzG3x9zld81x48l4W+yULpwxE9X
tKP9QBoFd6WIpl6PgDPY8WN9q2PYU0CHm420fMDIfif4IuLA5Hx7cfEkTZi6iioJ
i4+MsZWEiSx5Eid8dk75
=2is+
-----END PGP SIGNATURE-----


More information about the Bionic-changes mailing list