[asio] Add wolfSSL feature (#50136)

This commit is contained in:
Yunze Xu
2026-02-23 07:44:52 -08:00
committed by GitHub
parent e04c8cc8c7
commit 8f62cd5291
3 changed files with 18 additions and 1 deletions
+12
View File
@@ -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"
]
}
]
}
}
}
+5
View File
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "834d3e0f600aa8cfa2303a7e29f8b938aff6c894",
"version": "1.32.0",
"port-version": 1
},
{
"git-tree": "d1b402afe0e4c5b8efb08dcc8be6b0c90900a55e",
"version": "1.32.0",
+1 -1
View File
@@ -310,7 +310,7 @@
},
"asio": {
"baseline": "1.32.0",
"port-version": 0
"port-version": 1
},
"asio-grpc": {
"baseline": "3.6.0",