mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 13:29:00 +08:00
70f73854cb
* [libgnutls] macOS fix; additional optimizations - add missing macOS SDK CoreFoundation framework reference - add OpenSSL compatibility feature - explicitly disable libdane (was disabled implicitly due to a missing libunbound) - no need for autoconfig * [libgnutls] update versions * [libgwenhywfar] new port * [libgwenhywfar] add versions * [libgwenhywfar] use semver versioning scheme Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * [libgwenhywfar] use semver versioning scheme Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * [libgwenhywfar] update versions * [libgwenhywfar] make sure to fail a windows build * [libgwenhywfar] update versions Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
21 lines
438 B
JSON
21 lines
438 B
JSON
{
|
|
"name": "libgnutls",
|
|
"version": "3.6.15",
|
|
"port-version": 1,
|
|
"description": "A secure communications library implementing the SSL, TLS and DTLS protocols",
|
|
"homepage": "https://www.gnutls.org/",
|
|
"supports": "!windows",
|
|
"dependencies": [
|
|
"gettext",
|
|
"gmp",
|
|
"libidn2",
|
|
"libtasn1",
|
|
"nettle"
|
|
],
|
|
"features": {
|
|
"openssl": {
|
|
"description": "enables the OpenSSL compatibility library"
|
|
}
|
|
}
|
|
}
|