mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 03:19:01 +08:00
9e03a3ac59
* [ixwebsocket] update to 9.5.0 * remove reference to vcpkg_test_cmake which is deprecated (was commented) * remove all features, bump to depend on 9.5.2 * wrong sha512 * exclude uwp from the supported platforms / cannot see in logfiles why it is not building + I do not have access to this platform for testing * try again uwp * bring back mbedtls dep * 9.5.8 has an old pre 1.1 openssl fix * use mbedtls on windows and uwp * revert to original CONTROL file * do not install ixwebsocketConfig.cmake which conflicts with vcpkg * portfile will handles openssl, mbedtls and sectransp options to choose the tls backend library Co-authored-by: Benjamin Sergeant <bsergeant@mz.com>
23 lines
626 B
Plaintext
23 lines
626 B
Plaintext
Source: ixwebsocket
|
|
Version: 9.6.2
|
|
Build-Depends: zlib
|
|
Homepage: https://github.com/machinezone/IXWebSocket
|
|
Description: Lightweight WebSocket Client and Server + HTTP Client and Server
|
|
Default-Features: ssl
|
|
|
|
Feature: ssl
|
|
Build-Depends: ixwebsocket[openssl] (!uwp&!windows&!osx), ixwebsocket[mbedtls] (windows), ixwebsocket[mbedtls] (uwp), ixwebsocket[sectransp] (osx)
|
|
Description: Default SSL backend
|
|
|
|
# SSL backends
|
|
Feature: openssl
|
|
Build-Depends: openssl
|
|
Description: SSL support (OpenSSL)
|
|
|
|
Feature: mbedtls
|
|
Build-Depends: mbedtls
|
|
Description: SSL support (mbedTLS)
|
|
|
|
Feature: sectransp
|
|
Description: SSL support (sectransp)
|