Skip to content

minimal-racket: use openssl@3#115930

Closed
xxyzz wants to merge 1 commit into
Homebrew:masterfrom
xxyzz:racket-openssl-3
Closed

minimal-racket: use openssl@3#115930
xxyzz wants to merge 1 commit into
Homebrew:masterfrom
xxyzz:racket-openssl-3

Conversation

@xxyzz

@xxyzz xxyzz commented Nov 16, 2022

Copy link
Copy Markdown
Contributor
  • Have you followed the guidelines for contributing?
  • Have you ensured that your commits follow the commit style guide?
  • Have you checked that there aren't other open pull requests for the same formula update/change?
  • Have you built your formula locally with brew install --build-from-source <formula>, where <formula> is the name of the formula you're submitting?
  • Is your test running fine brew test <formula>, where <formula> is the name of the formula you're submitting?
  • Does your build pass brew audit --strict <formula> (after doing brew install --build-from-source <formula>)? If this is a new formula, does it pass brew audit --new <formula>?

@xxyzz xxyzz mentioned this pull request Nov 16, 2022
6 tasks
Comment thread Formula/minimal-racket.rb
Comment on lines +39 to +40
patch :p2, :DATA

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.

Is this upstreamed?

@xxyzz xxyzz Nov 16, 2022

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

No, it's not. The purpose of the patch is to move the version 3 string to the top so it will be found first.

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.

And why don't we want to upstream that?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Sorry, I didn't see your comment the last time I check this pr. The official Racket installer ships openssl 1.1 for macOS, I don't think they would move version 3 before 1.1.

@chenrui333 chenrui333 added the openssl-3-migration Related to switching to an OpenSSL 3 dependency label Nov 16, 2022
Comment thread Formula/minimal-racket.rb
(let
([versions
- '("1.1"
+ '(;; OpenSSL 3 works for most functionality:

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.

What does this mean by "most" functionality?

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.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

I run the tests and all openssl tests including the three tests mflatt mentioned on discourse passed.

@github-actions

github-actions Bot commented Dec 9, 2022

Copy link
Copy Markdown
Contributor

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

@github-actions github-actions Bot added the stale No recent activity label Dec 9, 2022
@chenrui333 chenrui333 removed the stale No recent activity label Dec 12, 2022
@chenrui333

Copy link
Copy Markdown
Member

LGTM

@chenrui333 chenrui333 added the ready to merge PR can be merged once CI is green label Dec 12, 2022
@SMillerDev SMillerDev removed their request for review December 20, 2022 09:02
@github-actions

Copy link
Copy Markdown
Contributor

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

@github-actions github-actions Bot added the stale No recent activity label Jan 16, 2023
@github-actions github-actions Bot closed this Jan 24, 2023
@github-actions github-actions Bot added the outdated PR was locked due to age label Feb 23, 2023
@github-actions github-actions Bot locked as resolved and limited conversation to collaborators Feb 23, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

openssl-3-migration Related to switching to an OpenSSL 3 dependency outdated PR was locked due to age ready to merge PR can be merged once CI is green stale No recent activity

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants