diff options
| author | Benjamin Sergeant <bsergean@gmail.com> | 2019-09-09 11:32:53 -0700 |
|---|---|---|
| committer | Victor Romero <romerosanchezv@gmail.com> | 2019-09-09 11:32:53 -0700 |
| commit | 3cd28549c1573ee608c79ce2ab6e5a43cc75abb4 (patch) | |
| tree | c4fd42e9a2b9025850aff1bd18f6d988c4f9271c /ports/ixwebsocket | |
| parent | e00bf0c7be14bd829496a2e0fb0932feb192bd76 (diff) | |
| download | vcpkg-3cd28549c1573ee608c79ce2ab6e5a43cc75abb4.tar.gz vcpkg-3cd28549c1573ee608c79ce2ab6e5a43cc75abb4.zip | |
[ixwebsocket] update to 6.1.0 to fix Windows problem (#7839)
* [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
Diffstat (limited to 'ports/ixwebsocket')
| -rw-r--r-- | ports/ixwebsocket/CONTROL | 2 | ||||
| -rw-r--r-- | ports/ixwebsocket/portfile.cmake | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/ixwebsocket/CONTROL b/ports/ixwebsocket/CONTROL index 1da0010bc..0a28bb675 100644 --- a/ports/ixwebsocket/CONTROL +++ b/ports/ixwebsocket/CONTROL @@ -1,5 +1,5 @@ Source: ixwebsocket -Version: 5.0.4 +Version: 6.1.0 Build-Depends: zlib Description: Lightweight WebSocket Client and Server + HTTP Client and Server Default-Features: ssl diff --git a/ports/ixwebsocket/portfile.cmake b/ports/ixwebsocket/portfile.cmake index af3ee420d..462dc3659 100644 --- a/ports/ixwebsocket/portfile.cmake +++ b/ports/ixwebsocket/portfile.cmake @@ -3,8 +3,8 @@ include(vcpkg_common_functions) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO machinezone/IXWebSocket - REF v5.0.4 - SHA512 8e8f0050251ba71fa3bba01adbf6fd1a797518115ac8207481b89aebcadc310b98451cc141f3c8f69a0b8397f35b6e0fe51c65fbdc3d7d5e2a4271472f422b13 + REF v6.1.0 + SHA512 5f19f2b220b87f9300a1d67e527ee2ee26d459e185357c2c121a2ce359fc8e5f04bd714c225b0f309ebcb6e416d7ca15ca93a88409fa09f88f065dec0a37bbe2 ) vcpkg_configure_cmake( |
