[nghttp2] Update and fixes#19163
Merged
vicroms merged 5 commits intomicrosoft:masterfrom Jul 28, 2021
Merged
Conversation
There was a problem hiding this comment.
This is a new experimental fast check for PR issues. Please let us know if this bot is helpful!
After committing all other changes, the version database must be updated
git add -u && git commit
git checkout 7dbc05515b44bf54d2a42b4da9d1e1f910868b86 -- versions
./vcpkg x-add-version --allDiff
diff --git a/versions/n-/nghttp2.json b/versions/n-/nghttp2.json
index 9eadf60..4cd034b 100644
--- a/versions/n-/nghttp2.json
+++ b/versions/n-/nghttp2.json
@@ -1,7 +1,7 @@
{
"versions": [
{
- "git-tree": "9afa42d07c41c9d2db4ee3f4e6636d347bd2c8dc",
+ "git-tree": "7d98b71b7948db8173a563483081700e706268b0",
"version": "1.44.0",
"port-version": 0
},
JonLiu1993
approved these changes
Jul 28, 2021
Contributor
|
@dg0yt ,Thanks for your pr. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does your PR fix?
NGHTTP2_STATICLIBto the headers for static linkage on Windows, making a patch in port curl obsolete.Which triplets are supported/not supported? Have you updated the CI baseline?
all, no
Does your PR follow the maintainer guide?
yes
If you have added/updated a port: Have you run
./vcpkg x-add-version --alland committed the result?yes