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.3 proposal #43075

Merged
merged 4 commits into from May 17, 2022
Merged

v14.19.3 proposal #43075

merged 4 commits into from May 17, 2022

Commits on May 11, 2022

  1. deps: upgrade openssl sources to 1.1.1o

    This updates all sources in deps/openssl/openssl by:
        $ cd deps/openssl/
        $ rm -rf openssl
        $ tar zxf ~/tmp/openssl-1.1.1o.tar.gz
        $ mv openssl-1.1.1o openssl
        $ git add --all openssl
        $ git commit openssl
    
    PR-URL: #42956
    Refs: https://mta.openssl.org/pipermail/openssl-announce/2022-May/000223.html
    Reviewed-By: Beth Griggs <bgriggs@redhat.com>
    RafaelGSS committed May 11, 2022
    Configuration menu
    Copy the full SHA
    7f9a5ed View commit details
    Browse the repository at this point in the history
  2. deps: update archs files for OpenSSL-1.1.1o

    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: #42956
    Refs: https://mta.openssl.org/pipermail/openssl-announce/2022-May/000223.html
    Reviewed-By: Beth Griggs <bgriggs@redhat.com>
    RafaelGSS committed May 11, 2022
    Configuration menu
    Copy the full SHA
    68397e4 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2022

  1. doc: add release key for Juan Arboleda

    PR-URL: #42961
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Adrian Estrada <edsadr@gmail.com>
    Reviewed-By: Beth Griggs <bgriggs@redhat.com>
    Reviewed-By: Richard Lau <rlau@redhat.com>
    juanarbol authored and richardlau committed May 12, 2022
    Configuration menu
    Copy the full SHA
    61eba58 View commit details
    Browse the repository at this point in the history
  2. 2022-05-17, Version 14.19.3 'Fermium' (LTS)

    Notable changes:
    - This release updates OpenSSL to 1.1.1o. This update is not being
    treated as a security release as the issues addressed in OpenSSL 1.1.1o
    were assessed to not affect Node.js 14. See
    https://nodejs.org/en/blog/vulnerability/openssl-fixes-in-regular-releases-may2022/
    for more information on how the May 2022 OpenSSL releases affects other
    Node.js release lines.
    - The list of GPG keys used to sign releases has been synchronized with
    the main branch.
    
    PR-URL: #43075
    richardlau committed May 12, 2022
    Configuration menu
    Copy the full SHA
    73d23a2 View commit details
    Browse the repository at this point in the history