vcpkg/ports/libressl/vcpkg.json
jim wang 5b60364b3a
[libressl] Update to 3.8.2 and added usage (#35146)
* add usage

* update version

* update version

* add patch

* update version

* fix EOL

* update version
2023-11-29 01:24:08 -08:00

22 lines
530 B
JSON

{
"name": "libressl",
"version": "3.8.2",
"description": "LibreSSL is a version of the TLS/crypto stack forked from OpenSSL in 2014, with goals of modernizing the codebase, improving security, and applying best practice development processes.",
"license": "ISC",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"tools": {
"description": "Build openssl and ocspcheck executables"
}
}
}