[asio] Add wolfSSL feature (#50136)
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "asio",
|
||||
"version": "1.32.0",
|
||||
"port-version": 1,
|
||||
"description": "Asio is a cross-platform C++ library for network and low-level I/O programming that provides developers with a consistent asynchronous model using a modern C++ approach.",
|
||||
"homepage": "https://think-async.com/Asio/",
|
||||
"documentation": "https://think-async.com/Asio/Documentation.html",
|
||||
@@ -33,6 +34,17 @@
|
||||
"dependencies": [
|
||||
"boost-regex"
|
||||
]
|
||||
},
|
||||
"wolfssl": {
|
||||
"description": "WolfSSL (optional) if you use Asio's SSL support.",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "wolfssl",
|
||||
"features": [
|
||||
"asio"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "834d3e0f600aa8cfa2303a7e29f8b938aff6c894",
|
||||
"version": "1.32.0",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "d1b402afe0e4c5b8efb08dcc8be6b0c90900a55e",
|
||||
"version": "1.32.0",
|
||||
|
||||
@@ -310,7 +310,7 @@
|
||||
},
|
||||
"asio": {
|
||||
"baseline": "1.32.0",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"asio-grpc": {
|
||||
"baseline": "3.6.0",
|
||||
|
||||
Reference in New Issue
Block a user