Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Sep 2022 08:10:14 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 266593] www/node14: Update to 14.20.1
Message-ID:  <bug-266593-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D266593

            Bug ID: 266593
           Summary: www/node14: Update to 14.20.1
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
               URL: https://github.com/nodejs/node/blob/main/doc/changelog
                    s/CHANGELOG_V14.md#2022-09-23-version-14201-fermium-lt
                    s-bengl
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: bhughes@freebsd.org
          Reporter: dereks@lifeofadishwasher.com
             Flags: maintainer-feedback?(bhughes@freebsd.org)
          Assignee: bhughes@freebsd.org

Created attachment 236802
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D236802&action=
=3Dedit
Update to 14.20.1

Security fix release 14.20.1

See https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D266591 for vuxml.

portlint: ok. 1 expected warning.  See 263859.
testport: ok. {12,13}{i386,amd64}
uniitest: ok.

All:
gtest: [  PASSED  ] 135 tests.
gmake tooltest: Ran 6 tests in 0.002s


12i386:
jsttest: [04:43|% 100|+ 3282|-   3]: Done
=3D=3D=3D release test-http2-methods =3D=3D=3D
=3D=3D=3D release test-http2-multiplex =3D=3D=3D
=3D=3D=3D release test-tls-no-sslv3 =3D=3D=3D

12amd64:
[04:36|% 100|+ 3282|-   3]: Done
=3D=3D=3D release test-http2-methods =3D=3D=3D
=3D=3D=3D release test-http2-multiplex =3D=3D=3D
=3D=3D=3D release test-tls-no-sslv3 =3D=3D=3D

13i386:
=3D=3D=3D release test-http2-methods =3D=3D=3D
=3D=3D=3D release test-http2-multiplex =3D=3D=3D
jstest: [04:52|% 100|+ 3283|-   2]: Done

13amd64:
jstest: [04:46|% 100|+ 3282|-   3]: Done
=3D=3D=3D release test-http2-methods =3D=3D=3D
=3D=3D=3D release test-http2-multiplex =3D=3D=3D
=3D=3D=3D release test-signal-handler =3D=3D=3D



These two tests have already been reported upstream:
=3D=3D=3D release test-http2-methods =3D=3D=3D
=3D=3D=3D release test-http2-multiplex =3D=3D=3D
https://github.com/nodejs/node/issues/43080
https://github.com/nodejs/node/issues/43079

New failing tests
=3D=3D=3D release test-tls-no-sslv3 =3D=3D=3D
=3D=3D=3D release test-signal-handler =3D=3D=3D

I think these are non-issues.


=3D=3D=3D release test-tls-no-sslv3 =3D=3D=3D
12.3 sslv3 incompatibility with testing ciphers?

=3D=3D=3D release test-tls-no-sslv3 =3D=3D=3D
Path: parallel/test-tls-no-sslv3
CONNECTED(00000003)
---
no peer certificate available
---
No client certificate CA names sent
---
SSL handshake has read 7 bytes and written 58 bytes
Verification: OK
---
New, (NONE), Cipher is (NONE)
Secure Renegotiation IS NOT supported
Compression: NONE
Expansion: NONE
No ALPN negotiated
SSL-Session:
    Protocol  : SSLv3
    Cipher    : 0000
    Session-ID:
    Session-ID-ctx:
    Master-Key:
    PSK identity: None
    PSK identity hint: None
    SRP username: None
    Start Time: 1664066079
    Timeout   : 7200 (sec)
    Verify return code: 0 (ok)
    Extended master secret: no
---
34371141632:error:14094410:SSL routines:ssl3_read_bytes:sslv3 alert handsha=
ke
failure:/usr/src/crypto/openssl/ssl/record/rec_layer_s3.c:1544:SSL alert nu=
mber
40
assert.js:394
    throw err;
    ^

AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:

  assert(/:wrong version number/.test(errors[0].message) ||
         /:version too low/.test(errors[0].message))

    at process.<anonymous>
(/wrkdirs/usr/ports/www/node14/work/node-v14.20.1/test/parallel/test-tls-no=
-sslv3.js:46:5)
    at process.emit (events.js:412:35) {
  generatedMessage: true,
  code: 'ERR_ASSERTION',
  actual: false,
  expected: true,
  operator: '=3D=3D'
}
Command: out/Release/node
/wrkdirs/usr/ports/www/node14/work/node-v14.20.1/test/parallel/test-tls-no-=
sslv3.js



Possible change between 13.0 and 13.1 amd64 related to this test.  12 and
13i386 are returning SIGILL vs 13amd64 is SIGBUS.

=3D=3D=3D release test-signal-handler =3D=3D=3D=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20
Path: abort/test-signal-handler=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20
assert.js:394=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
    throw err;=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
    ^=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20

AssertionError [ERR_ASSERTION]: child.signal =3D SIGBUS=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
    at Object.<anonymous>
(/wrkdirs/usr/ports/www/node14/work/node-v14.20.1/test/abort/test-signal-ha=
ndler.js:22:3)
    at Module._compile (internal/modules/cjs/loader.js:1085:14)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1114:1=
0)=20=20=20
    at Module.load (internal/modules/cjs/loader.js:950:32)=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
    at Function.Module._load (internal/modules/cjs/loader.js:790:12)
    at Function.executeUserEntryPoint [as runMain]
(internal/modules/run_main.js:75:12)
    at internal/main/run_main_module.js:17:47 {
  generatedMessage: false,
  code: 'ERR_ASSERTION',
  actual: false,
  expected: true,
  operator: '=3D=3D'
}
Command: out/Release/node
/wrkdirs/usr/ports/www/node14/work/node-v14.20.1/test/abort/test-signal-han=
dler.js

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-266593-7788>