[Pkg-javascript-devel] Bug#855018: marked as done (nodejs: autopkgtests always fail since 2016-11-02)

2017-06-21 Thread Debian Bug Tracking System
Your message dated Wed, 21 Jun 2017 22:07:54 +
with message-id 
and subject line Bug#855018: fixed in nodejs 4.8.3~dfsg-1
has caused the Debian Bug report #855018,
regarding nodejs: autopkgtests always fail since 2016-11-02
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
855018: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=855018
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---

Source: nodejs
Version: 4.6.1~dfsg-1
Severity: wishlist
Tags: patch

Hi Maintainer

Nodejs has been failing its autopkgtests since 2016-11-02 [1].
This corresponds with the upload of openssl 1.0.2j-1 [2].
The attached patch from Ubuntu seems to fix this.

Additionally, since the upload of nodejs 4.7.2~dfsg-1, 
parallel/test-process-config now fails [3].

Previously, this test was skipped [4], but has since been reverted.

Regards
Graham


[1] https://ci.debian.net/packages/n/nodejs/unstable/amd64/
[2] 
https://ci.debian.net/data/packages/unstable/amd64/n/nodejs/20161102_032303.log
[3] 
https://ci.debian.net/data/packages/unstable/amd64/n/nodejs/20170106_160705.autopkgtest.log.gz
[4] 
https://anonscm.debian.org/cgit/collab-maint/nodejs.git/commit/?h=master-4.x=f4b30b9cffaf4cae783e7e6cfa2a2330f051d97e


Description: properly handle how SSLv3 was disabled in openssl
Author: Marc Deslauriers 

--- a/test/parallel/test-tls-no-sslv3.js
+++ b/test/parallel/test-tls-no-sslv3.js
@@ -49,6 +49,8 @@
 process.on('exit', function() {
   if (/unknown option -ssl3/.test(stderr)) {
 common.skip('`openssl s_client -ssl3` not supported.');
+  } else if (/null ssl method passed/.test(stderr)) {
+common.skip('1..0 # Skipped: `openssl s_client -ssl3` is disabled.');
   } else {
 assert.strictEqual(errors.length, 1);
 assert(/:wrong version number/.test(errors[0].message));
--- End Message ---
--- Begin Message ---
Source: nodejs
Source-Version: 4.8.3~dfsg-1

We believe that the bug you reported is fixed in the latest version of
nodejs, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 855...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jérémy Lal  (supplier of updated nodejs package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 14 Jun 2017 00:23:33 +0200
Source: nodejs
Binary: nodejs-dev nodejs nodejs-dbg nodejs-legacy
Architecture: source
Version: 4.8.3~dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Jérémy Lal 
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: 855018 864735
Changes:
 nodejs (4.8.3~dfsg-1) unstable; urgency=medium
 .
   * New upstream version 4.8.3~dfsg
   * Let nodejs global modules be searched in ${prefixDir}/lib/nodejs
 as it was intended by upstream. This does not change behavior
 of system-installed nodejs.
   * Add ca-certificates to autopkgtest depends. (Closes: #855018)
   * Update test_ci_buildd.patch to skip test-process-config (Closes: #855018)
   * Priority: optional on source package (Closes: #864735)
Checksums-Sha1:
 9077c201815a7d103dfcf9bad036ec8b8e59f902 2541 nodejs_4.8.3~dfsg-1.dsc
 939faf6055c2393e629bd05969e3cee9fb73efda 9734738 nodejs_4.8.3~dfsg.orig.tar.gz
 d4905d81e65237e03b175c534c25516ca88a57cc 349088 
nodejs_4.8.3~dfsg-1.debian.tar.xz
 9afda6fe98d898b65cd0e7923ec4c3cbd21c9cb9 7216 
nodejs_4.8.3~dfsg-1_source.buildinfo
Checksums-Sha256:
 f4dcf6c3b40179e2244ed2fca628f1dbc313533d59695805f5fcb202c2ef1b0f 2541 
nodejs_4.8.3~dfsg-1.dsc
 17290be1c4ceff33a3917dd683d1bb3da4ce4d5e8df724f89a42e37197b95ce9 9734738 
nodejs_4.8.3~dfsg.orig.tar.gz
 17abedcf9bbd8127c2772fc1773b727aea1432191d2519545e3f82877121 349088 
nodejs_4.8.3~dfsg-1.debian.tar.xz
 b19a5c6fcd17f545e2eacc3bbdc1fe85132c46fc418c0242b2030069d167ee32 7216 
nodejs_4.8.3~dfsg-1_source.buildinfo
Files:
 

[Pkg-javascript-devel] Bug#855018: marked as done (nodejs: autopkgtests always fail since 2016-11-02)

2017-06-12 Thread Debian Bug Tracking System
Your message dated Mon, 12 Jun 2017 09:18:41 +
with message-id 
and subject line Bug#855018: fixed in nodejs 6.11.0~dfsg-1
has caused the Debian Bug report #855018,
regarding nodejs: autopkgtests always fail since 2016-11-02
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
855018: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=855018
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---

Source: nodejs
Version: 4.6.1~dfsg-1
Severity: wishlist
Tags: patch

Hi Maintainer

Nodejs has been failing its autopkgtests since 2016-11-02 [1].
This corresponds with the upload of openssl 1.0.2j-1 [2].
The attached patch from Ubuntu seems to fix this.

Additionally, since the upload of nodejs 4.7.2~dfsg-1, 
parallel/test-process-config now fails [3].

Previously, this test was skipped [4], but has since been reverted.

Regards
Graham


[1] https://ci.debian.net/packages/n/nodejs/unstable/amd64/
[2] 
https://ci.debian.net/data/packages/unstable/amd64/n/nodejs/20161102_032303.log
[3] 
https://ci.debian.net/data/packages/unstable/amd64/n/nodejs/20170106_160705.autopkgtest.log.gz
[4] 
https://anonscm.debian.org/cgit/collab-maint/nodejs.git/commit/?h=master-4.x=f4b30b9cffaf4cae783e7e6cfa2a2330f051d97e


Description: properly handle how SSLv3 was disabled in openssl
Author: Marc Deslauriers 

--- a/test/parallel/test-tls-no-sslv3.js
+++ b/test/parallel/test-tls-no-sslv3.js
@@ -49,6 +49,8 @@
 process.on('exit', function() {
   if (/unknown option -ssl3/.test(stderr)) {
 common.skip('`openssl s_client -ssl3` not supported.');
+  } else if (/null ssl method passed/.test(stderr)) {
+common.skip('1..0 # Skipped: `openssl s_client -ssl3` is disabled.');
   } else {
 assert.strictEqual(errors.length, 1);
 assert(/:wrong version number/.test(errors[0].message));
--- End Message ---
--- Begin Message ---
Source: nodejs
Source-Version: 6.11.0~dfsg-1

We believe that the bug you reported is fixed in the latest version of
nodejs, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 855...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jérémy Lal  (supplier of updated nodejs package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 12 Jun 2017 10:07:10 +0200
Source: nodejs
Binary: nodejs-dev nodejs nodejs-dbg nodejs-legacy
Architecture: source
Version: 6.11.0~dfsg-1
Distribution: experimental
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Jérémy Lal 
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: 855018 864605
Changes:
 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
Checksums-Sha1:
 4c8be889910f7b4c772729a9deabcd69685f4241 2539 nodejs_6.11.0~dfsg-1.dsc
 9853548c34b80a1cc540fd1623cbf5db6cd64919 11614988 
nodejs_6.11.0~dfsg.orig.tar.gz
 db516e0fde3a9be41191205a93f4b4708a2e27f0 60956 
nodejs_6.11.0~dfsg-1.debian.tar.xz
 ee4fb794e800942e66bb76711dc2ea59473af8ba 7249 
nodejs_6.11.0~dfsg-1_source.buildinfo
Checksums-Sha256:
 98b2500cfb0a67b5ab085165f0974ff6a3c2a9b3e0a28579a28a582f394088b9 2539 
nodejs_6.11.0~dfsg-1.dsc
 f0414f2338dff51f222fe443accc5301d24252dfa322fb8ce383ff2dcc28fb06 11614988 
nodejs_6.11.0~dfsg.orig.tar.gz
 

[Pkg-javascript-devel] Bug#855018: marked as done (nodejs: autopkgtests always fail since 2016-11-02)

2017-02-13 Thread Debian Bug Tracking System
Your message dated Mon, 13 Feb 2017 11:48:35 +
with message-id 
and subject line Bug#855018: fixed in nodejs 4.7.2~dfsg-2
has caused the Debian Bug report #855018,
regarding nodejs: autopkgtests always fail since 2016-11-02
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
855018: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=855018
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---

Source: nodejs
Version: 4.6.1~dfsg-1
Severity: wishlist
Tags: patch

Hi Maintainer

Nodejs has been failing its autopkgtests since 2016-11-02 [1].
This corresponds with the upload of openssl 1.0.2j-1 [2].
The attached patch from Ubuntu seems to fix this.

Additionally, since the upload of nodejs 4.7.2~dfsg-1, 
parallel/test-process-config now fails [3].

Previously, this test was skipped [4], but has since been reverted.

Regards
Graham


[1] https://ci.debian.net/packages/n/nodejs/unstable/amd64/
[2] 
https://ci.debian.net/data/packages/unstable/amd64/n/nodejs/20161102_032303.log
[3] 
https://ci.debian.net/data/packages/unstable/amd64/n/nodejs/20170106_160705.autopkgtest.log.gz
[4] 
https://anonscm.debian.org/cgit/collab-maint/nodejs.git/commit/?h=master-4.x=f4b30b9cffaf4cae783e7e6cfa2a2330f051d97e


Description: properly handle how SSLv3 was disabled in openssl
Author: Marc Deslauriers 

--- a/test/parallel/test-tls-no-sslv3.js
+++ b/test/parallel/test-tls-no-sslv3.js
@@ -49,6 +49,8 @@
 process.on('exit', function() {
   if (/unknown option -ssl3/.test(stderr)) {
 common.skip('`openssl s_client -ssl3` not supported.');
+  } else if (/null ssl method passed/.test(stderr)) {
+common.skip('1..0 # Skipped: `openssl s_client -ssl3` is disabled.');
   } else {
 assert.strictEqual(errors.length, 1);
 assert(/:wrong version number/.test(errors[0].message));
--- End Message ---
--- Begin Message ---
Source: nodejs
Source-Version: 4.7.2~dfsg-2

We believe that the bug you reported is fixed in the latest version of
nodejs, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 855...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jérémy Lal  (supplier of updated nodejs package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 13 Feb 2017 12:00:20 +0100
Source: nodejs
Binary: nodejs-dev nodejs nodejs-dbg nodejs-legacy
Architecture: source
Version: 4.7.2~dfsg-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Jérémy Lal 
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: 855018
Changes:
 nodejs (4.7.2~dfsg-2) unstable; urgency=medium
 .
   * Patch fixing openssl 1.1 client test failure (Closes: #855018)
Checksums-Sha1:
 8775dcbe103ca6f5566409dfa3803a81eb39adaf 2524 nodejs_4.7.2~dfsg-2.dsc
 d52961278406ee0ae3d361a52501817f11ea389e 348144 
nodejs_4.7.2~dfsg-2.debian.tar.xz
 237d0e040a84c614bcee6472b1851f3b69e5417e 7301 
nodejs_4.7.2~dfsg-2_source.buildinfo
Checksums-Sha256:
 cc7de3ae8271324c0a8b0b8a2ebfe450d711d29c6d5dd9df66a86d258e3d5d8c 2524 
nodejs_4.7.2~dfsg-2.dsc
 4be211608f5ab199a4f323348cbf025767cba2060423321cbab42c83da235014 348144 
nodejs_4.7.2~dfsg-2.debian.tar.xz
 4ab8822814b7b4314dda6b62a925b0a6dff232d4cf2bbe566bf50d549d602786 7301 
nodejs_4.7.2~dfsg-2_source.buildinfo
Files:
 4c66cd4b370c6030e9a3f4021825af6c 2524 web - nodejs_4.7.2~dfsg-2.dsc
 c2c8116858d63e521672782721e8b657 348144 web - nodejs_4.7.2~dfsg-2.debian.tar.xz
 e651c81e5f022e183ca519fb7ba598de 7301 web - 
nodejs_4.7.2~dfsg-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJGBAEBCAAwFiEEA8Tnq7iA9SQwbkgVZhHAXt0583QFAlihmCQSHGthcG91ZXJA
bWVsaXgub3JnAAoJEGYRwF7dOfN0pYMP/A+QWhVfGAdjuA297KkZ1X60vbfr5rR7
MeUoPOCTZrecFKc8uKBxJJUw+o3wX7sxi6t5ufPFrDmnEAxfNMWM8kIn38NzEQtH
PM+p6FzcGRWefeEgABIFrcSCpkf45h+AlhTPIl4CdJNbt3YY7On1QQGGNft3j30i