[v18.x] deps: update OpenSSL 3.0.7+quic by RafaelGSS · Pull Request #45285 · nodejs/node · GitHub
Skip to content

[v18.x] deps: update OpenSSL 3.0.7+quic#45285

Closed
RafaelGSS wants to merge 2 commits into
nodejs:v18.x-stagingfrom
RafaelGSS:openssl-3.0.7+quic
Closed

[v18.x] deps: update OpenSSL 3.0.7+quic#45285
RafaelGSS wants to merge 2 commits into
nodejs:v18.x-stagingfrom
RafaelGSS:openssl-3.0.7+quic

Conversation

@RafaelGSS

Copy link
Copy Markdown
Member

Updated openssl dep to openssl-3.0.7+quic using the maintenance guide.

Refs: https://mta.openssl.org/pipermail/openssl-announce/2022-November/000241.html

This updates all sources in deps/openssl/openssl by:
    $ git clone git@github.com:quictls/openssl.git
    $ cd openssl
    $ git checkout openssl-3.0.7+quic
    $ cd ../node/deps/openssl
    $ rm -rf openssl
    $ cp -R ../../../openssl openssl
    $ rm -rf openssl/.git* openssl/.travis*
    $ git add --all openssl
    $ git commit openssl
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
    $ git commit
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@nodejs-github-bot nodejs-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. v18.x labels Nov 2, 2022
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@RafaelGSS

Copy link
Copy Markdown
Member Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

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.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants