Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nodejs/node
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v16.15.1
Choose a base ref
...
head repository: nodejs/node
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v16.16.0
Choose a head ref
  • 9 commits
  • 231 files changed
  • 6 contributors

Commits on Jun 1, 2022

  1. Working on v16.15.2

    PR-URL: #43272
    juanarbol committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    0284901 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2022

  1. deps: upgrade openssl sources to OpenSSL_1_1_1p+quic

    This updates all sources in deps/openssl/openssl by:
        $ git clone https://github.com/quictls/openssl
        $ cd openssl
        $ git checkout OpenSSL_1_1_1p+quic
        $ cd ../node/deps/openssl
        $ rm -rf openssl
        $ cp -R ../openssl openssl
        $ rm -rf openssl/.git* openssl/.travis*
        $ git add --all openssl
        $ git commit openssl
    
    PR-URL: #43535
    Refs: https://mta.openssl.org/pipermail/openssl-announce/2022-June/000228.html
    Reviewed-By: Richard Lau <[email protected]>
    Reviewed-By: Tobias Nießen <[email protected]>
    Reviewed-By: Danielle Adams <[email protected]>
    RafaelGSS authored and danielleadams committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    e9084a3 View commit details
    Browse the repository at this point in the history
  2. deps: update archs files for OpenSSL-1.1.1p+quic

     After an OpenSSL source update, all the config files need to be
     regenerated and committed by:
        $ make -C deps/openssl/config
        $ git add deps/openssl/config/archs
        $ git add deps/openssl/openssl/include/crypto/bn_conf.h
        $ git add deps/openssl/openssl/include/crypto/dso_conf.h
        $ git add deps/openssl/openssl/include/openssl/opensslconf.h
        $ git commit
    
    PR-URL: #43535
    Refs: https://mta.openssl.org/pipermail/openssl-announce/2022-June/000228.html
    Reviewed-By: Richard Lau <[email protected]>
    Reviewed-By: Tobias Nießen <[email protected]>
    Reviewed-By: Danielle Adams <[email protected]>
    RafaelGSS authored and danielleadams committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    c6553a4 View commit details
    Browse the repository at this point in the history
  3. src: fix IPv4 validation in inspector_socket

    Co-authored-by: RafaelGSS <[email protected]>
    
    Reviewed-By: Matteo Collina <[email protected]>
    Reviewed-By: RafaelGSS <[email protected]>
    PR-URL: nodejs-private/node-private#320
    CVE-ID: CVE-2022-32212
    
    Backport-PR-URL: nodejs-private/node-private#323
    tniessen authored and danielleadams committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    754c9bf View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2022

  1. src,deps,build,test: add OpenSSL config appname

    This commit adds the setting of an appname (configuration section
    name), 'nodejs_conf', to be used when reading OpenSSL configuration
    files.
    
    The motivation for this is that currently the default OpenSSL
    configuration, 'openssl_conf', element will be used which may be
    undesirable as it might configure OpenSSL in unwanted ways. With this
    commit it is still possible to use a default openssl.cnf file but the
    only section that Node.js will read from is a section named
    'nodejs_conf'.
    
    PR-URL: #43124
    Backport-PR-URL: #43545
    Refs: #40366
    Reviewed-By: James M Snell <[email protected]>
    Reviewed-By: Rich Trott <[email protected]>
    Reviewed-By: Rafael Gonzaga <[email protected]>
    Reviewed-By: Beth Griggs <[email protected]>
    danbev authored and danielleadams committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    06c6bd3 View commit details
    Browse the repository at this point in the history
  2. deps: upgrade openssl sources to OpenSSL_1_1_1q

    This updates all sources in deps/openssl/openssl by:
        $ git clone https://github.com/quictls/openssl
        $ cd openssl
        $ git checkout OpenSSL_1_1_1q+quic
        $ cd ../node/deps/openssl
        $ rm -rf openssl
        $ cp -R ../openssl openssl
        $ rm -rf openssl/.git* openssl/.travis*
        $ git add --all openssl
        $ git commit openssl
    
    PR-URL: #43692
    Refs: https://mta.openssl.org/pipermail/openssl-announce/2022-July/000232.html
    Reviewed-By: Richard Lau <[email protected]>
    Reviewed-By: Danielle Adams <[email protected]>
    RafaelGSS authored and danielleadams committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    2a5712e View commit details
    Browse the repository at this point in the history
  3. deps: update archs files for OpenSSL-1.1.1q

     After an OpenSSL source update, all the config files need to be
     regenerated and committed by:
        $ make -C deps/openssl/config
        $ git add deps/openssl/config/archs
        $ git add deps/openssl/openssl/include/crypto/bn_conf.h
        $ git add deps/openssl/openssl/include/crypto/dso_conf.h
        $ git add deps/openssl/openssl/include/openssl/opensslconf.h
        $ git commit
    
    PR-URL: #43692
    Refs: https://mta.openssl.org/pipermail/openssl-announce/2022-July/000232.html
    Reviewed-By: Richard Lau <[email protected]>
    Reviewed-By: Danielle Adams <[email protected]>
    RafaelGSS authored and danielleadams committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    c087644 View commit details
    Browse the repository at this point in the history
  4. http: stricter Transfer-Encoding and header separator parsing

    Reviewed-By: Matteo Collina <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    Reviewed-By: Rich Trott <[email protected]>
    Reviewed-By: Vladimir de Turckheim <[email protected]>
    PR-URL: nodejs-private/node-private#315
    CVE-ID: CVE-2022-32215,CVE-2022-32214,CVE-2022-32212
    
    Backport-PR-URL: nodejs-private/node-private#326
    ShogunPanda authored and danielleadams committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    1da22eb View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2022

  1. 2022-07-07, Version 16.16.0 'Gallium' (LTS)

    This is a security release.
    
    Notable changes:
    
    * deps:
      * upgrade openssl sources to OpenSSL\_1\_1\_1q (RafaelGSS) #43692
    * src:
      * add OpenSSL config appname (Daniel Bevenius) #43124
    
    PR-URL: nodejs-private/node-private#331
    danielleadams committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    c98901f View commit details
    Browse the repository at this point in the history
Loading