-
-
Notifications
You must be signed in to change notification settings - Fork 12.7k
libnghttp2 nghttp2 1.62.1 #171634
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
libnghttp2 nghttp2 1.62.1 #171634
Conversation
cff6848
to
7fbc4a3
Compare
7fbc4a3
to
cbb965b
Compare
cbb965b
to
4752856
Compare
4752856
to
85d2e35
Compare
85d2e35
to
7d65796
Compare
7d65796
to
28ae32c
Compare
28ae32c
to
38d2e0c
Compare
38d2e0c
to
58af4f4
Compare
58af4f4
to
c3367f7
Compare
Needed for Homebrew/homebrew-core#171634 due to nghttp2/nghttp2#2194. I've avoided adding an allowlist for now because I really don't want to see this list grow.
Co-authored-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com>
dbded26
to
1bf2b90
Compare
@@ -16,6 +16,7 @@ tap_migrations.json @Homebrew/tsc @MikeMcQuaid | |||
LICENSE.txt @Homebrew/tsc @MikeMcQuaid | |||
.github/workflows/ @Homebrew/core @MikeMcQuaid | |||
|
|||
audit_exceptions/linux_only_gcc_dependency_allowlist.json @Homebrew/tsc @carlocab |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
audit_exceptions/linux_only_gcc_dependency_allowlist.json @Homebrew/tsc @carlocab | |
audit_exceptions/linux_only_gcc_dependency_allowlist.json @Homebrew/tsc @Bo98 |
@Bo98 you ok if we do this instead?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
audit_exceptions/linux_only_gcc_dependency_allowlist.json @Homebrew/tsc @carlocab | |
audit_exceptions/linux_only_gcc_dependency_allowlist.json @Homebrew/tsc |
I think it's fine for it to be just the TSC here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good once we figure decode on the CODEOWNERS
(or move to another PR).
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. |
HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>
, where<formula>
is the name of the formula you're submitting?brew test <formula>
, where<formula>
is the name of the formula you're submitting?brew audit --strict <formula>
(after doingHOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>
)? If this is a new formula, does it passbrew audit --new <formula>
?