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: 9beb4f8
Choose a base ref
...
head repository: nodejs/node
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 9e0bba5
Choose a head ref
  • 5 commits
  • 262 files changed
  • 1 contributor

Commits on Feb 1, 2022

  1. Working on v14.19.1

    PR-URL: #41696
    richardlau committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    e64bc43 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2022

  1. build: pin Windows GitHub runner to windows-2019

    Node.js 14 currently doesn't support building with Visual Studio 2022.
    For now, pin the Windows workflow to run on `windows-2019` instead of
    `windows-latest`.
    
    PR-URL: #42350
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    richardlau committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    b5c52e3 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2022

  1. deps: upgrade openssl sources to 1.1.1n

    This updates all sources in deps/openssl/openssl by:
        $ cd deps/openssl/
        $ rm -rf openssl
        $ tar zxf ~/tmp/openssl-1.1.1n.tar.gz
        $ mv openssl-1.1.1n openssl
        $ git add --all openssl
        $ git commit openssl
    
    PR-URL: #42347
    Refs: https://mta.openssl.org/pipermail/openssl-announce/2022-March/000218.html
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: Joe Sepi <sepi@joesepi.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Michael Dawson <midawson@redhat.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    richardlau committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    c83dd99 View commit details
    Browse the repository at this point in the history
  2. deps: update archs files for OpenSSL-1.1.1n

    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: #42347
    Refs: https://mta.openssl.org/pipermail/openssl-announce/2022-March/000218.html
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: Joe Sepi <sepi@joesepi.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    Reviewed-By: Michael Dawson <midawson@redhat.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    richardlau committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    3b1a0b2 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2022

  1. 2022-03-17, Version 14.19.1 'Fermium' (LTS)

    This is a security release.
    
    Notable changes:
    
    Update to OpenSSL 1.1.1n, which addresses the following vulnerability:
    - Infinite loop in BN_mod_sqrt() reachable when parsing certificates (High)(CVE-2022-0778)
      More details are available at https://www.openssl.org/news/secadv/20220315.txt
    
    PR-URL: #42371
    richardlau committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    9e0bba5 View commit details
    Browse the repository at this point in the history
Loading