mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 05:39:30 +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>
20 lines
383 B
JSON
20 lines
383 B
JSON
{
|
|
"name": "wolftpm",
|
|
"version": "2.7.0",
|
|
"description": "TPM library used with wolfSSL 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
|
|
},
|
|
"wolfssl"
|
|
]
|
|
}
|