Skip to content

build: generate openssl config for BSD-x86 - #28806

Closed
bnoordhuis wants to merge 1 commit into
nodejs:masterfrom
bnoordhuis:fix20326
Closed

build: generate openssl config for BSD-x86#28806
bnoordhuis wants to merge 1 commit into
nodejs:masterfrom
bnoordhuis:fix20326

Conversation

@bnoordhuis

Copy link
Copy Markdown
Member

Add BSD-x86 to the list of arches and regenerate everything.

Everything in deps/openssl/config/archs/BSD-x86 is auto-generated,
everything else is manual edits to include the right files in the
right places.

I cheated a little: I didn't check in changes to files for other arches
because they contained mostly churn (updated buildstamps and such.)

Fixes: #20326

Add BSD-x86 to the list of arches and regenerate everything.
Everything in deps/openssl/config/archs/BSD-x86 is auto-generated,
everything else is manual edits to include the right files in the
right places.
I cheated a little: I didn't check in changes to files for other arches
because they contained mostly churn (updated buildstamps and such.)
Fixes: nodejs#20326
@nodejs-github-botnodejs-github-bot added the openssl Issues and PRs related to the OpenSSL dependency. label Jul 22, 2019
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@TrottTrott left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rubber-stamp LGTM

@Trott

Copy link
Copy Markdown
Member

@nodejs/crypto

@Trott

Copy link
Copy Markdown
Member

@nodejs/platform-freebsd

@bnoordhuisbnoordhuis added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Jul 25, 2019
@sam-github

Copy link
Copy Markdown
Contributor

@bradleythughes

@Trott

Copy link
Copy Markdown
Member

Technically, this can land (1 approval, more than 7 days open, passing CI) but another review would be nice, especially if it's a little more thorough than my rubber-stamp. @nodejs/collaborators

@lpincalpinca left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

RSLGTM

@emaste

Copy link
Copy Markdown

LGTM

Trott pushed a commit to Trott/io.js that referenced this pull request Jul 30, 2019
Add BSD-x86 to the list of arches and regenerate everything.
Everything in deps/openssl/config/archs/BSD-x86 is auto-generated,
everything else is manual edits to include the right files in the
right places.
I cheated a little: I didn't check in changes to files for other arches
because they contained mostly churn (updated buildstamps and such.)
Fixes: nodejs#20326
PR-URL: nodejs#28806
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
@Trott

Copy link
Copy Markdown
Member

Landed in 4a1502b. node-core-utils said it fixed whitespace errors during a git am so I'm going to manually start a node-daily-master to make sure this didn't introduce errors, or at least not any errors that would trip our tests. https://ci.nodejs.org/job/node-daily-master/1629/

@TrottTrott closed this Jul 30, 2019
@Trott

Copy link
Copy Markdown
Member

(node-daily-master is green.)

targos pushed a commit that referenced this pull request Aug 2, 2019
Add BSD-x86 to the list of arches and regenerate everything.
Everything in deps/openssl/config/archs/BSD-x86 is auto-generated,
everything else is manual edits to include the right files in the
right places.
I cheated a little: I didn't check in changes to files for other arches
because they contained mostly churn (updated buildstamps and such.)
Fixes: #20326
PR-URL: #28806
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
@BridgeARBridgeAR mentioned this pull request Aug 6, 2019
@bnoordhuis
bnoordhuis deleted the fix20326 branch August 15, 2019 10:39
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author readyPRs that have at least one approval, no pending requests for changes, and a CI started.opensslIssues and PRs related to the OpenSSL dependency.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

BSD-x86 config missing after OpenSSL 1.1.0h import

6 participants

@bnoordhuis@nodejs-github-bot@Trott@sam-github@emaste@lpinca