FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

[v17.x] deps: update OpenSSL 3.0.3+quic by RafaelGSS · Pull Request #43025 · nodejs/node · GitHub

/ node Public

[v17.x] deps: update OpenSSL 3.0.3+quic - #43025

Closed
RafaelGSS wants to merge 2 commits into
nodejs:v17.x-stagingfrom
RafaelGSS:update/openssl-303
Closed

[v17.x] deps: update OpenSSL 3.0.3+quic#43025
RafaelGSS wants to merge 2 commits into
nodejs:v17.x-stagingfrom
RafaelGSS:update/openssl-303

Conversation

RafaelGSS commented May 9, 2022
edited
Loading

Copy link
Copy Markdown
Member

Updated OpenSSL dep to OpenSSL-3.0.3+quic using the maintenance guide.

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

RafaelGSS added 2 commits May 9, 2022 16:42
This updates all sources in deps/openssl/openssl by:
    $ git clone git@github.com:quictls/openssl.git
    $ cd openssl
    $ git checkout openssl-3.0.3+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

Copy link
Copy Markdown
Member Author

cc: @richardlau

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. v17.x labels May 9, 2022
RafaelGSS added the request-ci Add this label to start a Jenkins CI on a PR. label May 10, 2022

Copy link
Copy Markdown
Member

Updated OpenSSL dep to OpenSSL-1.1.1o+quic using the maintenance guide.

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

The commit messages are correct but the pull request description here should refer to OpenSSL 3.0.3 🙂

github-actions Bot removed the request-ci Add this label to start a Jenkins CI on a PR. label May 10, 2022

Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown
Member Author

Landed in 36ad9e8...871eace

RafaelGSS closed this May 13, 2022
RafaelGSS added a commit that referenced this pull request May 13, 2022
This updates all sources in deps/openssl/openssl by:
    $ git clone git@github.com:quictls/openssl.git
    $ cd openssl
    $ git checkout openssl-3.0.3+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

PR-URL: #43025
Refs: https://mta.openssl.org/pipermail/openssl-announce/2022-May/000223.html
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Beth Griggs <bgriggs@redhat.com>
RafaelGSS added a commit that referenced this pull request May 13, 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
    $ git commit

PR-URL: #43025
Refs: https://mta.openssl.org/pipermail/openssl-announce/2022-May/000223.html
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Beth Griggs <bgriggs@redhat.com>
ruyadorno mentioned this pull request May 30, 2022
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 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.

4 participants


Back | FazBrowse Home | New Git URL