-
-
Notifications
You must be signed in to change notification settings - Fork 12.4k
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
Add optional dependency for on p11-kit for gnutls #5427
Conversation
I already did this in PR #5416 |
Yes - I mentioned that...however, that change is a modification of multiple formulas - while this change is just a modification of |
If you don't to wait until my PR is merged in, you could also use |
Closing this one in favor of #5416 (which apparently has this change as well) |
@toonetown it looks like #5416 removed p11-kit dependency before merging. Could you reopen this pull request? |
2d80f1b
to
e7ab9dd
Compare
If this is appropriate and accepted, the "Do Not Merge" tag may need to be removed (I don't have permissions to change tags) |
This pull request is with an "optional" dependency on p11-kit - however, given the comment at #5390 (comment), maybe we should make it a recommended option?
|
Do I bump the "revision" in this formula for a change like this? I would guess the answer would be "yes" if we were to make p11-kit |
Cross-posting from #8274 (comment):
If it's |
I will investigate this more and possibly submit a separate PR. |
298163d
to
7405af0
Compare
I have updated this PR with the dependency as With this change, then change in #8274 is no longer needed. |
7405af0
to
3edbd35
Compare
3edbd35
to
833fd33
Compare
Once PR Homebrew#5427 is merged in and p11-kit support is added to gnutls, we need to bump the revision of openconnect so that it will build with p11-kit support.
Thanks for your contribution to Homebrew and patience with us here! Without people like you submitting PRs we couldn't run this project. You rock! For future reference the preferred commit message format is |
brew install <formula>
(where<formula>
is the name of the formula you're submitting)?brew audit --new-formula <formula>
(after doingbrew install <formula>
)?After the discussion and comment at #5390 (comment), this PR adds an optional dependency on
p11-kit
. Similar changes are included within #5416, however, this change is limited to JUSTgnutls
.