mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-19 04:53:02 +08:00
[nghttp2-asio] remove feature (#30405)
This commit is contained in:
parent
8f23984a25
commit
d1e2ff0c34
@ -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",
|
||||
@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -5458,7 +5458,7 @@
|
||||
},
|
||||
"nghttp2-asio": {
|
||||
"baseline": "2022-08-11",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"nghttp3": {
|
||||
"baseline": "0.9.0",
|
||||
|
@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user