Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update [email protected] openssl to v3 #68

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

joshuaballoch
Copy link

Hello @petere!

I'm not sure about how to best contribute here, but I ran into Issue #67, trying to install pg 14 on my computer just now. I started digging into things and found that another formula for installing pg 14 points to a new version of openssl.

From that I added a comment to #67 wondering if this is just a dependency that can be updated to the new version.

I decided to try this install on my computer - so I forked the repo, made this update, and installed with home-brew. It appears that the install worked correctly, and I was then able to create and run a cluster.

I thought I'd open this PR up as a proposal. Please let me know if there are some contribution guidelines or anything else, happy to help out!

@@ -23,10 +23,10 @@ class PostgresqlAT14 < Formula
depends_on "pkg-config" => :build

depends_on "gettext"
depends_on "icu4c"
depends_on "icu4c@76"
Copy link
Author

Choose a reason for hiding this comment

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

I also saw this dependency was changed to this specific version in that other formula - so I included it for now, but not sure about whether it's important.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant