Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

deps: update OpenSSL 3.0.4+quic#43536

Closed
RafaelGSS wants to merge 2 commits into
nodejs:mainnodejs/node:mainfrom
RafaelGSS:update-openssl-3-0-4RafaelGSS/node:update-openssl-3-0-4Copy head branch name to clipboard
Closed

deps: update OpenSSL 3.0.4+quic#43536
RafaelGSS wants to merge 2 commits into
nodejs:mainnodejs/node:mainfrom
RafaelGSS:update-openssl-3-0-4RafaelGSS/node:update-openssl-3-0-4Copy head branch name to clipboard

Conversation

@RafaelGSS

Copy link
Copy Markdown
Member

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

Refs: https://mta.openssl.org/pipermail/openssl-announce/2022-June/000228.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.4+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

Review requested:

  • @nodejs/gyp

@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. labels Jun 22, 2022
@aduh95 aduh95 changed the title deps: update OpenSSL 1.1.1p+quic deps: update OpenSSL 3.0.4p+quic Jun 22, 2022
@richardlau richardlau changed the title deps: update OpenSSL 3.0.4p+quic deps: update OpenSSL 3.0.4+quic Jun 22, 2022
@richardlau richardlau added the request-ci Add this label to start a Jenkins CI on a PR. label Jun 22, 2022
@github-actions github-actions Bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Jun 22, 2022
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@richardlau richardlau added the commit-queue-rebase Add this label to allow the Commit Queue to land a PR in several commits. label Jun 22, 2022
@tniessen

Copy link
Copy Markdown
Member

The diff size always bothers me. Hundreds of thousands of lines...

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@RafaelGSS

Copy link
Copy Markdown
Member Author

@richardlau it keeps failing, and I haven't found any insights in the logs. Do you have any idea?

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@richardlau

Copy link
Copy Markdown
Member

@richardlau it keeps failing, and I haven't found any insights in the logs. Do you have any idea?

Hmm I've not seen this before -- the PR rebasing onto the base branch (main) somehow isn't working 😞. I'm not sure why.

@RafaelGSS

Copy link
Copy Markdown
Member Author

Recreating from scratch.

@RafaelGSS RafaelGSS closed this Jun 27, 2022
@RafaelGSS

Copy link
Copy Markdown
Member Author

#43589

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

Labels

commit-queue-rebase Add this label to allow the Commit Queue to land a PR in several commits. 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

Morty Proxy This is a proxified and sanitized view of the page, visit original site.