mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 11:31:37 +08:00
3cd28549c1
* [ixwebsocket] update to 5.0.6 to fix Windows problem Some test started to fail on Windows in the 5.0 branch. ``` ERROR: Unable to connect to echo.websocket.org on port 80, error: Connect error: No error ERROR: Unable to connect to echo.websocket.org on port 80, error: Connect error: No error ERROR: Unable to connect to echo.websocket.org on port 80, error: Connect error: No error ERROR: Unable to connect to echo.websocket.org on port 80, error: Connect error: No error ERROR: Unable to connect to echo.websocket.org on port 80, error: Connect error: No error ERROR: Unable to connect to echo.websocket.org on port 80, error: Connect error: No error ERROR: Unable to connect to echo.websocket.org on port 80, error: Connect error: No error ``` We figured it out and fixed it. This issue has more details. https://github.com/machinezone/IXWebSocket/issues/103 * ixwebsocket: update to 6.1.0
22 lines
573 B
Plaintext
22 lines
573 B
Plaintext
Source: ixwebsocket
|
|
Version: 6.1.0
|
|
Build-Depends: zlib
|
|
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)
|