[nghttp2-asio] remove feature (#30405)

This commit is contained in:
autoantwort 2023-03-27 20:59:32 +02:00 committed by GitHub
parent 8f23984a25
commit d1e2ff0c34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 21 deletions

View File

@ -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"
]
}
}
]
}

View File

@ -5458,7 +5458,7 @@
},
"nghttp2-asio": {
"baseline": "2022-08-11",
"port-version": 0
"port-version": 1
},
"nghttp3": {
"baseline": "0.9.0",

View File

@ -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
}
]
}