Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (5h)  pkgsrc-2024Q1 (9d)  pkgsrc-2023Q4 (56d)  pkgsrc-2023Q2 (88d)  pkgsrc-2023Q3 (168d) 

2024-05-27 01:32:01 UTC Now

2017-01-04 12:51:10 UTC MAIN commitmail json YAML

Update lang/nodejs to 7.3.0.

Notable changes

buffer:
- buffer.fill() now works properly for the UCS2 encoding on
  Big-Endian machines.

cluster:
- disconnect() now returns a reference to the disconnected worker.

crypto:
- The built-in list of Well-Known CAs (Certificate Authorities) can
  now be extended via a NODE_EXTRA_CA_CERTS environment variable.

http:
- Remove stale timeout listeners in order to prevent a memory leak
  when using keep alive.

tls:
- Allow obvious key/passphrase combinations.

url:
- Including base argument in URL.originFor() to meet specification
  compliance.
- Improve URLSearchParams to meet specification compliance.

(fhajny)