Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v14.19.1 proposal #42371

Merged
merged 4 commits into from Mar 17, 2022
Merged

v14.19.1 proposal #42371

merged 4 commits into from Mar 17, 2022

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
    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
    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
    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
    Copy the full SHA
    9e0bba5 View commit details
    Browse the repository at this point in the history