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

[nghttp2-asio] remove feature #30405

Merged
merged 1 commit into from
Mar 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 3 additions & 18 deletions ports/nghttp2-asio/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "nghttp2-asio",
"version-date": "2022-08-11",
"port-version": 1,
"description": "High level abstraction API to build HTTP/2 applications with nghttp2 and boost asio.",
"homepage": "https://github.com/nghttp2/nghttp2-asio",
"license": "MIT",
Expand All @@ -16,26 +17,10 @@
"name": "nghttp2",
"version>=": "1.51.0"
},
"openssl",
{
"name": "vcpkg-cmake",
"host": true
}
],
"default-features": [
"tls"
],
"features": {
"tls": {
"description": "Support HTTP/2 over TLS aka h2.",
"dependencies": [
{
"name": "boost-asio",
"features": [
"ssl"
]
},
"openssl"
]
}
}
]
}
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -5450,7 +5450,7 @@
},
"nghttp2-asio": {
"baseline": "2022-08-11",
"port-version": 0
"port-version": 1
},
"nghttp3": {
"baseline": "0.9.0",
Expand Down
9 changes: 7 additions & 2 deletions versions/n-/nghttp2-asio.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
{
"versions": [
{
"git-tree": "ad42ffe88b18eda0e2807ada97bc51b76239e953",
"version-date": "2022-08-11",
"port-version": 1
},
{
"git-tree": "a2ef24d2428ea9d1a4cb733d3e4ce00e3f6f5c8d",
"port-version": 0,
"version-date": "2022-08-11"
"version-date": "2022-08-11",
"port-version": 0
}
]
}