mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 14:29:03 +08:00
f8f5998162
* wolfSSL updates * [wolfSSL] from 5.5.0 -> 5.5.4 * [wolfTPM] from 2.6.0 -> 2.7.0 * [wolfMQTT] from 1.14.1 -> 1.15.0 * Update ports/wolftpm/portfile.cmake If there is no patch, delete it. * [wolfssl] remove comments from patch pr_5949.patch * [wolfmqtt] remove PATCHES since no longer needed * [wolfmqtt] update git tree hash for version 1.15.0 * [wolfssl/wolftpm] update version database --------- Co-authored-by: MonicaLiu <110024546+MonicaLiu0311@users.noreply.github.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
19 lines
360 B
JSON
19 lines
360 B
JSON
{
|
|
"name": "wolfssl",
|
|
"version": "5.5.4",
|
|
"description": "TLS and Cryptographic library for many platforms",
|
|
"homepage": "https://wolfssl.com",
|
|
"license": "GPL-2.0-or-later",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|