aboutsummaryrefslogtreecommitdiff
path: root/ports/ixwebsocket/CONTROL
AgeCommit message (Collapse)Author
2021-03-15[ixwebsocket] Fix cmake-configure files install path (#16710)NancyLi1013
* [ixwebsocket] Fix cmake-configure files install path * Update versions
2020-12-30[IXWebsocket ] Upgraded to 11.0.4 version (#15394)Ludek Vodicka
* Upgrade IXWebsocket to 11.0.4 * Formatting update * Update ports/ixwebsocket/portfile.cmake Co-authored-by: Victor Romero <romerosanchezv@gmail.com> * Static library check, fixup targets Co-authored-by: Victor Romero <romerosanchezv@gmail.com>
2020-05-19[ixwebsocket] update to 9.6.2 (#11030)Benjamin Sergeant
* [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>
2020-04-03ixwebsocket: update to 9.1.9 (#10633)Benjamin Sergeant
Co-authored-by: Benjamin Sergeant <bsergeant@mz.com>
2020-03-10[ixwebsocket] Update to 8.0.5 (#10040)Benjamin Sergeant
* [ixwebsocket] update to 7.6.3 * fix version * Restore Source directive Co-authored-by: Benjamin Sergeant <bsergeant@mz.com>
2020-01-10[ixwebsocket] update to 7.6.3 (#9397)Benjamin Sergeant
* [ixwebsocket] update to 7.6.3 * address CR feedback * fix version and bump number * add homepage * fix version
2019-11-26ixwebsocket 7.4.0 (#9099)Benjamin Sergeant
2019-09-09[ixwebsocket] update to 6.1.0 to fix Windows problem (#7839)Benjamin Sergeant
* [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
2019-08-20ixwebsocket: update to version 5.0.4 (#7789)Benjamin Sergeant
2019-06-24[ixwebsocket] add new port (#6835)Benjamin Sergeant
* Add ixwebsocket * remove commented cmake directives * add dependencies * directive to remove share folder * try again with 4.0.3 which is using find_library for external code instead of vendoring it by default * use vcpkg feature flag to detect ssl backend + compile ws * do not build ws command line tool * add a feature for osx / control file closer to curl one * stop using features, as this makes CI unhappy * Revert "stop using features, as this makes CI unhappy" This reverts commit 4666b185671a9e37de5252334965fd63c060aea0. * play again with Build-Depends to fix error which appears to be only on uwp * call vcpkg_from_github instead * share folder not created