Skip to content

[v14.x] deps: update OpenSSL 1.1.1o - #42956

Closed
RafaelGSS wants to merge 2 commits into
nodejs:v14.x-stagingfrom
RafaelGSS:origin/deps-update-openssl-1-1-1o
Closed

[v14.x] deps: update OpenSSL 1.1.1o#42956
RafaelGSS wants to merge 2 commits into
nodejs:v14.x-stagingfrom
RafaelGSS:origin/deps-update-openssl-1-1-1o

Conversation

@RafaelGSS

Copy link
Copy Markdown
Member

Updated openssl dep to openssl-1.1.1o using the maintenance guide.

Refs: https://mta.openssl.org/pipermail/openssl-announce/2022-May/000223.html

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
@nodejs-github-botnodejs-github-bot added dependencies Pull requests that update a dependency file. needs-ci PRs that need a full CI run. openssl Issues and PRs related to the OpenSSL dependency. v14.x labels May 3, 2022
@RafaelGSS
RafaelGSSforce-pushed the origin/deps-update-openssl-1-1-1o branch from d83cd47 to 9d3eb5cCompareMay 3, 2022 18:50
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
@RafaelGSS
RafaelGSSforce-pushed the origin/deps-update-openssl-1-1-1o branch from 9d3eb5c to a56288eCompareMay 3, 2022 18:52
@BethGriggs
BethGriggs changed the base branch from v14.x to v14.x-stagingMay 3, 2022 20:29
@BethGriggsBethGriggs added the request-ci Add this label to start a Jenkins CI on a PR. label May 3, 2022
@github-actionsgithub-actionsBot removed the request-ci Add this label to start a Jenkins CI on a PR. label May 3, 2022
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@aduh95aduh95 changed the title deps: update OpenSSL 1.1.1o[v14.x] deps: update OpenSSL 1.1.1oMay 3, 2022
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@RafaelGSS

RafaelGSS commented May 11, 2022

Copy link
Copy Markdown
MemberAuthor

Landed in 20c299b...68397e4

RafaelGSS added a commit that referenced this pull request May 11, 2022
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 added a commit that referenced this pull request May 11, 2022
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>
@richardlaurichardlau mentioned this pull request May 12, 2022
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency file.needs-ciPRs that need a full CI run.opensslIssues and PRs related to the OpenSSL dependency.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@RafaelGSS@nodejs-github-bot@BethGriggs