Uh oh!
There was an error while loading. Please reload this page.
v14.19.3 proposal - #43075
Merged
Merged
Conversation
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>
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>
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>
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
nodejs-github-bot
commented
May 12, 2022
Collaborator
tniessen
approved these changes
May 12, 2022
33 tasks
Collaborator
This was referenced May 14, 2022
MemberAuthor
Release build with 73d23a2: https://ci-release.nodejs.org/job/iojs+release/8471/ |
richardlau added a commit
that referenced
this pull request
May 17, 2022
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 added a commit
to richardlau/nodejs.org
that referenced
this pull request
May 17, 2022
richardlau added a commit
to nodejs/nodejs.org
that referenced
this pull request
May 17, 2022
28 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
2022-05-17, Version 14.19.3 'Fermium' (LTS), @richardlau
Notable Changes
Commits
68397e49d9] - deps: update archs files for OpenSSL-1.1.1o (RafaelGSS) #429567f9a5ed4a8] - deps: upgrade openssl sources to 1.1.1o (RafaelGSS) #4295661eba58cb6] - doc: add release key for Juan Arboleda (Juan José) #42961